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