Class ShiftInstruction

java.lang.Object
com.ibm.wala.shrike.shrikeBT.Instruction
com.ibm.wala.shrike.shrikeBT.ShiftInstruction
All Implemented Interfaces:
Constants, IInstruction, IShiftInstruction, Cloneable

public final class ShiftInstruction extends Instruction implements IShiftInstruction
ShiftInstructions are distinguished from BinaryOpInstructions because most binary operations in the JVM require both parameters to be the same type, but shifts always take one int parameter.