- All Superinterfaces:
ClassFileElementPREVIEW
,PoolEntryPREVIEW
,WritableElementPREVIEW<PoolEntryPREVIEW>
PackageEntry
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_Package_info
constant in the constant pool of a
classfile.- See Java Virtual Machine Specification:
-
4.4.12 The CONSTANT_Package_info Structure
- Since:
- 22
-
Method Summary
Methods declared in interface java.lang.classfile.constantpool.PoolEntryPREVIEW
constantPool, index, tag, width
Methods declared in interface java.lang.classfile.WritableElementPREVIEW
writeTo
-
Method Details
-
name
-
asSymbol
PackageDesc asSymbol()Returns a symbolic descriptor for the package name.- Returns:
- a symbolic descriptor for the package name
-
PackageEntry
when preview features are enabled.