Class GroovyParser.ExpressionListContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean canSpread  
      • 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
      ExpressionListContext​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)  
      ExpressionListContext​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, boolean canSpread)  
    • Field Detail

      • canSpread

        public boolean canSpread
    • Constructor Detail

      • ExpressionListContext

        public ExpressionListContext​(org.antlr.v4.runtime.ParserRuleContext parent,
                                     int invokingState)
      • ExpressionListContext

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

      • COMMA

        public java.util.List<? extends org.antlr.v4.runtime.tree.TerminalNode> COMMA()
      • COMMA

        public org.antlr.v4.runtime.tree.TerminalNode COMMA​(int i)
      • 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