| Package | Description |
|---|---|
| net.morimekta.test.calculator |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Operation> |
Operation.CREATOR |
static PStructDescriptor<Operation,Operation._Field> |
Operation.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation._Builder.build() |
Operation |
Operand.getOperation() |
Operation |
CalculateException.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<Operation,Operation._Field> |
Operation.descriptor() |
static PStructDescriptorProvider<Operation,Operation._Field> |
Operation.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
Operation.compareTo(Operation other) |
Operand._Builder |
Operand._Builder.setOperation(Operation value) |
CalculateException._Builder |
CalculateException._Builder.setOperation(Operation value) |
static Operand |
Operand.withOperation(Operation value) |
| Constructor and Description |
|---|
_Builder(Operation base) |
Copyright © 2016. All rights reserved.