public class HandlerDeclarationVisitor
extends org.objectweb.asm.AnnotationVisitor
HandlerDeclaration| Constructor and Description |
|---|
HandlerDeclarationVisitor(ComponentWorkbench workbench,
DocumentBuilder builder,
Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Parses the value attribute.
|
void |
visitEnd()
End of the visit.
|
public HandlerDeclarationVisitor(ComponentWorkbench workbench, DocumentBuilder builder, Reporter reporter)
public void visit(String name, Object value)
visit in class org.objectweb.asm.AnnotationVisitorname - 'value'value - the valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)public void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitorAnnotationVisitor.visitEnd()Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.