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

Member predicate MethodCall::isEnclosingMethodCall

Holds if this is a method call to an instance method of the enclosing class t. That is, the qualifier is either an explicit or implicit t-qualified this or super.

predicate isEnclosingMethodCall(RefType t)