Uses of Interface
java.lang.classfile.constantpool.ModuleEntry
Packages that use ModuleEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
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 ModuleEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return ModuleEntryPREVIEWModifier and TypeMethodDescriptionClassReader.readModuleEntry(int offset) Returns the module entry whose index is given at the specified offset within the classfile. -
Uses of ModuleEntryPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return ModuleEntryPREVIEWModifier and TypeMethodDescriptionModuleAttribute.moduleName()Returns the name of the module.ModuleHashInfo.moduleName()Returns the name of the related module.ModuleRequireInfo.requires()Returns The module on which the current module depends.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type ModuleEntryPREVIEWModifier and TypeMethodDescriptionModuleExportInfo.exportsTo()Returns the list of modules to which this package is exported, if it is a qualified export.ModuleOpenInfo.opensTo()The list of modules to which this package is opened, if it is a qualified open.Methods in java.lang.classfile.attributePREVIEW with parameters of type ModuleEntryPREVIEWModifier and TypeMethodDescriptionstatic ModuleAttributePREVIEWModuleAttribute.of(ModuleEntryPREVIEW moduleName, int moduleFlags, Utf8EntryPREVIEW moduleVersion, Collection<ModuleRequireInfoPREVIEW> requires, Collection<ModuleExportInfoPREVIEW> exports, Collection<ModuleOpenInfoPREVIEW> opens, Collection<ClassEntryPREVIEW> uses, Collection<ModuleProvideInfoPREVIEW> provides) Returns aModuleattribute.static ModuleAttributePREVIEWModuleAttribute.of(ModuleEntryPREVIEW moduleName, Consumer<ModuleAttribute.ModuleAttributeBuilderPREVIEW> attrHandler) Returns aModuleattribute.static ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, int exportFlags, ModuleEntryPREVIEW... exportsTo) Returns a module export description.static ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, Collection<AccessFlag> exportFlags, ModuleEntryPREVIEW... exportsTo) Returns a module export description.static ModuleHashInfoPREVIEWModuleHashInfo.of(ModuleEntryPREVIEW moduleName, byte[] hash) Returns a module hash description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, int opensFlags, ModuleEntryPREVIEW... opensTo) Returns a module open description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, ModuleEntryPREVIEW... opensTo) Returns a module open description.static ModuleRequireInfoPREVIEWModuleRequireInfo.of(ModuleEntryPREVIEW requires, int requiresFlags, Utf8EntryPREVIEW requiresVersion) Returns a module requirement description.static ModuleRequireInfoPREVIEWModuleRequireInfo.of(ModuleEntryPREVIEW requires, Collection<AccessFlag> requiresFlags, Utf8EntryPREVIEW requiresVersion) Returns a module requirement description.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type ModuleEntryPREVIEWModifier and TypeMethodDescriptionstatic ModuleExportInfoPREVIEWModuleExportInfo.of(PackageEntryPREVIEW exports, int exportFlags, List<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, List<ModuleEntryPREVIEW> opensTo) Returns a module open description.static ModuleOpenInfoPREVIEWModuleOpenInfo.of(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, List<ModuleEntryPREVIEW> opensTo) Returns a module open description. -
Uses of ModuleEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return ModuleEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.moduleEntry(Utf8EntryPREVIEW moduleName) Returns AModuleEntryPREVIEW describing the module whose name is encoded in the provided Utf8EntryPREVIEW.default ModuleEntryPREVIEWConstantPoolBuilder.moduleEntry(ModuleDesc moduleDesc)