Parser::Tracer Class Reference
Utility class which allows tracing to work even when exceptions are thrown. More...
#include <Parser.hpp>
Collaboration diagram for Parser::Tracer:

Public Member Functions | |
Tracer (Parser *p, const char *t) | |
~Tracer () | |
Private Member Functions | |
Tracer (const Tracer &) | |
const Tracer & | operator= (const Tracer &) |
Private Attributes | |
Parser * | parser |
const char * | text |
Detailed Description
Utility class which allows tracing to work even when exceptions are thrown.
Definition at line 202 of file Parser.hpp.
Constructor & Destructor Documentation
|
Definition at line 207 of file Parser.hpp. References text(), and Parser::traceIn(). |
|
Definition at line 212 of file Parser.hpp. References ANTLR_USE_NAMESPACE, text(), and Parser::traceOut(). |
|
|
Member Function Documentation
|
|
Member Data Documentation
|
Definition at line 204 of file Parser.hpp. |
|
Definition at line 205 of file Parser.hpp. |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/Parser.hpp