public class ExprFactory extends java.lang.Object
private
ExprFactory()
static Expr
newConst(int v)
newMinus(Expr l, Expr r)
newMult(Expr l, Expr r)
newPlus(Expr l, Expr r)
newQuot(Expr l, Expr r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private ExprFactory()
public static Expr newConst(int v)
public static Expr newPlus(Expr l, Expr r)
public static Expr newMinus(Expr l, Expr r)
public static Expr newMult(Expr l, Expr r)
public static Expr newQuot(Expr l, Expr r)