WhileNode

to store while statements

Constructors

this
this(CodeNode conditionNode, StatementNode statementToExec)

constructor

Members

Properties

statement
StatementNode statement [@property getter]

returns the statement to execute, while true

statement
StatementNode statement [@property setter]

sets the statement to execute, while true

Variables

condition
CodeNode condition;

the condition for this while statement

lineno
uinteger lineno;

the line number (starts from 1) from which this node begins, or ends

Meta