Package | Description |
---|---|
com.github.javaparser.resolution.declarations | |
com.github.javaparser.resolution.logic | |
com.github.javaparser.resolution.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ResolvedConstructorDeclaration
A declaration of a constructor.
|
interface |
ResolvedMethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MethodResolutionLogic.isExactMatch(ResolvedMethodLikeDeclaration method,
List<ResolvedType> argumentsTypes) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaArgumentTypePlaceholder.setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method) |
Copyright © 2007–2024. All rights reserved.