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

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.MethodGenericVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, org.objectweb.asm.ClassVisitor, org.objectweb.asm.FieldVisitor, org.objectweb.asm.MethodVisitor

public class MethodGenericVisitor
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
MethodGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.MethodNode 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

MethodGenericVisitor

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


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