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 interfaceBoundSet.Processor<B1 extends Bound,B2 extends Bound, R> (package private) static interfaceBoundSet.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 TypeClassDescriptionclassCapture(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).classNo valid choice of inference variables exists.classS = T, where at least one of S or T is an inference variable: S is the same as T.classS <: T, where at least one of S or T is an inference variable: S is a subtype of TclassThe inference variable α appears in a throws clause.