| Modifier and Type | Field and Description |
|---|---|
static Op |
ADD |
static Op |
DIV |
static Op |
MUL |
private java.lang.String |
name |
static Op |
SUB |
| Constructor and Description |
|---|
Op(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
eval(int x,
int y) |
java.lang.String |
toString() |