Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
Packages that use InstantiationSet
-
Uses of InstantiationSet in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return InstantiationSetModifier and TypeMethodDescriptionstatic InstantiationSetInstantiationSet.empty()InstantiationSet.withInstantiation(Instantiation instantiation) Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type InstantiationSetModifier and TypeMethodDescriptionTypeInference.instantiationInference(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration) Public instance methodsTypeInference.instantiationInference(List<com.github.javaparser.ast.expr.Expression> argumentExpressions, com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration) BoundSet.performResolution(List<InferenceVariable> variablesToResolve, com.github.javaparser.resolution.TypeSolver typeSolver) Examines the bounds on an inference variable and determines an instantiation that is compatible with those bounds.