Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
Packages that use ResolvedConstructorDeclaration
Package
Description
-
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedConstructorDeclaration -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedConstructorDeclarationModifier and TypeMethodDescriptionObjectCreationExpr.resolve()
Attempts to resolve the declaration corresponding to the invoked constructor. -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.stmt
Methods in com.github.javaparser.ast.stmt that return ResolvedConstructorDeclarationModifier and TypeMethodDescriptionExplicitConstructorInvocationStmt.resolve()
Attempts to resolve the declaration corresponding to the invoked constructor. -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type ResolvedConstructorDeclarationModifier and TypeMethodDescriptionContext.solveConstructor
(List<ResolvedType> argumentsTypes) We find the method declaration which is the best match for the given name and list of typeParametersValues. -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedConstructorDeclarationModifier and TypeMethodDescriptionResolvedClassDeclaration.getConstructors()
List of constructors available for the class.ResolvedReferenceTypeDeclaration.getConstructors()
-
Uses of ResolvedConstructorDeclaration in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic that return types with arguments of type ResolvedConstructorDeclarationModifier and TypeMethodDescriptionConstructorResolutionLogic.findMostApplicable
(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver) ConstructorResolutionLogic.findMostApplicable
(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean wildcardTolerance) Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedConstructorDeclarationModifier and TypeMethodDescriptionstatic boolean
ConstructorResolutionLogic.isApplicable
(ResolvedConstructorDeclaration constructor, List<ResolvedType> argumentsTypes, TypeSolver typeSolver) private static boolean
ConstructorResolutionLogic.isApplicable
(ResolvedConstructorDeclaration constructor, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean withWildcardTolerance) private static boolean
ConstructorResolutionLogic.isMoreSpecific
(ResolvedConstructorDeclaration constructorA, ResolvedConstructorDeclaration constructorB, TypeSolver typeSolver) Method parameters in com.github.javaparser.resolution.logic with type arguments of type ResolvedConstructorDeclarationModifier and TypeMethodDescriptionConstructorResolutionLogic.findMostApplicable
(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver) ConstructorResolutionLogic.findMostApplicable
(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean wildcardTolerance)