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