|
||||||||||
| 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.manipulation.annotations.MethodCollector
public class MethodCollector
This class collects method annotations, and give them to the metadata collector.
| Constructor Summary | |
|---|---|
MethodCollector(String name,
MetadataCollector collector)
Constructor. |
|
| Method Summary | |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
boolean arg1)
Visit method annotations. |
| Methods inherited from class org.objectweb.asm.commons.EmptyVisitor |
|---|
visit, visit, visitAnnotation, visitAnnotationDefault, visitArray, visitAttribute, visitCode, visitEnd, 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 |
| Constructor Detail |
|---|
public MethodCollector(String name,
MetadataCollector collector)
name - : name of the method.collector - : parent collector.| Method Detail |
|---|
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0,
boolean arg1)
visitAnnotation in interface org.objectweb.asm.ClassVisitorvisitAnnotation in interface org.objectweb.asm.FieldVisitorvisitAnnotation in interface org.objectweb.asm.MethodVisitorvisitAnnotation in class org.objectweb.asm.commons.EmptyVisitorarg0 - : annotation name.arg1 - : is the annotation visible at runtime.
EmptyVisitor.visitAnnotation(java.lang.String, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||