org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic
Class FieldGenericVisitor

java.lang.Object
  extended by org.objectweb.asm.commons.EmptyVisitor
      extended by org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitor
          extended by org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.RootGenericVisitor
              extended by org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.FieldGenericVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.ClassVisitor, org.objectweb.asm.FieldVisitor, org.objectweb.asm.MethodVisitor

public class FieldGenericVisitor
extends RootGenericVisitor

Author:
Felix Project Team

Field Summary
 
Fields inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitor
element
 
Constructor Summary
FieldGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.FieldNode node)
           
 
Method Summary
 
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.RootGenericVisitor
visit, visitEnd
 
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitor
visitAnnotation, visitArray, visitEnum
 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldGenericVisitor

public FieldGenericVisitor(ComponentWorkbench workbench,
                           org.apache.felix.ipojo.metadata.Element element,
                           org.objectweb.asm.tree.FieldNode node)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.