Package proguard.analysis.cpa.jvm.util
Class InstructionClassifier
- java.lang.Object
-
- proguard.analysis.cpa.jvm.util.InstructionClassifier
-
public class InstructionClassifier extends java.lang.Object
Util for operations involvingInstruction
.
-
-
Constructor Summary
Constructors Constructor Description InstructionClassifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-