Skip to content

yaksok.tsDocs


yaksok.ts / Executable

Class: Executable

Extends

Extended by

Constructors

new Executable()

ts
new Executable(): Executable

Returns

Executable

Inherited from

Node.constructor

Properties

position?

ts
optional position: Position;

Inherited from

Node.position

Defined in

src/node/base.ts:16


friendlyName

ts
static friendlyName: string = '실행 가능한 노드';

Overrides

Node.friendlyName

Defined in

src/node/base.ts:31

Methods

execute()

ts
execute(_scope, _callFrame): void

Parameters

_scope: Scope

_callFrame: CallFrame

Returns

void

Defined in

src/node/base.ts:33


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Node.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

Node.toPrint

Defined in

src/node/base.ts:36