| Package | Description |
|---|---|
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| org.teavm.model.util | |
| org.teavm.parsing |
| Modifier and Type | Method and Description |
|---|---|
FieldHolder |
ClassHolder.getField(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldHolder> |
ClassHolder.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassHolder.addField(FieldHolder field) |
void |
ClassHolder.removeField(FieldHolder field) |
| Modifier and Type | Method and Description |
|---|---|
static FieldHolder |
ModelUtils.copyField(FieldReader field) |
| Modifier and Type | Method and Description |
|---|---|
static FieldHolder |
Parser.parseField(org.objectweb.asm.tree.FieldNode node) |
Copyright © 2015. All rights reserved.