CodeQL library for Java
codeql/java-all 0.6.2 ( changelog , source )
Search

Member predicate MetricCallable :: getADependency

Gets a callable on which this callable depends.

A callable m depends on another callable n if there exists a call to n from within m, taking overriding into account.

MetricCallable getADependency ( )