|
ANTLR Support Libraries 2.7.1+
|
#include <TreeParserSharedInputState.hpp>
Public Member Functions | |
| TreeParserInputState () | |
| virtual | ~TreeParserInputState () |
Public Attributes | |
| int | guessing |
Private Member Functions | |
| TreeParserInputState (const TreeParserInputState &) | |
| TreeParserInputState & | operator= (const TreeParserInputState &) |
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.
|
inline |
|
inlinevirtual |
|
private |
|
private |
| int TreeParserInputState::guessing |
Are we guessing (guessing>0)?
1.8.14