Node

Undocumented in source.

Constructors

this
this(Token tok, Args args)
Undocumented in source.

Members

Functions

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

Variables

children
Node[] children;
Undocumented in source.
tok
Token tok;
Undocumented in source.

Inherited Members

From IVisitorNode

accept
void accept(IVisitor )
Undocumented in source.

Meta