CodeQL library for Java
codeql/java-all 0.5.5 ( 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 ( )