antlr::ParserInputState Class Reference
#include <ParserSharedInputState.hpp>
List of all members.
Detailed Description
This object contains the data associated with an input stream of tokens. Multiple parsers share a single ParserSharedInputState to parse the same stream of tokens.
Constructor & Destructor Documentation
antlr::ParserInputState::ParserInputState |
( |
TokenBuffer * |
in |
) |
[inline] |
antlr::ParserInputState::ParserInputState |
( |
TokenBuffer & |
in |
) |
[inline] |
virtual antlr::ParserInputState::~ParserInputState |
( |
|
) |
[inline, virtual] |
antlr::ParserInputState::ParserInputState |
( |
const ParserInputState & |
|
) |
[private] |
Member Function Documentation
TokenBuffer& antlr::ParserInputState::getInput |
( |
void |
|
) |
[inline] |
void antlr::ParserInputState::reset |
( |
void |
|
) |
[inline] |
Member Data Documentation
What file (if known) caused the problem?
- Todo:
- wrap this one..
Are we guessing (guessing>0)?
Where to get token objects
Do we need to free the TokenBuffer or is it owned by another..
The documentation for this class was generated from the following file: