TextLine.PartAST

Wrapper class around Part used for visiting

Constructors

this
this(Part part)
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.
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

part
Part part;
Undocumented in source.

Inherited Members

From AST

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

Meta