java.lang.Objectantlr.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 | |
 int | 
guessing
Are we guessing (guessing>0)?  | 
| Constructor Summary | |
ParserSharedInputState()
 | 
|
| Method Summary | |
 void | 
reset()
 | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public int guessing
| Constructor Detail | 
public ParserSharedInputState()
| Method Detail | 
public void reset()