public class AnalyzerAnnotationVisitor extends Object implements org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
AnalyzerAnnotationVisitor(AnnotationMetadata annotationMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String arg0,
Object arg1) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
String arg1) |
org.objectweb.asm.AnnotationVisitor |
visitArray(String arg0) |
void |
visitEnd() |
void |
visitEnum(String name,
String desc,
String value)
Visits an enumeration value of the annotation.
|
public AnalyzerAnnotationVisitor(AnnotationMetadata annotationMetadata)
public void visit(String arg0, Object arg1)
visit in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, String arg1)
visitAnnotation in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(String arg0)
visitArray in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnum(String name, String desc, String value)
visitEnum in interface org.objectweb.asm.AnnotationVisitorname - the value name.desc - the class descriptor of the enumeration class.value - the actual enumeration value.Copyright © 2007-2013 OW2 Consortium. All Rights Reserved.