public interface ResolvedMethodDeclaration extends ResolvedMethodLikeDeclaration, AssociableToAST<MethodDeclaration>
Modifier and Type | Method and Description |
---|---|
ResolvedType |
getReturnType()
The type of the value returned by the current method.
|
boolean |
isAbstract()
Is the method abstract?
|
boolean |
isDefaultMethod()
Is this a default method?
|
boolean |
isStatic() |
declaringType, findTypeParameter, getClassName, getLastParam, getNumberOfParams, getNumberOfSpecifiedExceptions, getPackageName, getParam, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedException, getSpecifiedExceptions, hasVariadicParameter
asEnumConstant, asField, asMethod, asParameter, asType, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isVariable
getTypeParameters, isGeneric
accessSpecifier
toAst
ResolvedType getReturnType()
boolean isAbstract()
boolean isDefaultMethod()
boolean isStatic()
Copyright © 2007–2020. All rights reserved.