public interface MethodDeclaration extends MethodLikeDeclaration
Modifier and Type | Method and Description |
---|---|
Type |
getReturnType()
The type of the value returned by the current method.
|
boolean |
isAbstract()
Is the method abstract? All interface methods not marked as default are abstract.
|
boolean |
isDefaultMethod()
Is this a default method?
|
declaringType, findTypeParameter, getLastParam, getNumberOfParams, getParam, getQualifiedName, getQualifiedSignature, getSignature, hasVariadicParameter
asField, asMethod, asParameter, asType, getName, hasName, isField, isMethod, isParameter, isType
getTypeParameters
accessLevel
Type getReturnType()
boolean isAbstract()
boolean isDefaultMethod()