| Package | Description |
|---|---|
| org.teavm.dependency | |
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.util | |
| org.teavm.optimization | |
| org.teavm.testing |
| Modifier and Type | Method and Description |
|---|---|
MethodReader |
MethodDependency.getMethod() |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodHolder |
| Modifier and Type | Method and Description |
|---|---|
MethodReader |
ClassReader.getMethod(MethodDescriptor method) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends MethodReader> |
ClassReader.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterAllocator.allocateRegisters(MethodReader method,
Program program) |
static MethodHolder |
ModelUtils.copyMethod(MethodReader method) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayUnwrapMotion.optimize(MethodReader method,
Program program) |
void |
UnusedVariableElimination.optimize(MethodReader method,
Program program) |
void |
EmptyBlockElimination.optimize(MethodReader method,
Program program) |
void |
MethodOptimization.optimize(MethodReader method,
Program program) |
void |
LoopInvariantMotion.optimize(MethodReader method,
Program program) |
void |
GlobalValueNumbering.optimize(MethodReader method,
Program program) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JUnitTestAdapter.acceptMethod(MethodReader method) |
boolean |
TestAdapter.acceptMethod(MethodReader method) |
Iterable<String> |
JUnitTestAdapter.getExpectedExceptions(MethodReader method) |
Iterable<String> |
TestAdapter.getExpectedExceptions(MethodReader method) |
Copyright © 2015. All rights reserved.