| Package | Description |
|---|---|
| net.morimekta.test.calculator |
| Modifier and Type | Field and Description |
|---|---|
static Operand |
Calculator_Constants.PI |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Operand> |
Operand.CREATOR |
static PUnionDescriptor<Operand,Operand._Field> |
Operand.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Operand |
Operand._Builder.build() |
static Operand |
Operand.withImaginary(Imaginary value) |
static Operand |
Operand.withNumber(double value) |
static Operand |
Operand.withOperation(Operation value) |
| Modifier and Type | Method and Description |
|---|---|
PUnionDescriptor<Operand,Operand._Field> |
Operand.descriptor() |
List<Operand> |
Operation.getOperands() |
static PUnionDescriptorProvider<Operand,Operand._Field> |
Operand.provider() |
| Modifier and Type | Method and Description |
|---|---|
Operation._Builder |
Operation._Builder.addToOperands(Operand... values) |
int |
Operand.compareTo(Operand other) |
| Modifier and Type | Method and Description |
|---|---|
Operation._Builder |
Operation._Builder.setOperands(Collection<Operand> value) |
| Constructor and Description |
|---|
_Builder(Operand base) |
| Constructor and Description |
|---|
Operation(Operator pOperator,
List<Operand> pOperands) |
Copyright © 2016. All rights reserved.