public class RootGenericVisitor extends GenericVisitor
element
Constructor and Description |
---|
RootGenericVisitor(ComponentWorkbench workbench,
org.apache.felix.ipojo.metadata.Element element,
java.lang.annotation.ElementType type) |
Modifier and Type | Method and Description |
---|---|
void |
visit(java.lang.String name,
java.lang.Object value)
Visit a 'simple' annotation attribute.
|
void |
visitEnd()
End of the visit.
|
visitAnnotation, visitArray, visitEnum
visit, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
public RootGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, java.lang.annotation.ElementType type)
public void visit(java.lang.String name, java.lang.Object value)
visit
in interface org.objectweb.asm.AnnotationVisitor
visit
in class GenericVisitor
name
- : attribute namevalue
- : attribute valueEmptyVisitor.visit(String, Object)
public void visitEnd()
visitEnd
in interface org.objectweb.asm.AnnotationVisitor
visitEnd
in interface org.objectweb.asm.ClassVisitor
visitEnd
in interface org.objectweb.asm.FieldVisitor
visitEnd
in interface org.objectweb.asm.MethodVisitor
visitEnd
in class org.objectweb.asm.commons.EmptyVisitor
EmptyVisitor.visitEnd()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.