Class JVMInstruction

java.lang.Object
mockit.asm.jvmConstants.JVMInstruction

public final class JVMInstruction extends Object
Constant data about all JVM bytecode instructions: SIZE, TYPE.
  • Field Details

    • SIZE

      public static final int[] SIZE
      The 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[] TYPE
      The instruction types of all JVM opcodes, one value for each instruction opcode.