public abstract class Op extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Op |
ADD |
static Op |
DIV |
static Op |
MUL |
static Op |
SUB |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
eval(int x,
int y) |
java.lang.String |
toString() |