Comment

Undocumented in source.

Constructors

this
this(Token token, string content)
Undocumented in source.

Inherited Members

From StringNode

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

Meta