PipeText

Undocumented in source.

Constructors

this
this(Token token, Token translated, TagContents 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
TagContents content()
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.
translated
bool translated()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_children
Node[] _children;
Undocumented in source.
_content
TagContents _content;
Undocumented in source.
_token
Token _token;
Undocumented in source.
_translated
Token _translated;
Undocumented in source.

Meta