Skip to content

달빛약속 / Loop

Class: Loop

Extends

Indexable

[key: string]: unknown

Constructors

new Loop()

new Loop(body): Loop

Parameters

body

Block

Returns

Loop

Overrides

Executable.constructor

Defined in

core/node/loop.ts:10

Properties

body

body: Block

Defined in

core/node/loop.ts:10


position?

optional position: Position

Inherited from

Executable.position

Defined in

core/node/base.ts:9


friendlyName

static friendlyName: string = '반복'

Overrides

Executable.friendlyName

Defined in

core/node/loop.ts:8

Methods

execute()

execute(scope, _callFrame): Promise<void>

Parameters

scope

Scope

_callFrame

CallFrame

Returns

Promise<void>

Overrides

Executable.execute

Defined in

core/node/loop.ts:14


toJSON()

toJSON(): object

Returns

object

Inherited from

Executable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Inherited from

Executable.toPrint

Defined in

core/node/base.ts:31