java.lang.Objectantlr.TreeParserSharedInputState
This object contains the data associated with an input AST. Multiple parsers share a single TreeParserSharedInputState to parse the same tree or to have the parser walk multiple trees.
Field Summary | |
int |
guessing
Are we guessing (guessing>0)? |
Constructor Summary | |
TreeParserSharedInputState()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int guessing
Constructor Detail |
public TreeParserSharedInputState()