インタフェースjava.lang.classfile.attribute.ModuleExportInfoの
使用
ModuleExportInfoを使用するパッケージ
-
java.lang.classfile.attributeでのModuleExportInfoの使用
修飾子と型メソッド説明static ModuleExportInfo
ModuleExportInfo.of
(PackageEntry exports, int exportFlags, ModuleEntry... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageEntry exports, int exportFlags, List<ModuleEntry> exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageEntry exports, Collection<AccessFlag> exportFlags, ModuleEntry... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageEntry exports, Collection<AccessFlag> exportFlags, List<ModuleEntry> exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageDesc exports, int exportFlags, ModuleDesc... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageDesc exports, int exportFlags, List<ModuleDesc> exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageDesc exports, Collection<AccessFlag> exportFlags, ModuleDesc... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfo
ModuleExportInfo.of
(PackageDesc exports, Collection<AccessFlag> exportFlags, List<ModuleDesc> exportsTo) モジュールのエクスポートの説明を返します。型ModuleExportInfoの引数を持つ型を返すjava.lang.classfile.attributeのメソッド型ModuleExportInfoのパラメータを持つjava.lang.classfile.attributeのメソッド修飾子と型メソッド説明ModuleAttribute.ModuleAttributeBuilder.exports
(ModuleExportInfo exports) エクスポートされたパッケージを追加します。