Skip to content

달빛약속 / IndexFetch

Class: IndexFetch

Extends

Indexable

[key: string]: unknown

Constructors

new IndexFetch()

new IndexFetch(list, index): IndexFetch

Parameters

list

Evaluable<IndexedValue>

index

Evaluable<NumberValue | StringValue | ListValue>

Returns

IndexFetch

Overrides

Evaluable.constructor

Defined in

core/node/list.ts:47

Properties

index

index: Evaluable<NumberValue | StringValue | ListValue>

Defined in

core/node/list.ts:49


list

list: Evaluable<IndexedValue>

Defined in

core/node/list.ts:48


position?

optional position: Position

Inherited from

Evaluable.position

Defined in

core/node/base.ts:9


friendlyName

static friendlyName: string = '사전에서 값 가져오기'

Overrides

Evaluable.friendlyName

Defined in

core/node/list.ts:45

Methods

execute()

execute(scope, callFrame): Promise<ValueType>

Parameters

scope

Scope

callFrame

CallFrame

Returns

Promise<ValueType>

Overrides

Evaluable.execute

Defined in

core/node/list.ts:54


setValue()

setValue(scope, callFrame, value): Promise<void>

Parameters

scope

Scope

callFrame

CallFrame

value

ValueType

Returns

Promise<void>

Defined in

core/node/list.ts:79


toJSON()

toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Inherited from

Evaluable.toPrint

Defined in

core/node/base.ts:31