インタフェースjava.lang.classfile.constantpool.PackageEntryの
使用
PackageEntryPREVIEWを使用するパッケージ
パッケージ
説明
クラス・ファイルの解析、生成および変換ライブラリを提供します。
java.lang.classfile
PREVIEWライブラリのクラス・ファイル属性を記述するインタフェースを提供します。java.lang.classfile
PREVIEWライブラリのクラス・ファイル定数プール・エントリを記述するインタフェースを提供します。-
java.lang.classfilePREVIEWでのPackageEntryPREVIEWの使用
修飾子と型メソッド説明ClassReader.readPackageEntry
(int offset) クラス・ファイル内で指定されたオフセットでインデックスが指定されたパッケージ・エントリを返します。 -
java.lang.classfile.attributePREVIEWでのPackageEntryPREVIEWの使用
修飾子と型メソッド説明ModuleExportInfo.exportedPackage()
エクスポートされたパッケージを返します。ModuleOpenInfo.openedPackage()
開いているパッケージを返します。PackageEntryPREVIEW型の引数を持つ型を返すjava.lang.classfile.attributePREVIEWのメソッドPackageEntryPREVIEW型のパラメータを持つjava.lang.classfile.attributePREVIEWのメソッド修飾子と型メソッド説明static ModuleExportInfoPREVIEW
ModuleExportInfo.of
(PackageEntryPREVIEW exports, int exportFlags, ModuleEntryPREVIEW... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfoPREVIEW
ModuleExportInfo.of
(PackageEntryPREVIEW exports, int exportFlags, List<ModuleEntryPREVIEW> exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfoPREVIEW
ModuleExportInfo.of
(PackageEntryPREVIEW exports, Collection<AccessFlag> exportFlags, ModuleEntryPREVIEW... exportsTo) モジュールのエクスポートの説明を返します。static ModuleExportInfoPREVIEW
ModuleExportInfo.of
(PackageEntryPREVIEW exports, Collection<AccessFlag> exportFlags, List<ModuleEntryPREVIEW> exportsTo) モジュールのエクスポートの説明を返します。static ModuleOpenInfoPREVIEW
ModuleOpenInfo.of
(PackageEntryPREVIEW opens, int opensFlags, ModuleEntryPREVIEW... opensTo) モジュール・オープン摘要を返します。static ModuleOpenInfoPREVIEW
ModuleOpenInfo.of
(PackageEntryPREVIEW opens, int opensFlags, List<ModuleEntryPREVIEW> opensTo) モジュール・オープン摘要を返します。static ModuleOpenInfoPREVIEW
ModuleOpenInfo.of
(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, ModuleEntryPREVIEW... opensTo) モジュール・オープン摘要を返します。static ModuleOpenInfoPREVIEW
ModuleOpenInfo.of
(PackageEntryPREVIEW opens, Collection<AccessFlag> opensFlags, List<ModuleEntryPREVIEW> opensTo) モジュール・オープン摘要を返します。ModulePackagesAttribute.of
(PackageEntryPREVIEW... packages) ModulePackages
属性を返します。PackageEntryPREVIEW型の型引数を持つjava.lang.classfile.attributePREVIEWのメソッド・パラメータ -
java.lang.classfile.constantpoolPREVIEWでのPackageEntryPREVIEWの使用
修飾子と型メソッド説明ConstantPoolBuilder.packageEntry
(Utf8EntryPREVIEW nameEntry) 内部名が指定されたUtf8EntryPREVIEWにエンコードされているクラスを記述するPackageEntry
PREVIEWを返します。default PackageEntryPREVIEW
ConstantPoolBuilder.packageEntry
(PackageDesc packageDesc) 指定されたPackageDescで説明されているクラスを記述するPackageEntry
PREVIEWを返します。