Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration
-
-
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationCompactConstructorDeclaration. resolve()ResolvedConstructorDeclarationConstructorDeclaration. resolve() -
Uses of ResolvedConstructorDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationObjectCreationExpr. 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 ResolvedConstructorDeclaration Modifier and Type Method Description ResolvedConstructorDeclarationExplicitConstructorInvocationStmt. 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 ResolvedConstructorDeclaration Modifier and Type Method Description default SymbolReference<ResolvedConstructorDeclaration>Context. 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 ResolvedConstructorDeclaration Modifier and Type Method Description List<ResolvedConstructorDeclaration>ResolvedClassDeclaration. getConstructors()List of constructors available for the class.List<ResolvedConstructorDeclaration>ResolvedRecordDeclaration. getConstructors()List of constructors available for the class.List<ResolvedConstructorDeclaration>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 ResolvedConstructorDeclaration Modifier and Type Method Description static SymbolReference<ResolvedConstructorDeclaration>ConstructorResolutionLogic. findMostApplicable(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver)static SymbolReference<ResolvedConstructorDeclaration>ConstructorResolutionLogic. findMostApplicable(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean wildcardTolerance)Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedConstructorDeclaration Modifier and Type Method Description static booleanConstructorResolutionLogic. isApplicable(ResolvedConstructorDeclaration constructor, List<ResolvedType> argumentsTypes, TypeSolver typeSolver)Method parameters in com.github.javaparser.resolution.logic with type arguments of type ResolvedConstructorDeclaration Modifier and Type Method Description static SymbolReference<ResolvedConstructorDeclaration>ConstructorResolutionLogic. findMostApplicable(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver)static SymbolReference<ResolvedConstructorDeclaration>ConstructorResolutionLogic. findMostApplicable(List<ResolvedConstructorDeclaration> constructors, List<ResolvedType> argumentsTypes, TypeSolver typeSolver, boolean wildcardTolerance)
-