public class AnnotationParser.MyFieldVisitor
extends org.objectweb.asm.FieldVisitor
Modifier and Type | Field and Description |
---|---|
(package private) AnnotationParser.FieldInfo |
_fieldInfo |
(package private) java.util.Set<? extends AnnotationParser.Handler> |
_handlers |
Constructor and Description |
---|
MyFieldVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
java.lang.String fieldName,
java.lang.String fieldType,
java.lang.String signature,
java.lang.Object value,
int asmVersion) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Parse an annotation found on a Field.
|
final AnnotationParser.FieldInfo _fieldInfo
final java.util.Set<? extends AnnotationParser.Handler> _handlers
public MyFieldVisitor(java.util.Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, java.lang.String fieldName, java.lang.String fieldType, java.lang.String signature, java.lang.Object value, int asmVersion)