| Package | Description |
|---|---|
| org.teavm.cache | |
| org.teavm.codegen | |
| org.teavm.dependency | |
| org.teavm.javascript | |
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.util | |
| org.teavm.optimization | |
| org.teavm.parsing | |
| org.teavm.resource | |
| org.teavm.vm |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskCachedClassHolderSource |
| Constructor and Description |
|---|
DefaultNamingStrategy(AliasProvider aliasProvider,
ClassReaderSource classSource) |
| Modifier and Type | Method and Description |
|---|---|
ClassReaderSource |
DependencyInfo.getClassSource() |
ClassReaderSource |
DependencyChecker.getClassSource() |
ClassReaderSource |
DependencyAgent.getClassSource() |
| Constructor and Description |
|---|
DependencyChecker(ClassReaderSource classSource,
ClassLoader classLoader,
ServiceRepository services,
Diagnostics diagnostics) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullPointerExceptionTransformer.transformClass(ClassHolder cls,
ClassReaderSource innerSource,
Diagnostics diagnostics) |
| Constructor and Description |
|---|
NameFrequencyEstimator(NameFrequencyConsumer consumer,
ClassReaderSource classSource,
Set<MethodReference> injectedMethods,
Set<MethodReference> asyncFamilyMethods) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassHolderSource |
interface |
ListableClassHolderSource |
interface |
ListableClassReaderSource |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyClassHolderSource |
class |
MutableClassHolderSource |
class |
PreOptimizingClassHolderSource |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassHolderTransformer.transformClass(ClassHolder cls,
ClassReaderSource innerSource,
Diagnostics diagnostics) |
| Constructor and Description |
|---|
CopyClassHolderSource(ClassReaderSource innerSource) |
| Constructor and Description |
|---|
AsyncProgramSplitter(ClassReaderSource classSource,
Set<MethodReference> asyncMethods) |
| Constructor and Description |
|---|
Devirtualization(DependencyInfo dependency,
ClassReaderSource classSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathClassHolderSource |
| Modifier and Type | Class and Description |
|---|---|
class |
MapperClassHolderSource |
| Modifier and Type | Method and Description |
|---|---|
ClassReaderSource |
TeaVM.getClassSource()
Gets a
ClassReaderSource which is used by this TeaVM instance. |
ClassReaderSource |
TeaVM.getDependencyClassSource()
Gets a
ClassReaderSource which is similar to that of TeaVM.getClassSource(),
except that it also contains classes with applied transformations together with
classes, generated via DependencyChecker.submitClass(ClassHolder). |
Copyright © 2015. All rights reserved.