IfStmtNode

Undocumented in source.

Members

Mixins

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

Variables

condition
AstIndex condition;
Undocumented in source.
elseStatements
AstNodes elseStatements;
Undocumented in source.
thenStatements
AstNodes thenStatements;
Undocumented in source.

Meta