| Package | Description |
|---|---|
| net.morimekta.test.calculator |
| Modifier and Type | Field and Description |
|---|---|
static Set<Operator> |
Calculator_Constants.kComplexOperands |
static PEnumDescriptor<Operator> |
Operator.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator._Builder.build() |
static Operator |
Operator.forName(String name) |
static Operator |
Operator.forValue(int value) |
Operator |
Operation.getOperator() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumDescriptor<Operator> |
Operator.descriptor() |
static PEnumDescriptorProvider<Operator> |
Operator.provider() |
| Modifier and Type | Method and Description |
|---|---|
Operation._Builder |
Operation._Builder.setOperator(Operator value) |
| Constructor and Description |
|---|
Operation(Operator pOperator,
List<Operand> pOperands) |
Copyright © 2016. All rights reserved.