Uses of Package
java.lang.classfile.instruction
Packages that use java.lang.classfile.instruction
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Classes in java.lang.classfile.instruction used by java.lang.classfileClassDescriptionA pseudo-instruction modeling an entry in the
exception_table
array of aCode
attribute.Models a single case in alookupswitch
ortableswitch
instruction. -
Classes in java.lang.classfile.instruction used by java.lang.classfile.instructionClassDescriptionModels an array load instruction in the
code
array of aCode
attribute.Models an array store instruction in thecode
array of aCode
attribute.Models a branching instruction (conditional or unconditional) in thecode
array of aCode
attribute.A pseudo-instruction which models a single entry in theCharacterRangeTable
attribute.Models a constant-load instruction in thecode
array of aCode
attribute, including "intrinsic", "argument", and "load" constant instructions.Models an "argument constant" instruction, which encodes the constant value in the instruction directly.Models an "intrinsic constant" instruction, which encodes the constant value in its opcode.Models a "load constant" instruction, which encodes the constant value in the constant pool.Marker interface for instruction discontinued from thecode
array of aCode
attribute.A pseudo-instruction modeling an entry in theexception_table
array of aCode
attribute.Models a field access instruction in thecode
array of aCode
attribute.Models a local variable increment instruction in thecode
array of aCode
attribute.Models a dynamically-computed call site invocation instruction in thecode
array of aCode
attribute.Models a method invocation instruction in thecode
array of aCode
attribute, other thaninvokedynamic
.A pseudo-instruction which indicates the code for a given line number starts after the current position in aCode
attribute.Models a local variable load instruction in thecode
array of aCode
attribute.A pseudo-instruction which models a single entry in theLocalVariableTable
attribute.A pseudo-instruction which models a single entry in theLocalVariableTypeTable
attribute.Models an arithmetic operator instruction in thecode
array of aCode
attribute.Models a return-from-method instruction in thecode
array of aCode
attribute.Models a stack manipulation instruction in thecode
array of aCode
attribute.Models a local variable store instruction in thecode
array of aCode
attribute.Models a single case in alookupswitch
ortableswitch
instruction.