| 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) |
| Modifier and Type | Method and Description |
|---|---|
CastIntegerDirection |
CastIntegerInstruction.getDirection() |
static CastIntegerDirection |
CastIntegerDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CastIntegerDirection[] |
CastIntegerDirection.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.