Token

Undocumented in source.

Constructors

this
this(Type t, Position p)
Undocumented in source.
this
this(Type t, string v, Position p)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Keyword kw)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Operator op)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

EOF
enum EOF;
Undocumented in source.

Variables

pos
Position pos;
Undocumented in source.
type
Type type;
Undocumented in source.
value
string value;
Undocumented in source.

Meta