LoopStatement

Undocumented in source.

Constructors

this
this(Token tok, Token key, Token value, Node obj, Node end, Node body_)
Undocumented in source.

Members

Mixins

__anonymous
mixin VisitorInterface
Undocumented in source.

Variables

key
Token key;
Undocumented in source.
value
Token value;
Undocumented in source.

Mixed In Members

From mixin VisitorInterface

accept
void accept(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Node

accept
void accept(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
tok
Token tok;
Undocumented in source.
children
Node[] children;
Undocumented in source.

Meta