yaksok.ts • Docs
yaksok.ts / IndexedValue
Class: abstract
IndexedValue
Extends
Extended by
Constructors
new IndexedValue()
ts
new IndexedValue(): IndexedValue
Returns
Inherited from
Properties
position?
ts
optional position: Position;
Inherited from
Defined in
friendlyName
ts
static friendlyName: string = '인덱스가 있는 값';
Overrides
Defined in
Methods
execute()
ts
execute(_scope, _callFrame): ValueTypes
Parameters
• _scope: Scope
• _callFrame: CallFrame
Returns
Inherited from
Defined in
getItem()
ts
abstract getItem(
index,
scope,
callFrame): ValueTypes
Parameters
• index: ValueTypes
• scope: Scope
• callFrame: CallFrame
Returns
Defined in
setItem()
ts
abstract setItem(
index,
value,
scope,
callFrame): void
Parameters
• index: ValueTypes
• value: ValueTypes
• scope: Scope
• callFrame: CallFrame
Returns
void
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string