Uses of Interface
io.smallrye.classfile.Instruction
Packages that use Instruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of Instruction in io.smallrye.classfile.instruction
Subinterfaces of Instruction in io.smallrye.classfile.instructionModifier and TypeInterfaceDescriptioninterfaceModels an array load instruction in thecodearray of aCodeattribute.interfaceModels an array store instruction in thecodearray of aCodeattribute.interfaceModels a branching instruction (conditional or unconditional) in thecodearray of aCodeattribute.interfaceModels a constant-load instruction in thecodearray of aCodeattribute, including "intrinsic", "argument", and "load" constant instructions.static interfaceModels an "argument constant" instruction, which encodes the constant value in the instruction directly.static interfaceModels an "intrinsic constant" instruction, which encodes the constant value in its opcode.static interfaceModels a "load constant" instruction, which encodes the constant value in the constant pool.interfaceinterfaceMarker interface for instruction discontinued from thecodearray of aCodeattribute.static interfaceModels jump subroutine instructions discontinued from thecodearray of aCodeattribute since class file major version 51 (JVMS ).static interfaceModels return from subroutine instructions discontinued from thecodearray of aCodeattribute since class file major version 51 (JVMS ).interfaceModels a field access instruction in thecodearray of aCodeattribute.interfaceModels a local variable increment instruction in thecodearray of aCodeattribute.interfaceModels a dynamically-computed call site invocation instruction in thecodearray of aCodeattribute.interfaceModels a method invocation instruction in thecodearray of aCodeattribute, other thaninvokedynamic.interfaceModels a local variable load instruction in thecodearray of aCodeattribute.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceModels an arithmetic operator instruction in thecodearray of aCodeattribute.interfaceModels a return-from-method instruction in thecodearray of aCodeattribute.interfaceModels a stack manipulation instruction in thecodearray of aCodeattribute.interfaceModels a local variable store instruction in thecodearray of aCodeattribute.interfaceinterfaceinterface