org.apache.felix.ipojo.manipulator.metadata.annotation.visitor
Class ParameterPropertyVisitor

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

public class ParameterPropertyVisitor
extends MethodPropertyVisitor
implements org.objectweb.asm.AnnotationVisitor

Author:
Felix Project Team

Constructor Summary
ParameterPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent, org.objectweb.asm.tree.MethodNode method, int index)
          Constructor.
 
Method Summary
 void visitEnd()
          End of the visit.
 
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.MethodPropertyVisitor
visit, visitEndCommon
 
Methods inherited from class org.objectweb.asm.commons.EmptyVisitor
visit, visitAnnotation, 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, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.asm.AnnotationVisitor
visit, visitAnnotation, visitArray, visitEnum
 

Constructor Detail

ParameterPropertyVisitor

public ParameterPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent,
                                org.objectweb.asm.tree.MethodNode method,
                                int index)
Constructor.

Parameters:
parent - : element element.
method - : attached method.
index - : the parameter index
Method Detail

visitEnd

public void visitEnd()
End of the visit. Append the computed element to the element element.

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 MethodPropertyVisitor
See Also:
EmptyVisitor.visitEnd()


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