public class ParameterPropertyVisitor extends MethodPropertyVisitor
Constructor and Description |
---|
ParameterPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent,
org.objectweb.asm.tree.MethodNode method,
int index)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
visitEnd()
End of the visit.
|
visit, visitEndCommon
public ParameterPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent, org.objectweb.asm.tree.MethodNode method, int index)
parent
- : element element.method
- : attached method.index
- : the parameter indexpublic void visitEnd()
visitEnd
in class MethodPropertyVisitor
AnnotationVisitor.visitEnd()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.