public static class GroovyParser.VariableDeclarationContext extends GroovyParserRuleContext
Modifiers | Name | Description |
---|---|---|
int |
t |
Constructor and description |
---|
VariableDeclarationContext
(ParserRuleContext parent, int invokingState) |
VariableDeclarationContext
(ParserRuleContext parent, int invokingState, int t) |
Type Params | Return Type | Name and description |
---|---|---|
|
TerminalNode |
ASSIGN() |
<Result> |
Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
int |
getRuleIndex() |
|
ModifiersContext |
modifiers() |
|
List<? extends NlsContext> |
nls() |
|
NlsContext |
nls(int i) |
|
TypeContext |
type() |
|
TypeNamePairsContext |
typeNamePairs() |
|
VariableDeclaratorsContext |
variableDeclarators() |
|
VariableInitializerContext |
variableInitializer() |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.