public static class GroovyParser.MethodDeclarationContext extends GroovyParserRuleContext
| Modifiers | Name | Description |
|---|---|---|
int | ct | |
int | t |
| Constructor and description |
|---|
MethodDeclarationContext
(ParserRuleContext parent, int invokingState) |
MethodDeclarationContext
(ParserRuleContext parent, int invokingState, int t, int ct) |
| Type Params | Return Type | Name and description |
|---|---|---|
public TerminalNode |
DEFAULT() | |
public TerminalNode |
THROWS() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ElementValueContext |
elementValue() | |
public FormalParametersContext |
formalParameters() | |
public int |
getRuleIndex() | |
public MethodBodyContext |
methodBody() | |
public MethodNameContext |
methodName() | |
public ModifiersOptContext |
modifiersOpt() | |
public List<? extends NlsContext> |
nls() | |
public NlsContext |
nls(int i) | |
public QualifiedClassNameListContext |
qualifiedClassNameList() | |
public ReturnTypeContext |
returnType() | |
public TypeParametersContext |
typeParameters() |
© 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.MethodDeclarationContext.html