OpenMD 3.1
Molecular Dynamics in the Open
|
This object contains the data associated with an input AST. More...
#include <TreeParserSharedInputState.hpp>
Public Attributes | |
int | guessing |
Are we guessing (guessing>0)? | |
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.
|
inline |
Definition at line 26 of file TreeParserSharedInputState.hpp.
|
inlinevirtual |
Definition at line 27 of file TreeParserSharedInputState.hpp.
int antlr::TreeParserInputState::guessing |
Are we guessing (guessing>0)?
Definition at line 31 of file TreeParserSharedInputState.hpp.