Uses of Package
org.antlr.v4.runtime.tree
Packages that use org.antlr.v4.runtime.tree
Package
Description
-
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.gui
-
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.runtimeClassDescriptionAn interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree.This interface describes the minimal core of methods triggered byParseTreeWalker
.This interface defines the basic notion of a parse tree visitor.A tree that knows about an interval in a token stream is some kind of syntax tree.The basic notion of a tree has a parent, a payload, and a list of children. -
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.runtime.treeClassDescriptionAn interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree.This interface describes the minimal core of methods triggered byParseTreeWalker
.This interface defines the basic notion of a parse tree visitor.A tree that knows about an interval in a token stream is some kind of syntax tree.The basic notion of a tree has a parent, a payload, and a list of children. -
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.runtime.tree.patternClassDescriptionAn interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree. -
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.runtime.tree.xpathClassDescriptionAn interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree. -
Classes in org.antlr.v4.runtime.tree used by org.antlr.v4.toolClassDescriptionAn interface to access the tree of
RuleContext
objects created during a parse that makes the data structure look like a simple parse tree.A tree that knows about an interval in a token stream is some kind of syntax tree.The basic notion of a tree has a parent, a payload, and a list of children.