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, visitVarInsn
public 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.ClassVisitor
visitAnnotation
in interface org.objectweb.asm.FieldVisitor
visitAnnotation
in interface org.objectweb.asm.MethodVisitor
visitAnnotation
in class org.objectweb.asm.commons.EmptyVisitor
arg0
- : annotation namearg1
- : is the annotation a runtime annotation.FieldVisitor.visitAnnotation(java.lang.String, boolean)
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.