TextLine

Undocumented in source.

Constructors

this
this(Token token, Part[] parts)
Undocumented in source.

Members

Classes

PartAST
class PartAST

Wrapper class around Part used for visiting

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.

Structs

Part
struct Part
Undocumented in source.

Variables

_parts
Part[] _parts;
Undocumented in source.
_token
Token _token;
Undocumented in source.

Meta