ForStmtNode

Undocumented in source.

Members

Mixins

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

Variables

body_statements
AstNodes body_statements;
Undocumented in source.
condition
AstIndex condition;
Undocumented in source.
increment_statements
AstNodes increment_statements;
Undocumented in source.
init_statements
AstNodes init_statements;
Undocumented in source.

Meta