public class FieldMetadataCollector
extends org.objectweb.asm.commons.EmptyVisitor
implements org.objectweb.asm.FieldVisitor
Constructor and Description |
---|
FieldMetadataCollector(ComponentWorkbench workbench,
org.objectweb.asm.tree.FieldNode node) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
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 FieldMetadataCollector(ComponentWorkbench workbench, org.objectweb.asm.tree.FieldNode node)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
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
desc
- : annotation namevisible
- : is the annotation a runtime annotation.FieldVisitor.visitAnnotation(java.lang.String, boolean)
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.