| Package | Description |
|---|---|
| com.github.javaparser.ast.body | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.resolution | |
| com.github.javaparser.resolution.declarations |
| Modifier and Type | Method and Description |
|---|---|
ResolvedMethodDeclaration |
MethodDeclaration.resolve() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedMethodDeclaration |
MethodCallExpr.resolveInvokedMethod() |
| 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.
|
Copyright © 2007–2017. All rights reserved.