@Beta public interface MethodDeclaration extends ExecutableDeclaration
| Modifier and Type | Method and Description | 
|---|---|
TypeReference | 
getReturnType()  | 
boolean | 
isAbstract()  | 
boolean | 
isDefault()  | 
boolean | 
isFinal()  | 
boolean | 
isNative()  | 
boolean | 
isStatic()  | 
boolean | 
isStrictFloatingPoint()  | 
boolean | 
isSynchronized()  | 
getBody, getExceptions, getParameters, isVarArgsgetTypeParametersgetDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedfindAnnotation, getAnnotationsgetCompilationUnit, getSimpleNameboolean isFinal()
finalboolean isAbstract()
abstractboolean isStatic()
staticboolean isSynchronized()
synchronizedboolean isDefault()
defaultboolean isStrictFloatingPoint()
strictfpboolean isNative()
nativeTypeReference getReturnType()