Package mockit.asm.jvmConstants
Class JVMInstruction
java.lang.Object
mockit.asm.jvmConstants.JVMInstruction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Constants that subdivide the 220 instruction opcodes in 18 types of instructions. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]
The stack size variation corresponding to each JVM instruction.static final byte[]
The instruction types of all JVM opcodes, one value for each instruction opcode. -
Method Summary
-
Field Details
-
SIZE
public static final int[] SIZEThe stack size variation corresponding to each JVM instruction. Said variation equals the size of the values produced by an instruction, minus the size of the values consumed by the instruction. -
TYPE
public static final byte[] TYPEThe instruction types of all JVM opcodes, one value for each instruction opcode.
-