@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, isVarArgs
getTypeParameters
getDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecated
findAnnotation, getAnnotations
getCompilationUnit, getSimpleName
boolean isFinal()
final
boolean isAbstract()
abstract
boolean isStatic()
static
boolean isSynchronized()
synchronized
boolean isDefault()
default
boolean isStrictFloatingPoint()
strictfp
boolean isNative()
native
TypeReference getReturnType()