Modifier and Type | Method and Description |
---|---|
ResolvedMethodDeclaration |
MethodDeclaration.resolve() |
Modifier and Type | Method and Description |
---|---|
ResolvedMethodDeclaration |
MethodCallExpr.resolve()
Attempts to resolve the declaration corresponding to the invoked method.
|
Modifier and Type | Method and Description |
---|---|
ResolvedMethodDeclaration |
MethodUsage.getDeclaration() |
Constructor and Description |
---|
MethodUsage(ResolvedMethodDeclaration declaration) |
MethodUsage(ResolvedMethodDeclaration declaration,
List<ResolvedType> paramTypes,
ResolvedType returnType) |
MethodUsage(ResolvedMethodDeclaration declaration,
List<ResolvedType> paramTypes,
ResolvedType returnType,
List<ResolvedType> exceptionTypes) |
Modifier and Type | Method and Description |
---|---|
default ResolvedMethodDeclaration |
ResolvedDeclaration.asMethod()
Return this as a MethodDeclaration or throw an UnsupportedOperationException
|
Modifier and Type | Method and Description |
---|---|
Set<ResolvedMethodDeclaration> |
ResolvedReferenceTypeDeclaration.getDeclaredMethods()
Return a list of all the methods declared in this type declaration.
|
Modifier and Type | Method and Description |
---|---|
List<ResolvedMethodDeclaration> |
ResolvedReferenceType.getAllMethods()
Get a list of all the methods available on this type.
|
List<ResolvedMethodDeclaration> |
ResolvedReferenceType.getAllMethodsVisibleToInheritors() |
Copyright © 2007–2019. All rights reserved.