Class GroovyParser.RparenContext

    • Field Summary

      • Fields inherited from class org.antlr.v4.runtime.ParserRuleContext

        children, exception, start, stop
      • Fields inherited from class org.antlr.v4.runtime.RuleContext

        invokingState, parent
    • Constructor Summary

      Constructors 
      Constructor Description
      RparenContext​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)  
    • Constructor Detail

      • RparenContext

        public RparenContext​(org.antlr.v4.runtime.ParserRuleContext parent,
                             int invokingState)
    • Method Detail

      • RPAREN

        public org.antlr.v4.runtime.tree.TerminalNode RPAREN()
      • getRuleIndex

        public int getRuleIndex()
        Overrides:
        getRuleIndex in class org.antlr.v4.runtime.RuleContext
      • accept

        public <Result> Result accept​(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
        Specified by:
        accept in interface org.antlr.v4.runtime.tree.ParseTree
        Overrides:
        accept in class org.antlr.v4.runtime.RuleContext