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

Member predicate TypeBound::getType

Gets the type of this bound.

For example, Number is the type of the bound (of the type variable T) in T extends Number.

RefType getType()