| Package | Description |
|---|---|
| gw.lang.reflect.java.asm |
| Modifier and Type | Method and Description |
|---|---|
AsmAnnotation |
AsmMethod.getAnnotation(Class annotationClass) |
AsmAnnotation |
AsmClass.getAnnotation(Class annotationClass) |
AsmAnnotation |
AsmField.getAnnotation(Class annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
List<AsmAnnotation> |
AsmMethod.getAnnotations() |
List<AsmAnnotation> |
AsmField.getAnnotations() |
List<AsmAnnotation> |
AsmClass.getDeclaredAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsmMethod.addAnnotation(AsmAnnotation asmAnnotation) |
void |
AsmMethod.addParameterAnnotation(int iParam,
AsmAnnotation asmAnnotation) |
| Constructor and Description |
|---|
AsmAnnotationVisitor(AsmAnnotation annotation) |
Copyright © 2016. All rights reserved.