antlr::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

antlr::TreeParserInputState::TreeParserInputState (  )  [inline]
virtual antlr::TreeParserInputState::~TreeParserInputState (  )  [inline, virtual]
antlr::TreeParserInputState::TreeParserInputState ( const TreeParserInputState  )  [private]

Member Function Documentation

TreeParserInputState& antlr::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

Generated on 16 Nov 2015 for ANTLR Support Libraries 2.7.1+ by  doxygen 1.6.1