Package org.antlr.v4.runtime.tree
Interface RuleNode
- All Superinterfaces:
ParseTree,SyntaxTree,Tree
- All Known Implementing Classes:
GrammarInterpreterRuleContext,IncrementalParserRuleContext,InterpreterRuleContext,ParserRuleContext,RuleContext,RuleContextWithAltNum
-
Method Summary
Modifier and TypeMethodDescriptionThe parent of this node.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTree
accept, getChild, getIndex, getText, toStringTreeMethods inherited from interface org.antlr.v4.runtime.tree.SyntaxTree
getSourceIntervalMethods inherited from interface org.antlr.v4.runtime.tree.Tree
getChildCount, getPayload, toStringTree
-
Method Details