Package proguard.analysis.cpa.jvm.util
Class InstructionClassifier
java.lang.Object
proguard.analysis.cpa.jvm.util.InstructionClassifier
Util for operations involving
Instruction.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisInvoke(byte opcode) static booleanisLongShift(byte opcode) static booleanisReturn(byte opcode) static booleanisTypedReturn(byte opcode) Checks if the opcode is nonvoid return.
-
Constructor Details
-
InstructionClassifier
public InstructionClassifier()
-
-
Method Details
-
isReturn
public static boolean isReturn(byte opcode) -
isTypedReturn
public static boolean isTypedReturn(byte opcode) Checks if the opcode is nonvoid return. -
isInvoke
public static boolean isInvoke(byte opcode) -
isLongShift
public static boolean isLongShift(byte opcode)
-