Package sootup.java.core.signatures
Class ModuleSignature
java.lang.Object
sootup.java.core.signatures.ModuleSignature
- All Implemented Interfaces:
Signature
Represents a Java 9 module.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionModuleSignature
(String moduleName) Construct Module Signature of a Java 9 module. -
Method Summary
-
Field Details
-
UNNAMED_MODULE
The unnamed module. If a request is made to load a type whose package is not defined in any module then the module system load it from the classpath. To ensure that every type is associated with a module, the type is associated with the unnamed module. @see http://openjdk.java.net/projects/jigsaw/spec/sotms/#the-unnamed-module
-
-
Constructor Details
-
ModuleSignature
Construct Module Signature of a Java 9 module. Instances should only be created aIdentifierFactory
- Parameters:
moduleName
- module's name
-
-
Method Details