Uses of Interface
org.antlr.runtime.tree.TreeNodeStream
-
Packages that use TreeNodeStream Package Description org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.tree -
-
Uses of TreeNodeStream in org.antlr.runtime
Constructors in org.antlr.runtime with parameters of type TreeNodeStream Constructor Description MismatchedTreeNodeException(int expecting, TreeNodeStream input) -
Uses of TreeNodeStream in org.antlr.runtime.debug
Classes in org.antlr.runtime.debug that implement TreeNodeStream Modifier and Type Class Description classDebugTreeNodeStreamDebug any tree node stream.Fields in org.antlr.runtime.debug declared as TreeNodeStream Modifier and Type Field Description protected TreeNodeStreamDebugTreeNodeStream. inputConstructors in org.antlr.runtime.debug with parameters of type TreeNodeStream Constructor Description DebugTreeNodeStream(TreeNodeStream input, DebugEventListener dbg)DebugTreeParser(TreeNodeStream input, DebugEventListener dbg)DebugTreeParser(TreeNodeStream input, DebugEventListener dbg, RecognizerSharedState state)Create a normal parser except wrap the token stream in a debug proxy that fires consume events.DebugTreeParser(TreeNodeStream input, RecognizerSharedState state) -
Uses of TreeNodeStream in org.antlr.runtime.tree
Classes in org.antlr.runtime.tree that implement TreeNodeStream Modifier and Type Class Description classBufferedTreeNodeStreamA buffered stream of tree nodes.classCommonTreeNodeStreamFields in org.antlr.runtime.tree declared as TreeNodeStream Modifier and Type Field Description protected TreeNodeStreamTreeParser. inputMethods in org.antlr.runtime.tree that return TreeNodeStream Modifier and Type Method Description TreeNodeStreamTreeParser. getTreeNodeStream()Methods in org.antlr.runtime.tree with parameters of type TreeNodeStream Modifier and Type Method Description voidTreeParser. setTreeNodeStream(TreeNodeStream input)Set the input streamConstructors in org.antlr.runtime.tree with parameters of type TreeNodeStream Constructor Description TreeFilter(TreeNodeStream input)TreeFilter(TreeNodeStream input, RecognizerSharedState state)TreeParser(TreeNodeStream input)TreeParser(TreeNodeStream input, RecognizerSharedState state)TreeRewriter(TreeNodeStream input)TreeRewriter(TreeNodeStream input, RecognizerSharedState state)
-