public static class GroovyParser.VariableDeclarationContext extends GroovyParser.GroovyParserRuleContext
Modifier and Type | Field and Description |
---|---|
int |
t |
Constructor and Description |
---|
VariableDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
VariableDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
int t) |
Modifier and Type | Method and Description |
---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
ASSIGN() |
GroovyParser.ClassifiedModifiersContext |
classifiedModifiers() |
int |
getRuleIndex() |
java.util.List<? extends GroovyParser.NlsContext> |
nls() |
GroovyParser.NlsContext |
nls(int i) |
GroovyParser.TypeContext |
type() |
GroovyParser.TypeNamePairsContext |
typeNamePairs() |
GroovyParser.VariableDeclaratorsContext |
variableDeclarators() |
GroovyParser.VariableInitializerContext |
variableInitializer() |
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 VariableDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public VariableDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, int t)
public GroovyParser.ClassifiedModifiersContext classifiedModifiers()
public GroovyParser.VariableDeclaratorsContext variableDeclarators()
public GroovyParser.TypeNamePairsContext typeNamePairs()
public java.util.List<? extends GroovyParser.NlsContext> nls()
public GroovyParser.NlsContext nls(int i)
public org.antlr.v4.runtime.tree.TerminalNode ASSIGN()
public GroovyParser.VariableInitializerContext variableInitializer()
public GroovyParser.TypeContext type()
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