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