antlr

Class TreeParserSharedInputState


public class TreeParserSharedInputState
extends java.lang.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

int
guessing
Are we guessing (guessing>0)?

Field Details

guessing

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