public static class GroovyParser.ExpressionListContext extends GroovyParser.GroovyParserRuleContext
Modifiers | Name | Description |
---|---|---|
boolean |
canSpread |
Constructor and description |
---|
ExpressionListContext
(ParserRuleContext parent, int invokingState) |
ExpressionListContext
(ParserRuleContext parent, int invokingState, boolean canSpread) |
Type Params | Return Type | Name and description |
---|---|---|
|
public List<? extends TerminalNode> |
COMMA() |
|
public TerminalNode |
COMMA(int i) |
<Result> |
public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
public List<? extends ExpressionListElementContext> |
expressionListElement() |
|
public GroovyParser.ExpressionListElementContext |
expressionListElement(int i) |
|
public int |
getRuleIndex() |
Methods inherited from class | Name |
---|---|
class GroovyParser.GroovyParserRuleContext |
getMetaDataMap, setMetaDataMap |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.