public static class GroovyParser.MethodDeclarationContext extends GroovyParserRuleContext
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() |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.