| Package | Description |
|---|---|
| enumeration2 | |
| template.series2 |
| Modifier and Type | Field and Description |
|---|---|
private Op |
BinOp.op |
| Modifier and Type | Method and Description |
|---|---|
static Op |
Op.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Op[] |
Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinOp(Expr l,
Op op,
Expr r) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Op |
ConcreteSeries.op |
| Constructor and Description |
|---|
ConcreteSeries(Op op) |