public abstract class org.objectweb.asm.AnnotationVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.objectweb.asm.AnnotationVisitor
  super_class: java.lang.Object
{
  protected final int api;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected org.objectweb.asm.AnnotationVisitor av;
    descriptor: Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // int api
         0: .line 59
            aload 0 /* this */
            iload 1 /* api */
            aconst_null
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(ILorg/objectweb/asm/AnnotationVisitor;)V
         1: .line 60
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    2     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void <init>(int, org.objectweb.asm.AnnotationVisitor);
    descriptor: (ILorg/objectweb/asm/AnnotationVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // int api
        start local 2 // org.objectweb.asm.AnnotationVisitor annotationVisitor
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            iload 1 /* api */
            ldc 458752
            if_icmpeq 7
         2: .line 72
            iload 1 /* api */
            ldc 393216
            if_icmpeq 7
         3: .line 73
            iload 1 /* api */
            ldc 327680
            if_icmpeq 7
         4: .line 74
            iload 1 /* api */
            ldc 262144
            if_icmpeq 7
         5: .line 75
            iload 1 /* api */
            ldc 17301504
            if_icmpeq 7
         6: .line 76
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported api "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* api */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 78
      StackMap locals: org.objectweb.asm.AnnotationVisitor int org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            iload 1 /* api */
            ldc 17301504
            if_icmpne 9
         8: .line 79
            aload 0 /* this */
            invokestatic org.objectweb.asm.Constants.checkAsm8Experimental:(Ljava/lang/Object;)V
         9: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* api */
            putfield org.objectweb.asm.AnnotationVisitor.api:I
        10: .line 82
            aload 0 /* this */
            aload 2 /* annotationVisitor */
            putfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
        11: .line 83
            return
        end local 2 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        end local 1 // int api
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/objectweb/asm/AnnotationVisitor;
            0   12     1                api  I
            0   12     2  annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
    MethodParameters:
                   Name  Flags
      api                final
      annotationVisitor  final

  public void visit(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 97
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 98
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public void visitEnum(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String value
         0: .line 110
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 111
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* value */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1        name  Ljava/lang/String;
            0    3     2  descriptor  Ljava/lang/String;
            0    3     3       value  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      value       final

  public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
         0: .line 125
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 126
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            aload 2 /* descriptor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1        name  Ljava/lang/String;
            0    3     2  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final

  public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.AnnotationVisitor this
        start local 1 // java.lang.String name
         0: .line 143
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 144
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            aload 1 /* name */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            areturn
         2: .line 146
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/AnnotationVisitor;
            0    3     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.AnnotationVisitor this
         0: .line 151
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            ifnull 2
         1: .line 152
            aload 0 /* this */
            getfield org.objectweb.asm.AnnotationVisitor.av:Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
         2: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.AnnotationVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/AnnotationVisitor;
}
SourceFile: "AnnotationVisitor.java"