| Package | Description |
|---|---|
| org.teavm.dependency | |
| org.teavm.javascript.ast | |
| org.teavm.model.emit | |
| org.teavm.model.instructions | |
| org.teavm.model.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowGraphBuilder.unwrapArray(VariableReader receiver,
VariableReader array,
ArrayElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayElementType |
UnwrapArrayExpr.getElementType() |
| Constructor and Description |
|---|
UnwrapArrayExpr(ArrayElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
ValueEmitter |
ValueEmitter.unwrapArray(ArrayElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayElementType |
UnwrapArrayInstruction.getElementType() |
static ArrayElementType |
ArrayElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayElementType[] |
ArrayElementType.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.unwrapArray(VariableReader receiver,
VariableReader array,
ArrayElementType elementType) |
| Constructor and Description |
|---|
UnwrapArrayInstruction(ArrayElementType elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionStringifier.unwrapArray(VariableReader receiver,
VariableReader array,
ArrayElementType elementType) |
Copyright © 2015. All rights reserved.