Interface IBinaryOpInstruction
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static enum
Nested classes/interfaces inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
IInstruction.Visitor
-
Method Summary
Methods inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
Method Details
-
getOperator
IBinaryOpInstruction.IOperator getOperator() -
getType
String getType() -
throwsExceptionOnOverflow
boolean throwsExceptionOnOverflow() -
isUnsigned
boolean isUnsigned()
-