ParserSharedInputState.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/TokenBuffer.hpp>
#include <antlr/RefCount.hpp>
#include <string>
Include dependency graph for ParserSharedInputState.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | ParserInputState |
This object contains the data associated with an input stream of tokens. More... | |
Typedefs | |
typedef RefCount< ParserInputState > | ParserSharedInputState |
A reference counted ParserInputState. |
Typedef Documentation
|
A reference counted ParserInputState.
Definition at line 86 of file ParserSharedInputState.hpp. Referenced by AdaParser::AdaParser(), Parser::getInputState(), JavaRecognizer::JavaRecognizer(), LLkParser::LLkParser(), Parser::Parser(), PascalParser::PascalParser(), Parser::setInputState(), and AdaParser::setProblemReporter(). |