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

Class ExportsDirective

An exports directive in a module declaration.

Import path

import java

Direct supertypes

Indirect supertypes

Predicates

getATargetModule

Gets a module specified in the to clause of this exports directive, if any.

getExportedPackage

Gets the package exported by this exports directive.

isQualified

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

toString

Gets a textual representation of this directive.

Charpred