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

  • 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