public static class GroovyParser.ExpressionListContext extends GroovyParser.GroovyParserRuleContext
Modifier and Type | Field and Description |
---|---|
boolean |
canSpread |
Constructor and Description |
---|
ExpressionListContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
ExpressionListContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
boolean canSpread) |
Modifier and Type | Method and Description |
---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
java.util.List<? extends org.antlr.v4.runtime.tree.TerminalNode> |
COMMA() |
org.antlr.v4.runtime.tree.TerminalNode |
COMMA(int i) |
java.util.List<? extends GroovyParser.ExpressionListElementContext> |
expressionListElement() |
GroovyParser.ExpressionListElementContext |
expressionListElement(int i) |
int |
getRuleIndex() |
copyNodeMetaData, getMetaDataMap, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setMetaDataMap, setNodeMetaData
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public ExpressionListContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public ExpressionListContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, boolean canSpread)
public java.util.List<? extends GroovyParser.ExpressionListElementContext> expressionListElement()
public GroovyParser.ExpressionListElementContext expressionListElement(int i)
public java.util.List<? extends org.antlr.v4.runtime.tree.TerminalNode> COMMA()
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext