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

Member predicate InstanceOfExpr::getTypeName

Gets the access to the type on the right-hand side of the instanceof operator.

This does not match record patterns, which have a record pattern (use getPattern) not a type access.

Expr getTypeName()