| Package | Description |
|---|---|
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.emit | |
| org.teavm.model.instructions | |
| org.teavm.model.util | |
| org.teavm.parsing |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
BasicBlock.getLastInstruction() |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
BasicBlock.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramEmitter.addInstruction(Instruction insn) |
| Modifier and Type | Method and Description |
|---|---|
static List<Instruction> |
ProgramUtils.copyInstructions(BasicBlockReader block,
int from,
int to,
Program target) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
VariableDebugInformation.getDebugNames(Instruction insn) |
Map<Integer,String> |
ProgramParser.getDebugNames(Instruction insn) |
Copyright © 2015. All rights reserved.