Uses of Interface
org.antlr.v4.runtime.tree.SyntaxTree
-
Packages that use SyntaxTree Package Description org.antlr.v4.runtime org.antlr.v4.runtime.tree -
-
Uses of SyntaxTree in org.antlr.v4.runtime
Classes in org.antlr.v4.runtime that implement SyntaxTree Modifier and Type Class Description classInterpreterRuleContextThis class extendsParserRuleContextby allowing the value ofInterpreterRuleContext.getRuleIndex()to be explicitly set for the context.classParserRuleContextA rule invocation record for parsing.classRuleContextA rule context is a record of a single rule invocation.classRuleContextWithAltNumA 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.tree Modifier and Type Interface Description interfaceErrorNodeinterfaceParseTreeAn interface to access the tree ofRuleContextobjects created during a parse that makes the data structure look like a simple parse tree.interfaceRuleNodeinterfaceTerminalNodeClasses in org.antlr.v4.runtime.tree that implement SyntaxTree Modifier and Type Class Description classErrorNodeImplRepresents a token that was consumed during resynchronization rather than during a valid match operation.classTerminalNodeImpl
-