public static class GroovyParser.CreatorContext extends GroovyParser.GroovyParserRuleContext
Modifier and Type | Field and Description |
---|---|
int |
t |
Constructor and Description |
---|
CreatorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
CreatorContext(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) |
GroovyParser.AnonymousInnerClassDeclarationContext |
anonymousInnerClassDeclaration() |
GroovyParser.ArgumentsContext |
arguments() |
GroovyParser.ArrayInitializerContext |
arrayInitializer() |
GroovyParser.CreatedNameContext |
createdName() |
List<? extends GroovyParser.DimContext> |
dim() |
GroovyParser.DimContext |
dim(int i) |
int |
getRuleIndex() |
GroovyParser.NlsContext |
nls() |
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 CreatorContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public CreatorContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, int t)
public GroovyParser.CreatedNameContext createdName()
public GroovyParser.NlsContext nls()
public GroovyParser.ArgumentsContext arguments()
public GroovyParser.AnonymousInnerClassDeclarationContext anonymousInnerClassDeclaration()
public List<? extends GroovyParser.DimContext> dim()
public GroovyParser.DimContext dim(int i)
public GroovyParser.ArrayInitializerContext arrayInitializer()
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