public static Expression createObject(double value) { if (value == 0) { ConstExpr.getZero(); } return(new ConstExpr(value)); }