public class InstructionClassifier
extends java.lang.Object
Instruction
.Constructor and Description |
---|
InstructionClassifier() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInvoke(byte opcode) |
static boolean |
isLongShift(byte opcode) |
static boolean |
isReturn(byte opcode) |
static boolean |
isTypedReturn(byte opcode)
Checks if the opcode is nonvoid return.
|