CharScanner::Tracer Class Reference
Tracer class, used when -traceLexer is passed to antlr. More...
#include <CharScanner.hpp>
Collaboration diagram for CharScanner::Tracer:

Public Member Functions | |
Tracer (CharScanner *p, const char *t) | |
~Tracer () | |
Private Member Functions | |
Tracer (const Tracer &other) | |
Tracer & | operator= (const Tracer &other) |
Private Attributes | |
CharScanner * | parser |
const char * | text |
Detailed Description
Tracer class, used when -traceLexer is passed to antlr.
Definition at line 455 of file CharScanner.hpp.
Constructor & Destructor Documentation
|
|
|
Definition at line 463 of file CharScanner.hpp. References text(), and CharScanner::traceIn(). |
|
Definition at line 468 of file CharScanner.hpp. References text(), and CharScanner::traceOut(). |
Member Function Documentation
|
|
Member Data Documentation
|
Definition at line 457 of file CharScanner.hpp. |
|
Definition at line 458 of file CharScanner.hpp. |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/CharScanner.hpp