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