711712713714715716717
expr.getArg().visit(this); Expression e1 = expression.pop(); if (e1 instanceof UnaryMinus) expression.push(((UnaryMinus) e1).getBase()); else expression.push(new UnaryMinus(e1)); }