|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.ParserSharedInputState
Untamed: 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 | |
protected String |
filename
What file (if known) caused the problem? |
int |
guessing
Enabled: Are we guessing (guessing>0)? |
protected TokenBuffer |
input
Where to get token objects |
Constructor Summary | |
ParserSharedInputState()
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TokenBuffer input
public int guessing
protected String filename
Constructor Detail |
public ParserSharedInputState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |