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() |
String |
getType() |
boolean |
isUnsigned() |
boolean |
throwsExceptionOnOverflow() |
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
IBinaryOpInstruction.IOperator getOperator()
String getType()
boolean throwsExceptionOnOverflow()
boolean isUnsigned()