public class HandlerVisitor extends org.objectweb.asm.AnnotationVisitor
Handler
Modifier and Type | Field and Description |
---|---|
private Element |
handler |
private Reporter |
reporter |
private ComponentWorkbench |
workbench |
Constructor and Description |
---|
HandlerVisitor(ComponentWorkbench workbench,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
visit(String name,
Object value)
Visit @Handler annotation attributes.
|
void |
visitEnd()
End of the visit.
|
private ComponentWorkbench workbench
public HandlerVisitor(ComponentWorkbench workbench, Reporter reporter)
public void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
name
- : annotation attribute namevalue
- : annotation attribute valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)
public void visitEnd()
visitEnd
in class org.objectweb.asm.AnnotationVisitor
AnnotationVisitor.visitEnd()
Copyright © 2014. All rights reserved.