Token

Undocumented in source.

Constructors

this
this(TokenType type)
Undocumented in source.
this
this(TokenType type, size_t line, size_t column)
Undocumented in source.
this
this(TokenType type, string value)
Undocumented in source.
this
this(TokenType type, string value, size_t line, size_t column)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
size_t column;
Undocumented in source.
line
size_t line;
Undocumented in source.
type
TokenType type;
Undocumented in source.
value
string value;
Undocumented in source.

Meta