Package com.ibm.wala.shrikeBT
Interface IBinaryOpInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
BinaryOpInstruction
public interface IBinaryOpInstruction extends IInstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IBinaryOpInstruction.IOperator
static class
IBinaryOpInstruction.Operator
-
Nested classes/interfaces inherited from interface com.ibm.wala.shrikeBT.IInstruction
IInstruction.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBinaryOpInstruction.IOperator
getOperator()
String
getType()
boolean
isUnsigned()
boolean
throwsExceptionOnOverflow()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-
-
-
Method Detail
-
getOperator
IBinaryOpInstruction.IOperator getOperator()
-
getType
String getType()
-
throwsExceptionOnOverflow
boolean throwsExceptionOnOverflow()
-
isUnsigned
boolean isUnsigned()
-
-