Interface IShiftInstruction
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
ShiftInstruction
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface IInstruction
IInstruction.Visitor -
Method Summary
Methods inherited from interface IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
Method Details
-
getOperator
IShiftInstruction.Operator getOperator() -
getType
String getType() -
isUnsigned
boolean isUnsigned()
-