|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.commons.EmptyVisitor
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.AbstractBindVisitor
org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.MethodBindVisitor
public class MethodBindVisitor
Parse @Bind & @Unbind annotations on methods.
Field Summary |
---|
Fields inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.AbstractBindVisitor |
---|
action, m_aggregate, m_comparator, m_filter, m_from, m_id, m_optional, m_policy, m_proxy, m_specification, workbench |
Constructor Summary | |
---|---|
MethodBindVisitor(ComponentWorkbench workbench,
Action action,
org.objectweb.asm.tree.MethodNode method,
Reporter reporter)
|
Method Summary | |
---|---|
void |
visitEnd()
End of the visit. |
Methods inherited from class org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.AbstractBindVisitor |
---|
completeExistingRequires, createRequiresElement, getRequiresElement, visit |
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 |
---|
visitAnnotation, visitArray, visitEnum |
Constructor Detail |
---|
public MethodBindVisitor(ComponentWorkbench workbench, Action action, org.objectweb.asm.tree.MethodNode method, Reporter reporter)
Method Detail |
---|
public void visitEnd()
visitEnd
in interface org.objectweb.asm.AnnotationVisitor
visitEnd
in interface org.objectweb.asm.ClassVisitor
visitEnd
in interface org.objectweb.asm.FieldVisitor
visitEnd
in interface org.objectweb.asm.MethodVisitor
visitEnd
in class AbstractBindVisitor
EmptyVisitor.visitEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |