Class GroovyParser.ExpressionListElementContext

    • 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
      ExpressionListElementContext​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)  
      ExpressionListElementContext​(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, boolean canSpread)  
    • Field Detail

      • canSpread

        public boolean canSpread
    • Constructor Detail

      • ExpressionListElementContext

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

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

      • MUL

        public org.antlr.v4.runtime.tree.TerminalNode MUL()
      • 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