public static class GroovyParser.VariableDeclaratorContext extends GroovyParser.GroovyParserRuleContext
Constructor and Description |
---|
VariableDeclaratorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
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() |
int |
getRuleIndex() |
List<? extends GroovyParser.NlsContext> |
nls() |
GroovyParser.NlsContext |
nls(int i) |
GroovyParser.VariableDeclaratorIdContext |
variableDeclaratorId() |
GroovyParser.VariableInitializerContext |
variableInitializer() |
getMetaDataMap, setMetaDataMap
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
depth, getAltNumber, getChildContext, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copyNodeMetaData, getNodeMetaData, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setNodeMetaData
public VariableDeclaratorContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public GroovyParser.VariableDeclaratorIdContext variableDeclaratorId()
public List<? extends GroovyParser.NlsContext> nls()
public GroovyParser.NlsContext nls(int i)
public org.antlr.v4.runtime.tree.TerminalNode ASSIGN()
public GroovyParser.VariableInitializerContext variableInitializer()
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