[Java] Class GroovyParser.CreatorContext
- org.apache.groovy.parser.antlr4.GroovyParser.CreatorContext
public static class GroovyParser.CreatorContext extends GroovyParserRuleContext
Field Summary
Modifiers | Name | Description |
---|---|---|
int | t |
Constructor Summary
Constructor and description |
---|
CreatorContext
(ParserRuleContext parent, int invokingState) |
CreatorContext
(ParserRuleContext parent, int invokingState, int t) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public AnonymousInnerClassDeclarationContext |
anonymousInnerClassDeclaration() | |
public ArgumentsContext |
arguments() | |
public ArrayInitializerContext |
arrayInitializer() | |
public CreatedNameContext |
createdName() | |
public List<? extends DimContext> |
dim() | |
public DimContext |
dim(int i) | |
public int |
getRuleIndex() | |
public NlsContext |
nls() |
Field Detail
public int t
Constructor Detail
public CreatorContext(ParserRuleContext parent, int invokingState)
public CreatorContext(ParserRuleContext parent, int invokingState, int t)
Method Detail
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public AnonymousInnerClassDeclarationContext anonymousInnerClassDeclaration()
public ArgumentsContext arguments()
public ArrayInitializerContext arrayInitializer()
public CreatedNameContext createdName()
public List<? extends DimContext> dim()
public DimContext dim(int i)
@Override public int getRuleIndex()
public NlsContext nls()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovyParser.CreatorContext.html