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