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

Member predicate Callable::callsConstructor

Holds if this callable calls c using either a super(...) constructor call or a this(...) constructor call.

predicate callsConstructor(Constructor c)