Uses of Interface
io.smallrye.classfile.instruction.FieldInstruction
Packages that use FieldInstruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of FieldInstruction in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return FieldInstructionModifier and TypeMethodDescriptionstatic FieldInstructionFieldInstruction.of(Opcode op, ClassEntry owner, NameAndTypeEntry nameAndType) Returns a field access instruction.static FieldInstructionFieldInstruction.of(Opcode op, ClassEntry owner, Utf8Entry name, Utf8Entry type) Returns a field access instruction.static FieldInstructionFieldInstruction.of(Opcode op, FieldRefEntry field) Returns a field access instruction.