Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
-
Packages that use ProperUpperBound Package Description com.github.javaparser.symbolsolver.resolution.typeinference com.github.javaparser.symbolsolver.resolution.typeinference.bounds -
-
Uses of ProperUpperBound in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type ProperUpperBound Modifier and Type Method Description Optional<ProperUpperBound>
Bound. isProperUpperBound()
Given a bound of the form α <: T, we say T is a proper upper bound of α. -
Uses of ProperUpperBound in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Methods in com.github.javaparser.symbolsolver.resolution.typeinference.bounds that return types with arguments of type ProperUpperBound Modifier and Type Method Description Optional<ProperUpperBound>
SubtypeOfBound. isProperUpperBound()
-