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

Class OpensDirective

An opens 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 opens directive, if any.

getOpenedPackage

Gets the package opened by this opens directive.

isQualified

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

toString

Gets a textual representation of this directive.

Charpred