final class OpAdd extends Op
ADD, DIV, MUL, SUB
OpAdd()
int
eval(int x, int y)
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int eval(int x, int y)
eval
Op