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

Predicate signature TypeFlowInput::instanceofDisjunctionGuarded

Holds if n is a value that is guarded by a disjunction of a dynamic type check that checks if n is an instance of type t_i where t is one of those t_i.

signature predicate instanceofDisjunctionGuarded(TypeFlowNode n, Type t)