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