public class ExprFactory2 extends java.lang.Object
static Expr
newConst(int v)
newPlus(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)