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

Member predicate MethodAccess :: isOwnMethodAccess

Holds if this is a method access to an instance method of this. That is, the qualifier is either an explicit or implicit unqualified this or super.

predicate isOwnMethodAccess ( )