CodeQL library for Java/Kotlin
codeql/java-all 0.9.2-dev (changelog, source)
Search

Member predicate TypeBound::getBoundedType

Gets the type variable that is bounded by this type bound.

For example, T is the type variable bounded by the type Number in T extends Number.

BoundedType getBoundedType()