Interface RuleNode

All Superinterfaces:
ParseTree, SyntaxTree, Tree
All Known Implementing Classes:
GrammarInterpreterRuleContext, IncrementalParserRuleContext, InterpreterRuleContext, ParserRuleContext, RuleContext, RuleContextWithAltNum

public interface RuleNode extends ParseTree
  • Method Details

    • getRuleContext

      RuleContext getRuleContext()
    • getParent

      RuleNode getParent()
      Description copied from interface: Tree
      The parent of this node. If the return value is null, then this node is the root of the tree.
      Specified by:
      getParent in interface ParseTree
      Specified by:
      getParent in interface Tree