Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.Bound
Packages that use Bound
Package
Description
-
Uses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference
Classes in com.github.javaparser.symbolsolver.resolution.typeinference with type parameters of type BoundModifier and TypeInterfaceDescription(package private) static interface
BoundSet.Processor<B1 extends Bound,
B2 extends Bound, R> (package private) static interface
BoundSet.Processor<B1 extends Bound,
B2 extends Bound, R> Fields in com.github.javaparser.symbolsolver.resolution.typeinference with type parameters of type BoundMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return BoundMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type BoundModifier and TypeMethodDescriptionBoundSet.getProperUpperBoundsFor
(InferenceVariable inferenceVariable) Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type BoundModifier and TypeMethodDescription -
Uses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Subclasses of Bound in com.github.javaparser.symbolsolver.resolution.typeinference.boundsModifier and TypeClassDescriptionclass
Capture(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).class
No valid choice of inference variables exists.class
S = T, where at least one of S or T is an inference variable: S is the same as T.class
S <: T, where at least one of S or T is an inference variable: S is a subtype of Tclass
The inference variable α appears in a throws clause.