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

Class Module

A module.

Import path

import java

Direct supertypes

Predicates

getACompilationUnit

Gets a compilation unit associated with this module.

getADirective

Gets a directive of this module.

getName

Gets the name of this module.

isOpen

Holds if this module is an open module, that is, it grants access at run time to types in all its packages, as if all packages had been exported.

toString

Gets a textual representation of this module.

Charpred