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

Public Member Functions | |
Tracer (TreeParser *p, const char *t, RefAST a) | |
~Tracer () | |
Private Member Functions | |
Tracer (const Tracer &) | |
const Tracer & | operator= (const Tracer &) |
Private Attributes | |
TreeParser * | parser |
const char * | text |
RefAST | tree |
Detailed Description
Utility class which allows tracing to work even when exceptions are thrown.
Definition at line 100 of file TreeParser.hpp.
Constructor & Destructor Documentation
|
Definition at line 106 of file TreeParser.hpp. References RefAST, text(), and TreeParser::traceIn(). |
|
Definition at line 111 of file TreeParser.hpp. References text(), and TreeParser::traceOut(). |
|
|
Member Function Documentation
|
|
Member Data Documentation
|
Definition at line 102 of file TreeParser.hpp. |
|
Definition at line 103 of file TreeParser.hpp. |
|
Definition at line 104 of file TreeParser.hpp. |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/TreeParser.hpp