public class AnnotationParser.MyFieldVisitor
extends org.objectweb.asm.FieldVisitor
| Constructor and Description |
|---|
MyFieldVisitor(Set<? extends AnnotationParser.Handler> handlers,
AnnotationParser.ClassInfo classInfo,
int access,
String fieldName,
String fieldType,
String signature,
Object value,
int asmVersion) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Parse an annotation found on a Field.
|
public MyFieldVisitor(Set<? extends AnnotationParser.Handler> handlers, AnnotationParser.ClassInfo classInfo, int access, String fieldName, String fieldType, String signature, Object value, int asmVersion)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.objectweb.asm.FieldVisitorCopyright © 1995–2021 Webtide. All rights reserved.