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