Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
Packages that use Bound Package Description com.github.javaparser.symbolsolver.resolution.typeinference com.github.javaparser.symbolsolver.resolution.typeinference.bounds -
-
Uses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type Bound Modifier and Type Method Description List<Bound>BoundSet. getProperUpperBoundsFor(InferenceVariable inferenceVariable)Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type Bound Modifier and Type Method Description static ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. oneBound(Bound bound)BoundSetBoundSet. withBound(Bound bound)ConstraintFormula.ReductionResultConstraintFormula.ReductionResult. withBound(Bound bound) -
Uses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Subclasses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference.bounds Modifier and Type Class Description classCapturesBoundCapture(G<A1, ..., An>): The variables α1, ..., αn represent the result of capture conversion (§5.1.10) applied to G<A1, ..., An> (where A1, ..., An may be types or wildcards and may mention inference variables).classFalseBoundNo valid choice of inference variables exists.classSameAsBoundS = T, where at least one of S or T is an inference variable: S is the same as T.classSubtypeOfBoundS <: T, where at least one of S or T is an inference variable: S is a subtype of TclassThrowsBoundThe inference variable α appears in a throws clause.
-