#include <cccc_tok.h>
Definition at line 49 of file cccc_tok.h.
Definition at line 87 of file cccc_tok.cc.
88 setType(copyTok.getType());
89 setText(copyTok.getText());
90 setLine(copyTok.getLine());
ANTLRToken::ANTLRToken |
( |
| ) |
|
ANTLRToken::~ANTLRToken |
( |
| ) |
|
|
virtual |
Definition at line 128 of file cccc_tok.cc.
131 <<
" on line " << getLine()
#define DbgMsg(DF, OS, X)
void ANTLRToken::CountToken |
( |
| ) |
|
Definition at line 153 of file cccc_tok.cc.
static int RunningNesting
#define DbgMsg(DF, OS, X)
static void ANTLRToken::DecrementNesting |
( |
| ) |
|
|
inlinestatic |
Definition at line 79 of file cccc_tok.h.
static int RunningNesting
int ANTLRToken::getNestingLevel |
( |
| ) |
|
|
inline |
const char * ANTLRToken::getTokenTypeName |
( |
| ) |
|
static void ANTLRToken::IncrementNesting |
( |
| ) |
|
|
inlinestatic |
Definition at line 78 of file cccc_tok.h.
static int RunningNesting
ANTLRAbstractToken * ANTLRToken::makeToken |
( |
ANTLRTokenType |
tt, |
|
|
ANTLRChar * |
txt, |
|
|
int |
line |
|
) |
| |
|
virtual |
Definition at line 103 of file cccc_tok.cc.
109 cerr <<
"Memory overflow in "
110 "ANTLRToken::makeToken(" <<
static_cast<int>(tt) <<
","
111 << txt <<
"," << line <<
")" << endl;
114 new_t->setLine(line);
118 "makeToken(tt=>" << static_cast<int>(tt) <<
#define DbgMsg(DF, OS, X)
Definition at line 137 of file cccc_tok.cc.
138 setType(copyTok.getType());
139 setText(copyTok.getText());
140 setLine(copyTok.getLine());
Definition at line 166 of file cccc_tok.cc.
170 <<
" " << t.getText()
171 <<
" " << t.getLine()
const char * getTokenTypeName()
int ANTLRToken::bCodeLine =0 |
|
static |
int ANTLRToken::CurrentNesting |
|
private |
int ANTLRToken::numAllocated =0 |
|
staticprivate |
int ANTLRToken::RunningNesting =0 |
|
staticprivate |
The documentation for this class was generated from the following files: