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

Member predicate GenericType::getRawType

Gets the raw type corresponding to this generic type.

The raw version of this generic type is the type that is formed by using the name of this generic type without specifying its type arguments.

For example, List is the raw version of the generic type List<E>, where E is a type parameter.

RawType getRawType()