Skip to content

yaksok.tsDocs


yaksok.ts / IndexFetch

Class: IndexFetch

Extends

Constructors

new IndexFetch()

ts
new IndexFetch(target, index): IndexFetch

Parameters

target: Evaluable

index: Evaluable

Returns

IndexFetch

Overrides

Evaluable.constructor

Defined in

src/node/list.ts:170

Properties

index

ts
index: Evaluable;

Defined in

src/node/list.ts:170


position?

ts
optional position: Position;

Inherited from

Evaluable.position

Defined in

src/node/base.ts:16


target

ts
target: Evaluable;

Defined in

src/node/list.ts:170


friendlyName

ts
static friendlyName: string = '목록에서 값 가져오기';

Overrides

Evaluable.friendlyName

Defined in

src/node/list.ts:168

Methods

assertProperTargetType()

ts
assertProperTargetType(target): asserts target is IndexedValue

Parameters

target: ValueTypes

Returns

asserts target is IndexedValue

Defined in

src/node/list.ts:186


execute()

ts
execute(scope, _callFrame): ValueTypes

Parameters

scope: Scope

_callFrame: CallFrame

Returns

ValueTypes

Overrides

Evaluable.execute

Defined in

src/node/list.ts:174


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Inherited from

Evaluable.toPrint

Defined in

src/node/base.ts:36