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

#include <TreeParserSharedInputState.hpp>

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

◆ TreeParserInputState() [1/2]

TreeParserInputState::TreeParserInputState ( )
inline

◆ ~TreeParserInputState()

virtual TreeParserInputState::~TreeParserInputState ( )
inlinevirtual

◆ TreeParserInputState() [2/2]

TreeParserInputState::TreeParserInputState ( const TreeParserInputState )
private

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ guessing

int TreeParserInputState::guessing

Are we guessing (guessing>0)?


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