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