Package antlr
Class ParserSharedInputState
java.lang.Object
antlr.ParserSharedInputState
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
What file (if known) caused the problem?int
Are we guessing (guessing>0)?protected TokenBuffer
Where to get token objects -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
input
Where to get token objects -
guessing
public int guessingAre we guessing (guessing>0)? -
filename
What file (if known) caused the problem?
-
-
Constructor Details
-
ParserSharedInputState
public ParserSharedInputState()
-
-
Method Details
-
reset
public void reset() -
getFilename
-
getInput
-