public class IOAdapterVisitor
extends org.objectweb.asm.commons.EmptyVisitor
implements org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
IOAdapterVisitor(org.apache.felix.ipojo.manipulator.spi.BindingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit @Processor annotation attributes.
|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String name,
String annotation) |
void |
visitEnd()
Append to the "component" element computed attribute.
|
visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnum, visitField, visitFieldInsn, visitFrame, visitIincInsn, visitInnerClass, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethod, visitMethodInsn, visitMultiANewArrayInsn, visitOuterClass, visitParameterAnnotation, visitSource, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsnpublic IOAdapterVisitor(org.apache.felix.ipojo.manipulator.spi.BindingContext context)
public void visit(String name, Object value)
visit in interface org.objectweb.asm.AnnotationVisitorvisit in class org.objectweb.asm.commons.EmptyVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String annotation)
visitAnnotation in interface org.objectweb.asm.AnnotationVisitorvisitAnnotation in class org.objectweb.asm.commons.EmptyVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitorvisitEnd in interface org.objectweb.asm.ClassVisitorvisitEnd in interface org.objectweb.asm.FieldVisitorvisitEnd in interface org.objectweb.asm.MethodVisitorvisitEnd in class org.objectweb.asm.commons.EmptyVisitorCopyright © 2012-2013 Adele Team | LIG. All Rights Reserved.