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
Fields in com.github.javaparser.symbolsolver.resolution.typeinference declared as InstantiationSet Modifier and Type Field Description private static InstantiationSet
InstantiationSet. EMPTY
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return InstantiationSet Modifier and Type Method Description static InstantiationSet
InstantiationSet. empty()
InstantiationSet
InstantiationSet. 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(MethodCallExpr methodCallExpr, ResolvedMethodDeclaration methodDeclaration)
java.util.Optional<InstantiationSet>
TypeInference. instantiationInference(java.util.List<Expression> argumentExpressions, ResolvedMethodDeclaration methodDeclaration)
java.util.Optional<InstantiationSet>
BoundSet. performResolution(java.util.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 InstantiationSet Modifier and Type Method Description private static MethodUsage
TypeInference. instantiationSetToMethodUsage(ResolvedMethodDeclaration methodDeclaration, InstantiationSet instantiationSet)
-