ForOfStatementNode

Undocumented in source.

Constructors

this
this(size_t lineNo, Token qual, Token ofIn, VarAccessNode[] vans, ExpressionNode obj, StatementNode bnode, string lbl)

Undocumented in source.

Members

Functions

accept
Variant accept(IStatementVisitor visitor)

Undocumented in source. Be warned that the author may not have intended to support it.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bodyNode
StatementNode bodyNode;

Undocumented in source.

label
string label;

Undocumented in source.

objectToIterateNode
ExpressionNode objectToIterateNode;

Undocumented in source.

ofInToken
Token ofInToken;

Undocumented in source.

qualifierToken
Token qualifierToken;

Undocumented in source.

varAccessNodes
VarAccessNode[] varAccessNodes;

Undocumented in source.

Inherited Members

From StatementNode

accept
Variant accept(IStatementVisitor visitor)

Undocumented in source.

toString
string toString()

Undocumented in source. Be warned that the author may not have intended to support it.

line
size_t line;

Undocumented in source.

Meta