Class InterpreterRuleContext

    • Field Detail

      • ruleIndex

        protected int ruleIndex
        This is the backing field for getRuleIndex().
    • Constructor Detail

      • InterpreterRuleContext

        public InterpreterRuleContext()
      • InterpreterRuleContext

        public InterpreterRuleContext​(ParserRuleContext parent,
                                      int invokingStateNumber,
                                      int ruleIndex)
        Constructs a new InterpreterRuleContext with the specified parent, invoking state, and rule index.
        Parameters:
        parent - The parent context.
        invokingStateNumber - The invoking state number.
        ruleIndex - The rule index for the current context.