Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
-
Packages that use ResolvedMethodLikeDeclaration Package Description com.github.javaparser.resolution.declarations com.github.javaparser.resolution.logic com.github.javaparser.resolution.model -
-
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface 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). -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedMethodLikeDeclaration Modifier and Type Method Description protected static boolean
MethodResolutionLogic. isExactMatch(ResolvedMethodLikeDeclaration method, List<ResolvedType> argumentsTypes)
-
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.model
Method parameters in com.github.javaparser.resolution.model with type arguments of type ResolvedMethodLikeDeclaration Modifier and Type Method Description void
LambdaArgumentTypePlaceholder. setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method)
-