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 java.util.Optional<InstantiationSet>TypeInference. instantiationInference(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration)java.util.Optional<InstantiationSet>TypeInference. instantiationInference(java.util.List<com.github.javaparser.ast.expr.Expression> argumentExpressions, com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration methodDeclaration)java.util.Optional<InstantiationSet>BoundSet. performResolution(java.util.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.
-