Interface ModuleEntry
- All Superinterfaces:
ClassFileElementPREVIEW,PoolEntryPREVIEW,WritableElementPREVIEW<PoolEntryPREVIEW>
ModuleEntry is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Models a
CONSTANT_Module_info constant in the constant pool of a
classfile.- See Java Virtual Machine Specification:
-
4.4.11 The CONSTANT_Module_info Structure
- Since:
- 22
-
Method Summary
Methods declared in interface java.lang.classfile.constantpool.PoolEntryPREVIEW
constantPool, index, tag, widthMethods declared in interface java.lang.classfile.WritableElementPREVIEW
writeTo
-
Method Details
-
name
-
asSymbol
ModuleDesc asSymbol()Returns a symbolic descriptor for the module.- Returns:
- a symbolic descriptor for the module
-
ModuleEntrywhen preview features are enabled.