Class BinaryOpWithConstant
java.lang.Object
com.ibm.wala.analysis.arraybounds.BinaryOpWithConstant
Normalizes a binary operation with a constant by providing direct access to assigned = other op
constant.
- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryOpWithConstant
create
(SSABinaryOpInstruction instruction, IR ir) getOp()
-
Method Details
-
create
- Returns:
- normalized BinaryOpWithConstant or null, if normalization was not successful.
-
getAssignedVar
-
getConstantValue
-
getOp
-
getOtherVar
-