ANTLR Support Libraries 2.7.1+
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TreeParser::Tracer Class Reference

#include <TreeParser.hpp>

Collaboration diagram for TreeParser::Tracer:
Collaboration graph
[legend]

Public Member Functions

 Tracer (TreeParser *p, const char *t, RefAST a)
 
 ~Tracer ()
 

Private Member Functions

 Tracer (const Tracer &)
 
const Traceroperator= (const Tracer &)
 

Private Attributes

TreeParserparser
 
const char * text
 
RefAST tree
 

Detailed Description

Utility class which allows tracing to work even when exceptions are thrown.

Constructor & Destructor Documentation

TreeParser::Tracer::Tracer ( TreeParser p,
const char *  t,
RefAST  a 
)
inline
TreeParser::Tracer::~Tracer ( )
inline
TreeParser::Tracer::Tracer ( const Tracer )
private

Member Function Documentation

const Tracer& TreeParser::Tracer::operator= ( const Tracer )
private

Member Data Documentation

TreeParser* TreeParser::Tracer::parser
private
const char* TreeParser::Tracer::text
private
RefAST TreeParser::Tracer::tree
private

The documentation for this class was generated from the following file: