yaksok.ts • Docs
yaksok.ts / Loop
Class: Loop
Extends
Constructors
new Loop()
ts
new Loop(body): Loop
Parameters
• body: Block
Returns
Overrides
Defined in
Properties
body
ts
body: Block;
Defined in
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
Overrides
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string