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

Member predicate SrcCallable::isEffectivelyPublic

Holds if this callable is effectively public in the sense that it can be called from outside the codebase. This means either a public callable on a sufficiently public type or a protected callable on a sufficiently public non-final type.

predicate isEffectivelyPublic()