| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.resolution.typeinference | |
| com.github.javaparser.symbolsolver.resolution.typeinference.bounds |
| Modifier and Type | Method and Description |
|---|---|
List<Bound> |
BoundSet.getProperUpperBoundsFor(InferenceVariable inferenceVariable) |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.oneBound(Bound bound) |
BoundSet |
BoundSet.withBound(Bound bound) |
ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withBound(Bound bound) |
| Modifier and Type | Class and Description |
|---|---|
class |
CapturesBound
Capture(G
|
class |
FalseBound
No valid choice of inference variables exists.
|
class |
SameAsBound
S = T, where at least one of S or T is an inference variable: S is the same as T.
|
class |
SubtypeOfBound
S <: T, where at least one of S or T is an inference variable: S is a subtype of T
|
class |
ThrowsBound
The inference variable α appears in a throws clause.
|
Copyright © 2007–2019. All rights reserved.