Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
-
Packages that use InstantiationSet Package Description com.github.javaparser.symbolsolver.resolution.typeinference -
-
Uses of InstantiationSet in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return InstantiationSet Modifier and Type Method Description static InstantiationSetInstantiationSet. empty()InstantiationSetInstantiationSet. withInstantiation(Instantiation instantiation)Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type InstantiationSet Modifier and Type Method Description Optional<InstantiationSet>TypeInference. instantiationInference(MethodCallExpr methodCallExpr, ResolvedMethodDeclaration methodDeclaration)Optional<InstantiationSet>TypeInference. instantiationInference(List<Expression> argumentExpressions, ResolvedMethodDeclaration methodDeclaration)Optional<InstantiationSet>BoundSet. performResolution(List<InferenceVariable> variablesToResolve, TypeSolver typeSolver)Examines the bounds on an inference variable and determines an instantiation that is compatible with those bounds.
-