public class net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor extends org.objectweb.asm.FieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor
  super_class: org.objectweb.asm.FieldVisitor
{
  final net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor this$1;
    descriptor: Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor, org.objectweb.asm.FieldVisitor);
    descriptor: (Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;Lorg/objectweb/asm/FieldVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor this
        start local 2 // org.objectweb.asm.FieldVisitor fieldVisitor
         0: .line 433
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor.this$1:Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;
         1: .line 434
            aload 0 /* this */
            getstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
            aload 2 /* fieldVisitor */
            invokespecial org.objectweb.asm.FieldVisitor.<init>:(ILorg/objectweb/asm/FieldVisitor;)V
         2: .line 435
            return
        end local 2 // org.objectweb.asm.FieldVisitor fieldVisitor
        end local 0 // net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor;
            0    3     2  fieldVisitor  Lorg/objectweb/asm/FieldVisitor;
    MethodParameters:
              Name  Flags
      this$0        final
      fieldVisitor  

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 439
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor.this$1:Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;
            getfield net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor.observedTypes:Ljava/util/Set;
            aload 1 /* descriptor */
            invokestatic org.objectweb.asm.Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getInternalName:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         1: .line 440
            aload 0 /* this */
            aload 1 /* descriptor */
            iload 2 /* visible */
            invokespecial org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
            astore 3 /* annotationVisitor */
        start local 3 // org.objectweb.asm.AnnotationVisitor annotationVisitor
         2: .line 441
            aload 3 /* annotationVisitor */
            ifnull 4
         3: .line 442
            new net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceAnnotationVisitor
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor.this$1:Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;
            aload 3 /* annotationVisitor */
            invokespecial net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceAnnotationVisitor.<init>:(Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor;Lorg/objectweb/asm/AnnotationVisitor;)V
            areturn
         4: .line 444
      StackMap locals: org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            getstatic net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor.IGNORE_ANNOTATION:Lorg/objectweb/asm/AnnotationVisitor;
            areturn
        end local 3 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/asm/TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor;
            0    5     1         descriptor  Ljava/lang/String;
            0    5     2            visible  Z
            2    5     3  annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
            Name  Flags
      descriptor  
      visible     
}
SourceFile: "TypeReferenceAdjustment.java"
NestHost: net.bytebuddy.asm.TypeReferenceAdjustment
InnerClasses:
  protected TypeReferenceClassVisitor = net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor of net.bytebuddy.asm.TypeReferenceAdjustment
  protected TypeReferenceAnnotationVisitor = net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceAnnotationVisitor of net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor
  protected TypeReferenceFieldVisitor = net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor of net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor