final class OpSub extends Op
ADD, DIV, MUL, SUB
OpSub()
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