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

◆ Tracer() [1/2]

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

◆ ~Tracer()

TreeParser::Tracer::~Tracer ( )
inline

◆ Tracer() [2/2]

TreeParser::Tracer::Tracer ( const Tracer )
private

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ parser

TreeParser* TreeParser::Tracer::parser
private

◆ text

const char* TreeParser::Tracer::text
private

◆ tree

RefAST TreeParser::Tracer::tree
private

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