public abstract class AbstractJimpleFloatBinopExpr extends AbstractFloatBinopExpr implements ConvertToBaf
op1Box, op2Box
Modifier | Constructor and Description |
---|---|
protected |
AbstractJimpleFloatBinopExpr(ValueBox op1Box,
ValueBox op2Box) |
Modifier and Type | Method and Description |
---|---|
void |
convertToBaf(JimpleToBafContext context,
java.util.List<Unit> out) |
getType
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2, toString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply
public void convertToBaf(JimpleToBafContext context, java.util.List<Unit> out)
convertToBaf
in interface ConvertToBaf