| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.resolution.typeinference |
| Modifier and Type | Method and Description |
|---|---|
static InstantiationSet |
InstantiationSet.empty() |
InstantiationSet |
InstantiationSet.withInstantiation(Instantiation instantiation) |
| Modifier and Type | Method and Description |
|---|---|
Optional<InstantiationSet> |
TypeInference.instantiationInference(List<Expression> argumentExpressions,
ResolvedMethodDeclaration methodDeclaration) |
Optional<InstantiationSet> |
TypeInference.instantiationInference(MethodCallExpr methodCallExpr,
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.
|
Copyright © 2007–2024. All rights reserved.