| Package | Description |
|---|---|
| org.teavm.model |
Represents a class model that is alternative to
java.lang.reflection package. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
MethodHolder.getAnnotationDefault() |
AnnotationValue |
MethodReader.getAnnotationDefault() |
AnnotationValue |
AnnotationReader.getValue(String fieldName) |
AnnotationValue |
AnnotationHolder.getValue(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationValue> |
AnnotationValue.getList() |
Map<String,AnnotationValue> |
AnnotationHolder.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodHolder.setAnnotationDefault(AnnotationValue annotationDefault) |
| Constructor and Description |
|---|
AnnotationValue(List<AnnotationValue> value) |
Copyright © 2015. All rights reserved.