Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
Packages that use InstantiationSet
-
Uses of InstantiationSet in com.github.javaparser.symbolsolver.resolution.typeinference
Fields in com.github.javaparser.symbolsolver.resolution.typeinference declared as InstantiationSetMethods 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(MethodCallExpr methodCallExpr, ResolvedMethodDeclaration methodDeclaration) Public instance methodsTypeInference.instantiationInference(List<Expression> argumentExpressions, ResolvedMethodDeclaration methodDeclaration) BoundSet.performResolution(List<InferenceVariable> variablesToResolve, TypeSolver typeSolver) Examines the bounds on an inference variable and determines an instantiation that is compatible with those bounds.Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type InstantiationSetModifier and TypeMethodDescriptionprivate static MethodUsageTypeInference.instantiationSetToMethodUsage(ResolvedMethodDeclaration methodDeclaration, InstantiationSet instantiationSet) Private static methods