|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.instrumentation.dependency.DependencyAnnotationAdapter
public class DependencyAnnotationAdapter
This class visits the annotation description collecting the dependency information on the class that defines the annotation.
| Constructor Summary | |
|---|---|
DependencyAnnotationAdapter(org.objectweb.asm.AnnotationVisitor annotationVisitor,
java.lang.String className,
java.lang.String description)
Constructor initialises a DependencyAnnotationAdapter, takes the annotation visitor parent, the class name that uses the annotation and
the description of the annotation. |
|
| Method Summary | |
|---|---|
void |
visit(java.lang.String name,
java.lang.Object value)
|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String name,
java.lang.String desc)
|
org.objectweb.asm.AnnotationVisitor |
visitArray(java.lang.String name)
|
void |
visitEnd()
|
void |
visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyAnnotationAdapter(org.objectweb.asm.AnnotationVisitor annotationVisitor,
java.lang.String className,
java.lang.String description)
DependencyAnnotationAdapter, takes the annotation visitor parent, the class name that uses the annotation and
the description of the annotation.
annotationVisitor - the parent annotation visitorclassName - the class name that uses the annotationdescription - the description of the annotation| Method Detail |
|---|
public void visit(java.lang.String name,
java.lang.Object value)
visit in interface org.objectweb.asm.AnnotationVisitor
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name,
java.lang.String desc)
visitAnnotation in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
visitArray in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitor
public void visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
visitEnum in interface org.objectweb.asm.AnnotationVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||