DoWhileStmtNode

Undocumented in source.

Members

Mixins

__anonymous
mixin AstNodeData!(AstType.stmt_do_while, 0, AstNodeState.name_register_self_done)
Undocumented in source.

Variables

condition
AstIndex condition;
Undocumented in source.
statements
AstNodes statements;
Undocumented in source.

Meta