Uses of Interface
java.lang.classfile.Instruction
Packages that use Instruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of Instruction in java.lang.classfile.instruction
Subinterfaces of Instruction in java.lang.classfile.instructionModifier and TypeInterfaceDescriptioninterface
Models an array load instruction in thecode
array of aCode
attribute.interface
Models an array store instruction in thecode
array of aCode
attribute.interface
Models a branching instruction (conditional or unconditional) in thecode
array of aCode
attribute.interface
Models a constant-load instruction in thecode
array of aCode
attribute, including "intrinsic", "argument", and "load" constant instructions.static interface
Models an "argument constant" instruction, which encodes the constant value in the instruction directly.static interface
Models an "intrinsic constant" instruction, which encodes the constant value in its opcode.static interface
Models a "load constant" instruction, which encodes the constant value in the constant pool.interface
interface
Marker interface for instruction discontinued from thecode
array of aCode
attribute.static interface
static interface
interface
Models a field access instruction in thecode
array of aCode
attribute.interface
Models a local variable increment instruction in thecode
array of aCode
attribute.interface
Models a dynamically-computed call site invocation instruction in thecode
array of aCode
attribute.interface
Models a method invocation instruction in thecode
array of aCode
attribute, other thaninvokedynamic
.interface
Models a local variable load instruction in thecode
array of aCode
attribute.interface
interface
interface
interface
interface
interface
interface
interface
Models an arithmetic operator instruction in thecode
array of aCode
attribute.interface
Models a return-from-method instruction in thecode
array of aCode
attribute.interface
Models a stack manipulation instruction in thecode
array of aCode
attribute.interface
Models a local variable store instruction in thecode
array of aCode
attribute.interface
interface
interface