StringNode

Undocumented in source.

Constructors

this
this(Token token, string content)
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.
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.
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.
_content
string _content;
Undocumented in source.
_token
Token _token;
Undocumented in source.

Inherited Members

From Node

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

From IStringContainer

content
string content()
Undocumented in source.

Meta