| Package | Description |
|---|---|
| org.teavm.codegen | |
| org.teavm.debugging.information | |
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| Modifier and Type | Method and Description |
|---|---|
SourceWriter |
SourceWriter.appendMethod(MethodDescriptor method) |
void |
NamingOrderer.consume(MethodDescriptor method) |
void |
NameFrequencyConsumer.consume(MethodDescriptor method) |
String |
MinifyingAliasProvider.getAlias(MethodDescriptor method) |
String |
AliasProvider.getAlias(MethodDescriptor method) |
String |
DefaultAliasProvider.getAlias(MethodDescriptor method) |
String |
NamingStrategy.getNameFor(MethodDescriptor method) |
String |
DefaultNamingStrategy.getNameFor(MethodDescriptor method) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
MethodIterator.getMethod() |
MethodDescriptor |
ExactMethodIterator.getMethod() |
MethodDescriptor |
DebugInformation.getMethod(int methodId) |
MethodDescriptor[] |
DebugInformation.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugInformationBuilder.emitMethod(MethodDescriptor method) |
void |
DummyDebugInformationEmitter.emitMethod(MethodDescriptor method) |
void |
DebugInformationEmitter.emitMethod(MethodDescriptor method) |
| Modifier and Type | Method and Description |
|---|---|
static MethodDescriptor |
MethodDescriptor.get(MethodHolder method) |
MethodDescriptor |
MethodHolder.getDescriptor() |
MethodDescriptor |
MethodReference.getDescriptor() |
MethodDescriptor |
MethodReader.getDescriptor() |
static MethodDescriptor |
MethodDescriptor.parse(String text) |
| Modifier and Type | Method and Description |
|---|---|
MethodReader |
ClassReader.getMethod(MethodDescriptor method) |
MethodHolder |
ClassHolder.getMethod(MethodDescriptor method) |
| Constructor and Description |
|---|
MethodHolder(MethodDescriptor descriptor) |
MethodReference(String className,
MethodDescriptor descriptor) |
Copyright © 2015. All rights reserved.