インタフェースjava.lang.classfile.constantpool.InterfaceMethodRefEntryの
使用
InterfaceMethodRefEntryPREVIEWを使用するパッケージ
パッケージ
説明
クラス・ファイルの解析、生成および変換ライブラリを提供します。
java.lang.classfile
PREVIEWライブラリのクラス・ファイル定数プール・エントリを記述するインタフェースを提供します。-
java.lang.classfilePREVIEWでのInterfaceMethodRefEntryPREVIEWの使用
InterfaceMethodRefEntryPREVIEW型のパラメータを持つjava.lang.classfilePREVIEWのメソッド修飾子と型メソッド説明default CodeBuilderPREVIEW
CodeBuilder.invokeinterface
(InterfaceMethodRefEntryPREVIEW ref) インタフェース・メソッドを起動する命令の生成default CodeBuilderPREVIEW
CodeBuilder.invokespecial
(InterfaceMethodRefEntryPREVIEW ref) インスタンス・メソッドを起動する命令を生成します。現在のクラスとそのスーパータイプのインスタンス初期化メソッドとメソッドを直接起動します。default CodeBuilderPREVIEW
CodeBuilder.invokestatic
(InterfaceMethodRefEntryPREVIEW ref) クラス(static)メソッドを起動する命令を生成します。 -
java.lang.classfile.constantpoolPREVIEWでのInterfaceMethodRefEntryPREVIEWの使用
修飾子と型メソッド説明ConstantPoolBuilder.interfaceMethodRefEntry
(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) クラスのメソッドを記述するInterfaceMethodRefEntry
PREVIEWを返します。default InterfaceMethodRefEntryPREVIEW
ConstantPoolBuilder.interfaceMethodRefEntry
(ClassDesc owner, String name, MethodTypeDesc type) クラスのメソッドを記述するInterfaceMethodRefEntry
PREVIEWを返します。