yaksok.ts • Docs
yaksok.ts / Executable
Class: Executable
Extends
Extended by
Evaluable
Block
IfStatement
ElseStatement
ElseIfStatement
DeclareFunction
Sequence
SetToIndex
Print
Loop
Break
Return
Mention
DeclareFFI
Constructors
new Executable()
ts
new Executable(): Executable
Returns
Inherited from
Properties
position?
ts
optional position: Position;
Inherited from
Defined in
friendlyName
ts
static friendlyName: string = '실행 가능한 노드';
Overrides
Defined in
Methods
execute()
ts
execute(_scope, _callFrame): void
Parameters
• _scope: Scope
• _callFrame: CallFrame
Returns
void
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string