インタフェースjava.lang.classfile.instruction.InvokeInstructionの
使用
InvokeInstructionを使用するパッケージ
-
java.lang.classfile.instructionでのInvokeInstructionの使用
修飾子と型メソッド説明static InvokeInstruction
InvokeInstruction.of
(Opcode op, ClassEntry owner, NameAndTypeEntry nameAndType, boolean isInterface) invocation instructionを返します。static InvokeInstruction
InvokeInstruction.of
(Opcode op, ClassEntry owner, Utf8Entry name, Utf8Entry type, boolean isInterface) invocation instructionを返します。static InvokeInstruction
InvokeInstruction.of
(Opcode op, MemberRefEntry method) invocation instructionを返します。