Package org.sonar.java.resolve
Class BytecodeFieldVisitor
- java.lang.Object
-
- org.objectweb.asm.FieldVisitor
-
- org.sonar.java.resolve.BytecodeFieldVisitor
-
public class BytecodeFieldVisitor extends org.objectweb.asm.FieldVisitor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.AnnotationVisitor
visitAnnotation(String desc, boolean visible)
org.objectweb.asm.AnnotationVisitor
visitTypeAnnotation(int typeRef, org.objectweb.asm.TypePath typePath, String descriptor, boolean visible)
-
-
-
Method Detail
-
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
- Overrides:
visitAnnotation
in classorg.objectweb.asm.FieldVisitor
-
-