Uses of Interface
java.lang.classfile.instruction.FieldInstruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of FieldInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeMethodDescriptionstatic FieldInstructionPREVIEW
FieldInstruction.of
(OpcodePREVIEW op, ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns a field access instruction.static FieldInstructionPREVIEW
FieldInstruction.of
(OpcodePREVIEW op, ClassEntryPREVIEW owner, Utf8EntryPREVIEW name, Utf8EntryPREVIEW type) Returns a field access instruction.static FieldInstructionPREVIEW
FieldInstruction.of
(OpcodePREVIEW op, FieldRefEntryPREVIEW field) Returns a field access instruction.