private static final class ExprFactory2.PlusOp extends ExprFactory2.BinOp
PlusOp(Expr l, Expr r)
int
run(int x, int y)
eval, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PlusOp(Expr l, Expr r)
public int run(int x, int y)
run
ExprFactory2.BinOp