Uses of Interface
org.antlr.v4.runtime.tree.SyntaxTree
Packages that use SyntaxTree
-
Uses of SyntaxTree in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement SyntaxTreeModifier and TypeClassDescriptionclass
This class extendsParserRuleContext
by allowing the value ofInterpreterRuleContext.getRuleIndex()
to be explicitly set for the context.class
A rule invocation record for parsing.class
A rule context is a record of a single rule invocation.class
A handy class for use with options {contextSuperClass=org.antlr.v4.runtime.RuleContextWithAltNum;} that provides a backing field / impl for the outer alternative number matched for an internal parse tree node. -
Uses of SyntaxTree in org.antlr.v4.runtime.tree
Subinterfaces of SyntaxTree in org.antlr.v4.runtime.treeModifier and TypeInterfaceDescriptioninterface
interface
An interface to access the tree ofRuleContext
objects created during a parse that makes the data structure look like a simple parse tree.interface
interface
Classes in org.antlr.v4.runtime.tree that implement SyntaxTreeModifier and TypeClassDescriptionclass
Represents a token that was consumed during resynchronization rather than during a valid match operation.class
-
Uses of SyntaxTree in org.antlr.v4.tool
Classes in org.antlr.v4.tool that implement SyntaxTreeModifier and TypeClassDescriptionclass
AnInterpreterRuleContext
that knows which alternative for a rule was matched.