Uses of Interface
java.lang.classfile.Instruction
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of InstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models an array load instruction in thecode
array of aCode
attribute.interface
Preview.Models an array store instruction in thecode
array of aCode
attribute.interface
Preview.Models a branching instruction (conditional or unconditional) in thecode
array of aCode
attribute.interface
Preview.Models a constant-load instruction in thecode
array of aCode
attribute, including "intrinsic constant" instructions (e.g.,iconst_0
), "argument constant" instructions (e.g.,bipush
), and "load constant" instructions (e.g.,LDC
).static interface
Preview.Models an "argument constant" instruction (e.g.,bipush
).static interface
Preview.Models an "intrinsic constant" instruction (e.g.,iconst_0
).static interface
Preview.Models a "load constant" instruction (e.g.,ldc
).interface
Preview.Models a primitive conversion instruction in thecode
array of aCode
attribute, such asi2l
.interface
Preview.Models instruction discontinued from thecode
array of aCode
attribute.static interface
Preview.Models JSR and JSR_W instructions discontinued from thecode
array of aCode
attribute since class file version 51.0.static interface
Preview.Models RET and RET_W instructions discontinued from thecode
array of aCode
attribute since class file version 51.0.interface
Preview.Models a field access instruction in thecode
array of aCode
attribute.interface
Preview.Models a local variable increment instruction in thecode
array of aCode
attribute.interface
Preview.Models aninvokedynamic
instruction in thecode
array of aCode
attribute.interface
Preview.Models a method invocation instruction in thecode
array of aCode
attribute, other thaninvokedynamic
.interface
Preview.Models a local variable load instruction in thecode
array of aCode
attribute.interface
Preview.Models alookupswitch
instruction in thecode
array of aCode
attribute.interface
Preview.Models amonitorenter
ormonitorexit
instruction in thecode
array of aCode
attribute.interface
Preview.Models amultianewarray
invocation instruction in thecode
array of aCode
attribute.interface
Preview.Models anew
instruction in thecode
array of aCode
attribute.interface
Preview.Models anewarray
invocation instruction in thecode
array of aCode
attribute.interface
Preview.Models aanewarray
invocation instruction in thecode
array of aCode
attribute.interface
Preview.Models anop
invocation instruction in thecode
array of aCode
attribute.interface
Preview.Models an arithmetic operator instruction in thecode
array of aCode
attribute.interface
Preview.Models a return-from-method instruction in thecode
array of aCode
attribute.interface
Preview.Models a stack manipulation instruction in thecode
array of aCode
attribute.interface
Preview.Models a local variable store instruction in thecode
array of aCode
attribute.interface
Preview.Models atableswitch
instruction in thecode
array of aCode
attribute.interface
Preview.Models anathrow
instruction in thecode
array of aCode
attribute.interface
Preview.Models aninstanceof
orcheckcast
instruction in thecode
array of aCode
attribute.