public class ExprFactory extends java.lang.Object
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)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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)