Document

Undocumented in source.

Constructors

this
this(Token token)
Undocumented in source.

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
addChild
void addChild(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
children
Node[] children()
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.
token
Token token()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_children
Node[] _children;
Undocumented in source.
_token
Token _token;
Undocumented in source.

Inherited Members

From AST

token
Token token()
Undocumented in source.
accept
void accept(ASTVisitor visitor)
Undocumented in source.

From Node

children
Node[] children()
Undocumented in source.
addChild
void addChild(Node )
Undocumented in source.

Meta