public static class GroovyParser.VariableNamesContext extends GroovyParserRuleContext
Constructor and description |
---|
VariableNamesContext
(ParserRuleContext parent, int invokingState) |
Type Params | Return Type | Name and description |
---|---|---|
|
List<? extends TerminalNode> |
COMMA() |
|
TerminalNode |
COMMA(int i) |
|
TerminalNode |
LPAREN() |
<Result> |
Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
int |
getRuleIndex() |
|
RparenContext |
rparen() |
|
List<? extends VariableDeclaratorIdContext> |
variableDeclaratorId() |
|
VariableDeclaratorIdContext |
variableDeclaratorId(int i) |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.