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

Member predicate ExportsDirective::isQualified

Holds if this exports directive is qualified, that is, it contains a to clause.

For qualified exports directives, exported types and members are accessible only to code in the specified modules. For unqualified exports directives, they are accessible to code in any module.

predicate isQualified()