Interface IBinaryOpInstruction
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
BinaryOpInstruction
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumNested 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
IBinaryOpInstruction.IOperator getOperator() -
getType
String getType() -
throwsExceptionOnOverflow
boolean throwsExceptionOnOverflow() -
isUnsigned
boolean isUnsigned()
-