public static class GroovyParser.ExpressionListContext extends 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 ExpressionListElementContext |
expressionListElement(int i) |
|
public int |
getRuleIndex() |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.