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 com.github.javaparser.symbolsolver com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedConstructorDeclarationA declaration of a constructor.interfaceResolvedMethodDeclarationA 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 booleanMethodResolutionLogic. isExactMatch(ResolvedMethodLikeDeclaration method, java.util.List<ResolvedType> argumentsTypes) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.model
Fields in com.github.javaparser.resolution.model with type parameters of type ResolvedMethodLikeDeclaration Modifier and Type Field Description private SymbolReference<? extends ResolvedMethodLikeDeclaration>LambdaArgumentTypePlaceholder. methodMethod parameters in com.github.javaparser.resolution.model with type arguments of type ResolvedMethodLikeDeclaration Modifier and Type Method Description voidLambdaArgumentTypePlaceholder. setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver
Methods in com.github.javaparser.symbolsolver with parameters of type ResolvedMethodLikeDeclaration Modifier and Type Method Description private java.util.Optional<ResolvedParameterDeclaration>JavaSymbolSolver. resolveParameterDeclaration(ResolvedMethodLikeDeclaration resolvedMethodLikeDeclaration, Parameter parameter) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedMethodLikeDeclaration Modifier and Type Class Description classDefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>This represents the default constructor added by the compiler for objects not declaring one.classJavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>static classJavaParserEnumDeclaration.ValueOfMethodNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classJavaParserEnumDeclaration.ValuesMethodNeeded by ContextHelper An implicitly declared methodpublic static E[] values(), which returns an array containing the enum constants ofE, in the same order as they appear in the body of the declaration of E.classJavaParserMethodDeclarationstatic classJavaParserRecordDeclaration.CanonicalRecordConstructorstatic classJavaParserRecordDeclaration.ImplicitGetterMethod -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedMethodLikeDeclaration Modifier and Type Class Description classJavassistConstructorDeclarationclassJavassistMethodDeclarationFields in com.github.javaparser.symbolsolver.javassistmodel declared as ResolvedMethodLikeDeclaration Modifier and Type Field Description private ResolvedMethodLikeDeclarationJavassistMethodLikeDeclarationAdapter. declarationConstructors in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedMethodLikeDeclaration Constructor Description JavassistMethodLikeDeclarationAdapter(javassist.CtBehavior ctBehavior, TypeSolver typeSolver, ResolvedMethodLikeDeclaration declaration) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedMethodLikeDeclaration Modifier and Type Class Description classReflectionConstructorDeclarationclassReflectionMethodDeclaration
-