ForNode

Undocumented in source.

Constructors

this
this(Position pos, string[] keys, Node iterable, Node block, Node other, Node cond, bool isRecursive)
Undocumented in source.

Members

Mixins

__anonymous
mixin AcceptVisitor
Undocumented in source.

Variables

block
Nullable!Node block;
Undocumented in source.
cond
Nullable!Node cond;
Undocumented in source.
isRecursive
bool isRecursive;
Undocumented in source.
iterable
Nullable!Node iterable;
Undocumented in source.
keys
string[] keys;
Undocumented in source.
other
Nullable!Node other;
Undocumented in source.

Mixed In Members

From mixin AcceptVisitor

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

Inherited Members

From Node

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

Meta