#include <ParserSharedInputState.hpp>
Public Methods | |
| ParserInputState (TokenBuffer *in) | |
| ParserInputState (TokenBuffer &in) | |
| virtual | ~ParserInputState () |
| TokenBuffer & | getInput (void) |
| void | reset (void) |
| Reset the ParserInputState and the underlying TokenBuffer. | |
| ANTLR_USE_NAMESPACE (std) string filename | |
Public Attributes | |
| int | guessing |
|
|
Construct a new ParserInputState
|
|
|
Construct a new ParserInputState
|
|
|
|
|
|
What file (if known) caused the problem?
|
|
|
|
|
|
Reset the ParserInputState and the underlying TokenBuffer.
|
|
|
Are we guessing (guessing>0)? |
1.2.18