Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
Packages that use ResolvedMethodLikeDeclaration
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceA declaration of a constructor.interfaceA 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 ResolvedMethodLikeDeclarationModifier and TypeMethodDescriptionstatic ResolvedTypeMethodResolutionLogic.getMethodsExplicitAndVariadicParameterType(ResolvedMethodLikeDeclaration method, int i) protected static booleanMethodResolutionLogic.isExactMatch(ResolvedMethodLikeDeclaration method, List<ResolvedType> argumentsTypes) (package private) static booleanMethodResolutionLogic.isMoreSpecific(ResolvedMethodLikeDeclaration methodA, ResolvedMethodLikeDeclaration methodB, List<ResolvedType> argumentTypes) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.resolution.model
Fields in com.github.javaparser.resolution.model with type parameters of type ResolvedMethodLikeDeclarationModifier and TypeFieldDescriptionprivate SymbolReference<? extends ResolvedMethodLikeDeclaration> LambdaArgumentTypePlaceholder.methodMethod parameters in com.github.javaparser.resolution.model with type arguments of type ResolvedMethodLikeDeclarationModifier and TypeMethodDescriptionvoidLambdaArgumentTypePlaceholder.setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method) -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver
Methods in com.github.javaparser.symbolsolver with parameters of type ResolvedMethodLikeDeclarationModifier and TypeMethodDescriptionprivate 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 ResolvedMethodLikeDeclarationModifier and TypeClassDescriptionclassThis represents the default constructor added by the compiler for objects not declaring one.classstatic classNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classNeeded 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.classstatic classstatic class -
Uses of ResolvedMethodLikeDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedMethodLikeDeclarationModifier and TypeClassDescriptionclassclassFields in com.github.javaparser.symbolsolver.javassistmodel declared as ResolvedMethodLikeDeclarationModifier and TypeFieldDescriptionprivate ResolvedMethodLikeDeclarationJavassistMethodLikeDeclarationAdapter.declarationConstructors in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedMethodLikeDeclarationModifierConstructorDescriptionJavassistMethodLikeDeclarationAdapter(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 ResolvedMethodLikeDeclarationModifier and TypeClassDescriptionclassclass