インタフェースjava.lang.classfile.instruction.FieldInstructionの
使用
FieldInstructionを使用するパッケージ
-
java.lang.classfile.instructionでのFieldInstructionの使用
修飾子と型メソッド説明static FieldInstruction
FieldInstruction.of
(Opcode op, ClassEntry owner, NameAndTypeEntry nameAndType) フィールド・アクセス指示を返します。static FieldInstruction
FieldInstruction.of
(Opcode op, ClassEntry owner, Utf8Entry name, Utf8Entry type) フィールド・アクセス指示を返します。static FieldInstruction
FieldInstruction.of
(Opcode op, FieldRefEntry field) フィールド・アクセス指示を返します。