Interface JVMInstruction.InstructionType

Enclosing class:
JVMInstruction

public static interface JVMInstruction.InstructionType
Constants that subdivide the 220 instruction opcodes in 18 types of instructions. Such types vary in the number and size of arguments the instruction takes (no argument, a signed byte, a signed short), on whether it takes a local variable index, a jump target label, etc. Some types contain a single instruction, such as LDC and IINC.