multi);
JExpression newLhs = replacer.accept(x.getLhs());
localIndex = pushUsedLocals;
JNullLiteral litNull = program.getLiteralNull();
JBinaryOperation operation = new JBinaryOperation(program,
x.getSourceInfo(), newLhs.getType(), JBinaryOperator.DIV, newLhs,
x.getRhs());
JBinaryOperation asg = new JBinaryOperation(program, x.getSourceInfo(),
newLhs.getType(), JBinaryOperator.ASG, newLhs, operation);
JMultiExpression multiExpr = replacer.getMultiExpr();
if (multiExpr.exprs.isEmpty()) {
// just use the split assignment expression