public class FieldCollector
extends org.objectweb.asm.commons.EmptyVisitor
implements org.objectweb.asm.FieldVisitor
| Constructor and Description |
|---|
FieldCollector(String fieldName,
MetadataCollector collector)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String arg0,
boolean arg1)
Visit annotations on the current field.
|
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, visitVarInsnpublic FieldCollector(String fieldName, MetadataCollector collector)
fieldName - : field namecollector - : metadata collector.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)Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.