public interface IBinaryOpInstruction extends IInstruction
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBinaryOpInstruction.IOperator |
static class |
IBinaryOpInstruction.Operator |
IInstruction.Visitor| Modifier and Type | Method and Description |
|---|---|
IBinaryOpInstruction.IOperator |
getOperator() |
java.lang.String |
getType() |
boolean |
isUnsigned() |
boolean |
throwsExceptionOnOverflow() |
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visitIBinaryOpInstruction.IOperator getOperator()
java.lang.String getType()
boolean throwsExceptionOnOverflow()
boolean isUnsigned()