antlr

Class TreeParserSharedInputState

public class TreeParserSharedInputState extends Object

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
intguessing
Are we guessing (guessing>0)?

Field Detail

guessing

public int guessing
Are we guessing (guessing>0)?