| Package | Description |
|---|---|
| org.teavm.flavour.expr.plan |
| Modifier and Type | Method and Description |
|---|---|
BinaryPlanType |
BinaryPlan.getType() |
static BinaryPlanType |
BinaryPlanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryPlanType[] |
BinaryPlanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryPlan.setType(BinaryPlanType type) |
| Constructor and Description |
|---|
BinaryPlan(Plan firstOperand,
Plan secondOperand,
BinaryPlanType type,
ArithmeticType valueType) |
Copyright © 2019. All rights reserved.