| Package | Description |
|---|---|
| org.teavm.javascript | |
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.emit | |
| org.teavm.model.util | |
| org.teavm.optimization | |
| org.teavm.parsing |
| Modifier and Type | Method and Description |
|---|---|
MethodNode |
Decompiler.decompile(MethodHolder method) |
AsyncMethodNode |
Decompiler.decompileAsync(MethodHolder method) |
NativeMethodNode |
Decompiler.decompileNative(MethodHolder method) |
RegularMethodNode |
Decompiler.decompileRegular(MethodHolder method) |
RegularMethodNode |
Decompiler.decompileRegularCacheMiss(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
MethodHolder |
ClassHolder.getMethod(MethodDescriptor method) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodHolder> |
ClassHolder.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassHolder.addMethod(MethodHolder method) |
static MethodDescriptor |
MethodDescriptor.get(MethodHolder method) |
void |
ClassHolder.removeMethod(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
static ProgramEmitter |
ProgramEmitter.create(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
static MethodHolder |
ModelUtils.copyMethod(MethodReader method) |
| Modifier and Type | Method and Description |
|---|---|
void |
MissingItemsProcessor.processMethod(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
void |
Devirtualization.apply(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
static MethodHolder |
Parser.parseMethod(org.objectweb.asm.tree.MethodNode node,
String className,
String fileName) |
MethodHolder |
ClassRefsRenamer.rename(MethodHolder method) |
| Modifier and Type | Method and Description |
|---|---|
MethodHolder |
ClassRefsRenamer.rename(MethodHolder method) |
Copyright © 2015. All rights reserved.