Uses of Interface
java.lang.classfile.constantpool.PackageEntry
Packages that use PackageEntryPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of PackageEntryPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return PackageEntryPREVIEWModifier and TypeMethodDescriptionModuleExportInfo.exportedPackage()Returns the exported package.ModuleOpenInfo.openedPackage()Returns the package being opened.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type PackageEntryPREVIEWModifier and TypeMethodDescriptionModulePackagesAttribute.packages()Returns the packages that are opened or exported by this module.Methods in java.lang.classfile.attributePREVIEW with parameters of type PackageEntryPREVIEWModifier and TypeMethodDescriptionstatic ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, int exportFlags, ModuleEntryPREVIEW... exportsTo) Returns a module export description.static ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, int exportFlags, List<ModuleEntryPREVIEW> exportsTo) Returns a module export description.static ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, Collection<AccessFlag> exportFlags, ModuleEntryPREVIEW... exportsTo) Returns a module export description.static ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, Collection<AccessFlag> exportFlags, List<ModuleEntryPREVIEW> exportsTo) Returns a module export description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, int opensFlags, ModuleEntryPREVIEW... opensTo) Returns a module open description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, int opensFlags, List<ModuleEntryPREVIEW> opensTo) Returns a module open description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, ModuleEntryPREVIEW... opensTo) Returns a module open description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, List<ModuleEntryPREVIEW> opensTo) Returns a module open description.ModulePackagesAttribute.of(PackageEntryPREVIEW... packages) Returns aModulePackagesattribute.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type PackageEntryPREVIEWModifier and TypeMethodDescriptionModulePackagesAttribute.of(List<PackageEntryPREVIEW> packages) Returns aModulePackagesattribute. -
Uses of PackageEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return PackageEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.packageEntry(Utf8EntryPREVIEW nameEntry) Returns APackageEntryPREVIEW describing the class whose internal name is encoded in the provided Utf8Entry.default PackageEntryPREVIEWConstantPoolBuilder.packageEntry(PackageDesc packageDesc)