Package | Description |
---|---|
org.eclipse.sisu.space.asm |
Modifier and Type | Field and Description |
---|---|
protected AnnotationVisitor |
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
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 |
ClassWriter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
ClassVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the class.
|
AnnotationVisitor |
AnnotationVisitor.visitAnnotation(String name,
String desc)
Visits a nested annotation value of the annotation.
|
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 and Description |
---|
AnnotationVisitor(int api,
AnnotationVisitor av)
Constructs a new
AnnotationVisitor . |
Copyright © 2013. All rights reserved.