public abstract class Operator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Operator(int type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object op) |
abstract void |
eval(java.util.Stack stack) |
int |
getType() |