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

Member predicate Callable::polyCalls

Holds if this callable may call the specified callable, taking virtual dispatch into account.

This includes both static call targets and dynamic dispatch targets.

predicate polyCalls(Callable m)