Uses of Package
org.antlr.runtime.tree
Packages that use org.antlr.runtime.tree
Package
Description
-
Classes in org.antlr.runtime.tree used by org.antlr.grammar.v3ClassDescriptionA tree node that is wrapper for a Token object.How to create and navigate trees.A stream of tree nodes, accessing nodes from a tree of some kindA parser for a stream of tree nodes.
-
Classes in org.antlr.runtime.tree used by org.antlr.runtime
-
Classes in org.antlr.runtime.tree used by org.antlr.runtime.debugClassDescriptionA generic tree implementation with no payload.A record of the rules used to match a token sequence.What does a tree look like? ANTLR has a number of support classes such as CommonTreeNodeStream that work on these kinds of trees.How to create and navigate trees.A stream of tree nodes, accessing nodes from a tree of some kindA parser for a stream of tree nodes.
-
Classes in org.antlr.runtime.tree used by org.antlr.runtime.treeClassDescriptionA generic tree implementation with no payload.A TreeAdaptor that works with any Tree implementation.A tree node that is wrapper for a Token object.A TreeAdaptor that works with any Tree implementation.Base class for all exceptions thrown during AST rewrite construction.A generic list of elements tracked in an alternative to be used in a -> rewrite rule.What does a tree look like? ANTLR has a number of support classes such as CommonTreeNodeStream that work on these kinds of trees.How to create and navigate trees.Return a node stream from a doubly-linked tree whose nodes know what child index they are.A stream of tree nodes, accessing nodes from a tree of some kindA parser for a stream of tree nodes.How to execute code for node t when a visitor visits node t.Build and navigate trees with this object.When using %label:TOKENNAME in a tree for parse(), we must track the label.
-
Classes in org.antlr.runtime.tree used by org.antlr.toolClassDescriptionA tree node that is wrapper for a Token object.A record of the rules used to match a token sequence.How to create and navigate trees.