public interface ResolvedMethod extends ResolvedExecutable
Resolved representation of a
MethodDeclaration.| Modifier and Type | Method and Description |
|---|---|
MethodDeclaration |
getDeclaration() |
TypeReference |
getResolvedReturnType() |
Iterable<? extends ResolvedTypeParameter> |
getResolvedTypeParameters() |
getResolvedExceptionTypes, getResolvedParameters, getSimpleSignatureMethodDeclaration getDeclaration()
getDeclaration in interface ResolvedExecutableresolvedTypeReference getResolvedReturnType()
resolved return typeIterable<? extends ResolvedTypeParameter> getResolvedTypeParameters()
resolved type parameters.Copyright © 2015. All Rights Reserved.