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