|
||||||||||
| 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.FieldCollector
public class FieldCollector
Collect field annotations.
| Constructor Summary | |
|---|---|
FieldCollector(String fieldName,
MetadataCollector collector)
Constructor. |
|
| Method Summary | |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
boolean arg1)
Visit annotations on the current field. |
| 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 |
| Methods inherited from interface org.objectweb.asm.FieldVisitor |
|---|
visitAttribute, visitEnd |
| Constructor Detail |
|---|
public FieldCollector(String fieldName,
MetadataCollector collector)
fieldName - : field namecollector - : metadata 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 namearg1 - : is the annotation a runtime annotation.
FieldVisitor.visitAnnotation(java.lang.String, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||