Class GroovyParser.ExpressionListContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
org.apache.groovy.parser.antlr4.GroovyParser.ExpressionListContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree, NodeMetaDataHandler
Enclosing class:
GroovyParser

public static class GroovyParser.ExpressionListContext extends GroovyParser.GroovyParserRuleContext
  • Field Details

    • canSpread

      public boolean canSpread
  • Constructor Details

    • 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 Details

    • expressionListElement

      public List<? extends GroovyParser.ExpressionListElementContext> expressionListElement()
    • expressionListElement

      public GroovyParser.ExpressionListElementContext expressionListElement(int i)
    • COMMA

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

      public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
    • nls

      public List<? extends GroovyParser.NlsContext> nls()
    • nls

      public GroovyParser.NlsContext nls(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