public interface MethodDeclaration extends MethodOrConstructorDeclaration, TypedElement
[JLS3:8.4] Method Declarations
Modifier and Type | Method and Description |
---|---|
int |
getExtraDimensions()
Returns the number of extra dimensions of the return type.
|
Type |
getReturnType()
Returns the return type.
|
getBody, getExceptionTypes, getFormalParameters, getName, getTypeParameters
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Type getReturnType()
int getExtraDimensions()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.