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

Predicate signature TypeFlowInput::typeFlowBaseCand

Holds if n has type t and this information is discarded, such that t might be a better type bound for nodes where n flows to. This might include multiple bounds for a single node.

signature predicate typeFlowBaseCand(TypeFlowNode n, Type t)