DoWhileNode

to store do-while statements

Constructors

this
this(CodeNode conditionNode, StatementNode statementToExec)

constructor

Members

Properties

statement
StatementNode statement [@property getter]
StatementNode statement [@property setter]

the statement to execute in this loop

Variables

condition
CodeNode condition;

the condition for this do-while statement

lineno
uinteger lineno;

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

Meta