ANTLR Support Libraries 2.7.1+
Public Member Functions | Public Attributes | Private Member Functions
TreeParserInputState Class Reference

#include <TreeParserSharedInputState.hpp>

List of all members.

Public Member Functions

 TreeParserInputState ()
virtual ~TreeParserInputState ()

Public Attributes

int guessing

Private Member Functions

 TreeParserInputState (const TreeParserInputState &)
TreeParserInputStateoperator= (const TreeParserInputState &)

Detailed Description

This object contains the data associated with an input AST. Multiple parsers share a single TreeParserSharedInputState to parse the same tree or to have the parser walk multiple trees.


Constructor & Destructor Documentation

virtual TreeParserInputState::~TreeParserInputState ( ) [inline, virtual]

Member Function Documentation

TreeParserInputState& TreeParserInputState::operator= ( const TreeParserInputState ) [private]

Member Data Documentation

Are we guessing (guessing>0)?


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