StringTagContents

Undocumented in source.

Constructors

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

Members

Functions

accept
void accept(ASTVisitor )
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

_content
string _content;
Undocumented in source.
_token
Token _token;
Undocumented in source.

Inherited Members

From IStringContainer

content
string content()
Undocumented in source.

Meta