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)
Holds if this callable calls c
using
either a super(...)
constructor call
or a this(...)
constructor call.
predicate callsConstructor(Constructor c)