| Package | Description |
|---|---|
| com.googlecode.aviator.asm |
| Modifier and Type | Field | Description |
|---|---|---|
protected AnnotationVisitor |
AnnotationVisitor.av |
The annotation visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method | Description |
|---|---|---|
AnnotationVisitor |
AnnotationVisitor.visitAnnotation(String name,
String desc) |
Visits a nested annotation value of the annotation.
|
AnnotationVisitor |
ClassVisitor.visitAnnotation(String desc,
boolean visible) |
Visits an annotation of the class.
|
AnnotationVisitor |
ClassWriter.visitAnnotation(String desc,
boolean visible) |
|
AnnotationVisitor |
FieldVisitor.visitAnnotation(String desc,
boolean visible) |
Visits an annotation of the field.
|
AnnotationVisitor |
MethodVisitor.visitAnnotation(String desc,
boolean visible) |
Visits an annotation of this method.
|
AnnotationVisitor |
MethodVisitor.visitAnnotationDefault() |
Visits the default value of this annotation interface method.
|
AnnotationVisitor |
AnnotationVisitor.visitArray(String name) |
Visits an array value of the annotation.
|
AnnotationVisitor |
MethodVisitor.visitParameterAnnotation(int parameter,
String desc,
boolean visible) |
Visits an annotation of a parameter this method.
|
| Constructor | Description |
|---|---|
AnnotationVisitor(int api,
AnnotationVisitor av) |
Constructs a new
AnnotationVisitor. |
Copyright © 2022–2023. All rights reserved.