|
enum | {
openparen = 0x28,
closeparen = 0x29,
star = 0x2a,
comma = 0x2c,
semicolon = 0x3b,
openbracket = 0x5b,
closebracket = 0x5d,
openbrace = 0x7b,
closebrace = 0x7d,
badtoken = 0x100,
endoffile = 0x101,
dotdotdot = 0x102,
integer = 0x103,
charconstant = 0x104,
identifier = 0x105,
stringval = 0x106
} |
|
|
uint4 | getType (void) const |
|
uintb | getInteger (void) const |
|
string * | getString (void) const |
|
int4 | getLineNo (void) const |
|
int4 | getColNo (void) const |
|
int4 | getFileNum (void) const |
|
The documentation for this class was generated from the following files: