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

Member predicate RawType :: getErasure

The erasure of a raw type is its generic counterpart.

For example, the erasure of List is List<E>.

RefType getErasure ( )