Package com.ibm.wala.shrike.shrikeBT
Interface IShiftInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
ShiftInstruction
public interface IShiftInstruction extends IInstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIShiftInstruction.Operator-
Nested classes/interfaces inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
IInstruction.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IShiftInstruction.OperatorgetOperator()java.lang.StringgetType()booleanisUnsigned()-
Methods inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-
-
-
Method Detail
-
getOperator
IShiftInstruction.Operator getOperator()
-
getType
java.lang.String getType()
-
isUnsigned
boolean isUnsigned()
-
-