インタフェースjava.lang.classfile.BootstrapMethodEntryの
使用
BootstrapMethodEntryPREVIEWを使用するパッケージ
パッケージ
説明
java.lang.classfile
PREVIEWライブラリのクラス・ファイル属性を記述するインタフェースを提供します。java.lang.classfile
PREVIEWライブラリのクラス・ファイル定数プール・エントリを記述するインタフェースを提供します。-
java.lang.classfile.attributePREVIEWでのBootstrapMethodEntryPREVIEWの使用
BootstrapMethodEntryPREVIEW型の引数を持つ型を返すjava.lang.classfile.attributePREVIEWのメソッド -
java.lang.classfile.constantpoolPREVIEWでのBootstrapMethodEntryPREVIEWの使用
修飾子と型メソッド説明DynamicConstantPoolEntry.bootstrap()
この定数のブートストラップ・メソッド表のエントリを返します。ConstantPool.bootstrapMethodEntry
(int index) ブートストラップ・メソッド表内の指定された索引のBootstrapMethodEntry
PREVIEWを返します。ConstantPoolBuilder.bsmEntry
(MethodHandleEntryPREVIEW methodReference, List<LoadableConstantEntryPREVIEW> arguments) 指定されたブートストラップ・メソッドおよび静的引数を記述するBootstrapMethodEntry
PREVIEWを返します。default BootstrapMethodEntryPREVIEW
ConstantPoolBuilder.bsmEntry
(DirectMethodHandleDesc methodReference, List<ConstantDesc> arguments) 指定されたブートストラップ・メソッドおよび静的引数を記述するBootstrapMethodEntry
PREVIEWを返します。修飾子と型メソッド説明ConstantPoolBuilder.constantDynamicEntry
(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) 動的定数を記述するConstantDynamicEntry
PREVIEWを返します。ConstantPoolBuilder.invokeDynamicEntry
(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) 動的コール・サイトを記述するInvokeDynamicEntry
PREVIEWを返します。