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

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

public class ParameterGenericVisitor
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
ParameterGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, org.objectweb.asm.tree.MethodNode node, int index)
           
 
Method Summary
 void visitEnd()
          End of the visit.
 
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.RootGenericVisitor
visit
 
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

ParameterGenericVisitor

public ParameterGenericVisitor(ComponentWorkbench workbench,
                               org.apache.felix.ipojo.metadata.Element element,
                               org.objectweb.asm.tree.MethodNode node,
                               int index)
Method Detail

visitEnd

public void visitEnd()
Description copied from class: RootGenericVisitor
End of the visit. All attribute were visited, we can update collectors data.

Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor
Specified by:
visitEnd in interface org.objectweb.asm.ClassVisitor
Specified by:
visitEnd in interface org.objectweb.asm.FieldVisitor
Specified by:
visitEnd in interface org.objectweb.asm.MethodVisitor
Overrides:
visitEnd in class RootGenericVisitor
See Also:
EmptyVisitor.visitEnd()


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