TreeParserInputState Class Reference
This object contains the data associated with an input AST. More...
#include <TreeParserSharedInputState.hpp>
Public Member Functions | |
TreeParserInputState () | |
virtual | ~TreeParserInputState () |
Public Attributes | |
int | guessing |
Are we guessing (guessing>0)? | |
Private Member Functions | |
TreeParserInputState (const TreeParserInputState &) | |
TreeParserInputState & | operator= (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.
Definition at line 24 of file TreeParserSharedInputState.hpp.
Constructor & Destructor Documentation
|
Definition at line 26 of file TreeParserSharedInputState.hpp. |
|
Definition at line 27 of file TreeParserSharedInputState.hpp. |
|
|
Member Function Documentation
|
|
Member Data Documentation
|
Are we guessing (guessing>0)?
Definition at line 31 of file TreeParserSharedInputState.hpp. |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/TreeParserSharedInputState.hpp