| Package | Description |
|---|---|
| org.teavm.dependency | |
| org.teavm.model.emit | |
| org.teavm.model.instructions | |
| org.teavm.model.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowGraphBuilder.cast(VariableReader receiver,
VariableReader value,
IntegerSubtype type,
CastIntegerDirection targetType) |
| Modifier and Type | Method and Description |
|---|---|
ValueEmitter |
ValueEmitter.cast(IntegerSubtype subtype,
CastIntegerDirection dir) |
ValueEmitter |
ValueEmitter.fromInteger(IntegerSubtype to) |
ValueEmitter |
ValueEmitter.toInteger(IntegerSubtype from) |
| Modifier and Type | Method and Description |
|---|---|
IntegerSubtype |
CastIntegerInstruction.getTargetType() |
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 |
InstructionReader.cast(VariableReader receiver,
VariableReader value,
IntegerSubtype type,
CastIntegerDirection targetType) |
| Constructor and Description |
|---|
CastIntegerInstruction(IntegerSubtype targetType,
CastIntegerDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.cast(VariableReader receiver,
VariableReader value,
IntegerSubtype type,
CastIntegerDirection direction) |
Copyright © 2015. All rights reserved.