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