TokenData

Undocumented in source.

Members

Functions

get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
getChar
char getChar()
Undocumented in source. Be warned that the author may not have intended to support it.
getEscapedString
string getEscapedString()
Undocumented in source. Be warned that the author may not have intended to support it.
getUnescapedString
string getUnescapedString()
Undocumented in source. Be warned that the author may not have intended to support it.
isAssignableTo
bool isAssignableTo()
Undocumented in source. Be warned that the author may not have intended to support it.
isChar
bool isChar(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isComment
bool isComment()
Undocumented in source. Be warned that the author may not have intended to support it.
isString
bool isString(string ss)
Undocumented in source. Be warned that the author may not have intended to support it.
isType
bool isType()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T el)
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.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

column
uint column;
Undocumented in source.
line
uint line;
Undocumented in source.
type
uint type;
Undocumented in source.

Meta