ANTLR Support Libraries 2.7.1+
Public Member Functions | Private Member Functions | Private Attributes

antlr::CharScanner::Tracer Class Reference

#include <CharScanner.hpp>

Collaboration diagram for antlr::CharScanner::Tracer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Tracer (CharScanner *p, const char *t)
 ~Tracer ()

Private Member Functions

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

Private Attributes

CharScannerparser
const char * text

Detailed Description

Tracer class, used when -traceLexer is passed to antlr


Constructor & Destructor Documentation

antlr::CharScanner::Tracer::Tracer ( const Tracer other) [private]
antlr::CharScanner::Tracer::Tracer ( CharScanner p,
const char *  t 
) [inline]
antlr::CharScanner::Tracer::~Tracer ( ) [inline]

Member Function Documentation

Tracer& antlr::CharScanner::Tracer::operator= ( const Tracer other) [private]

Member Data Documentation

const char* antlr::CharScanner::Tracer::text [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines