Skip to content

yaksok.tsDocs


yaksok.ts / SetToIndex

Class: SetToIndex

Extends

Constructors

new SetToIndex()

ts
new SetToIndex(target, value): SetToIndex

Parameters

target: IndexFetch

value: Evaluable

Returns

SetToIndex

Overrides

Executable.constructor

Defined in

src/node/list.ts:197

Properties

position?

ts
optional position: Position;

Inherited from

Executable.position

Defined in

src/node/base.ts:16


target

ts
target: IndexFetch;

Defined in

src/node/list.ts:197


value

ts
value: Evaluable;

Defined in

src/node/list.ts:197


friendlyName

ts
static friendlyName: string = '목록에 값 넣기';

Overrides

Executable.friendlyName

Defined in

src/node/list.ts:195

Methods

assertProperTargetType()

ts
assertProperTargetType(target): asserts target is IndexedValue

Parameters

target: ValueTypes

Returns

asserts target is IndexedValue

Defined in

src/node/list.ts:212


execute()

ts
execute(scope, _callFrame): void

Parameters

scope: Scope

_callFrame: CallFrame

Returns

void

Overrides

Executable.execute

Defined in

src/node/list.ts:200


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Inherited from

Executable.toPrint

Defined in

src/node/base.ts:36