OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::TreeParserInputState Class Reference

This object contains the data associated with an input AST. More...

#include <TreeParserSharedInputState.hpp>

Public Attributes

int guessing
 Are we guessing (guessing>0)?
 

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

◆ TreeParserInputState()

antlr::TreeParserInputState::TreeParserInputState ( )
inline

Definition at line 26 of file TreeParserSharedInputState.hpp.

◆ ~TreeParserInputState()

virtual antlr::TreeParserInputState::~TreeParserInputState ( )
inlinevirtual

Definition at line 27 of file TreeParserSharedInputState.hpp.

Member Data Documentation

◆ guessing

int antlr::TreeParserInputState::guessing

Are we guessing (guessing>0)?

Definition at line 31 of file TreeParserSharedInputState.hpp.


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