Uses of Package
org.antlr.runtime.tree
-
Packages that use org.antlr.runtime.tree Package Description org.antlr.grammar.v3 org.antlr.gunit.swingui.parsers org.antlr.runtime org.antlr.runtime.debug org.antlr.runtime.tree org.antlr.tool -
Classes in org.antlr.runtime.tree used by org.antlr.grammar.v3 Class Description CommonTree A tree node that is wrapper for a Token object.TreeAdaptor How to create and navigate trees.TreeNodeStream A stream of tree nodes, accessing nodes from a tree of some kindTreeParser A parser for a stream of tree nodes.TreeRuleReturnScope This is identical to theParserRuleReturnScope
except that the start property is a tree nodes notToken
object when you are parsing trees. -
Classes in org.antlr.runtime.tree used by org.antlr.gunit.swingui.parsers Class Description CommonTree A tree node that is wrapper for a Token object.TreeAdaptor How to create and navigate trees. -
Classes in org.antlr.runtime.tree used by org.antlr.runtime Class Description TreeNodeStream A stream of tree nodes, accessing nodes from a tree of some kind -
Classes in org.antlr.runtime.tree used by org.antlr.runtime.debug Class Description BaseTree A generic tree implementation with no payload.ParseTree A record of the rules used to match a token sequence.Tree What does a tree look like? ANTLR has a number of support classes such as CommonTreeNodeStream that work on these kinds of trees.TreeAdaptor How to create and navigate trees.TreeNodeStream A stream of tree nodes, accessing nodes from a tree of some kindTreeParser A parser for a stream of tree nodes. -
Classes in org.antlr.runtime.tree used by org.antlr.runtime.tree Class Description BaseTree A generic tree implementation with no payload.BaseTreeAdaptor A TreeAdaptor that works with any Tree implementation.CommonTree A tree node that is wrapper for a Token object.CommonTreeAdaptor A TreeAdaptor that works with any Tree implementation.PositionTrackingStream RewriteCardinalityException Base class for all exceptions thrown during AST rewrite construction.RewriteRuleElementStream A generic list of elements tracked in an alternative to be used in a -> rewrite rule.Tree What does a tree look like? ANTLR has a number of support classes such as CommonTreeNodeStream that work on these kinds of trees.TreeAdaptor How to create and navigate trees.TreeFilter.fptr TreeIterator Return a node stream from a doubly-linked tree whose nodes know what child index they are.TreeNodeStream A stream of tree nodes, accessing nodes from a tree of some kindTreeParser A parser for a stream of tree nodes.TreePatternLexer TreeRewriter.fptr TreeVisitorAction How to execute code for node t when a visitor visits node t.TreeWizard Build and navigate trees with this object.TreeWizard.ContextVisitor TreeWizard.TreePattern When using %label:TOKENNAME in a tree for parse(), we must track the label. -
Classes in org.antlr.runtime.tree used by org.antlr.tool Class Description BaseTree A generic tree implementation with no payload.CommonTree A tree node that is wrapper for a Token object.ParseTree A record of the rules used to match a token sequence.Tree What does a tree look like? ANTLR has a number of support classes such as CommonTreeNodeStream that work on these kinds of trees.TreeAdaptor How to create and navigate trees.TreeNodeStream A stream of tree nodes, accessing nodes from a tree of some kindTreeParser A parser for a stream of tree nodes.