public class org.objectweb.asm.tree.AnnotationNode extends org.objectweb.asm.AnnotationVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.objectweb.asm.tree.AnnotationNode
  super_class: org.objectweb.asm.AnnotationVisitor
{
  public java.lang.String desc;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<java.lang.Object> values;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String descriptor
         0: .line 63
            aload 0 /* this */
            ldc 458752
            aload 1 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(ILjava/lang/String;)V
         1: .line 64
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lorg/objectweb/asm/tree/AnnotationNode;
            if_acmpeq 3
         2: .line 65
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 67
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack:
            return
        end local 1 // java.lang.String descriptor
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/objectweb/asm/tree/AnnotationNode;
            0    4     1  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      descriptor  final

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // int api
        start local 2 // java.lang.String descriptor
         0: .line 77
            aload 0 /* this */
            iload 1 /* api */
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 78
            aload 0 /* this */
            aload 2 /* descriptor */
            putfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
         2: .line 79
            return
        end local 2 // java.lang.String descriptor
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/objectweb/asm/tree/AnnotationNode;
            0    3     1         api  I
            0    3     2  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      api         final
      descriptor  final

  void <init>(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.util.List values
         0: .line 87
            aload 0 /* this */
            ldc 458752
            invokespecial org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 88
            aload 0 /* this */
            aload 1 /* values */
            putfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         2: .line 89
            return
        end local 1 // java.util.List values
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/objectweb/asm/tree/AnnotationNode;
            0    3     1  values  Ljava/util/List<Ljava/lang/Object;>;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      values  final

  public void visit(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.AnnotationNode 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.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 98
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.Object
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.Object
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 101
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 103
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof byte[]
            ifeq 10
         8: .line 104
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast byte[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([B)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 105
            goto 32
      StackMap locals:
      StackMap stack:
        10: aload 2 /* value */
            instanceof boolean[]
            ifeq 13
        11: .line 106
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast boolean[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([Z)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 107
            goto 32
      StackMap locals:
      StackMap stack:
        13: aload 2 /* value */
            instanceof short[]
            ifeq 16
        14: .line 108
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast short[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([S)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        15: .line 109
            goto 32
      StackMap locals:
      StackMap stack:
        16: aload 2 /* value */
            instanceof char[]
            ifeq 19
        17: .line 110
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast char[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([C)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 111
            goto 32
      StackMap locals:
      StackMap stack:
        19: aload 2 /* value */
            instanceof int[]
            ifeq 22
        20: .line 112
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast int[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([I)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 113
            goto 32
      StackMap locals:
      StackMap stack:
        22: aload 2 /* value */
            instanceof long[]
            ifeq 25
        23: .line 114
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast long[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([J)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 115
            goto 32
      StackMap locals:
      StackMap stack:
        25: aload 2 /* value */
            instanceof float[]
            ifeq 28
        26: .line 116
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast float[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([F)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        27: .line 117
            goto 32
      StackMap locals:
      StackMap stack:
        28: aload 2 /* value */
            instanceof double[]
            ifeq 31
        29: .line 118
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            checkcast double[]
            invokestatic org.objectweb.asm.tree.Util.asArrayList:([D)Ljava/util/List;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 119
            goto 32
        31: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        32: .line 122
      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.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   33     0   this  Lorg/objectweb/asm/tree/AnnotationNode;
            0   33     1   name  Ljava/lang/String;
            0   33     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=5, locals=4, args_size=4
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String value
         0: .line 126
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 127
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 130
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* descriptor */
            aastore
            dup
            iconst_1
            aload 3 /* value */
            aastore
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 133
            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.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/objectweb/asm/tree/AnnotationNode;
            0    9     1        name  Ljava/lang/String;
            0    9     2  descriptor  Ljava/lang/String;
            0    9     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=4, locals=4, args_size=3
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
         0: .line 137
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 138
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 141
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 143
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.tree.AnnotationNode
            dup
            aload 2 /* descriptor */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/lang/String;)V
            astore 3 /* annotation */
        start local 3 // org.objectweb.asm.tree.AnnotationNode annotation
         8: .line 144
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 3 /* annotation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 145
            aload 3 /* annotation */
            areturn
        end local 3 // org.objectweb.asm.tree.AnnotationNode annotation
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/objectweb/asm/tree/AnnotationNode;
            0   10     1        name  Ljava/lang/String;
            0   10     2  descriptor  Ljava/lang/String;
            8   10     3  annotation  Lorg/objectweb/asm/tree/AnnotationNode;
    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=4, locals=3, args_size=2
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
         0: .line 150
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 151
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack: org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 154
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 156
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* array */
        start local 2 // java.util.List array
         8: .line 157
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* array */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 158
            new org.objectweb.asm.tree.AnnotationNode
            dup
            aload 2 /* array */
            invokespecial org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/util/List;)V
            areturn
        end local 2 // java.util.List array
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/objectweb/asm/tree/AnnotationNode;
            0   10     1   name  Ljava/lang/String;
            8   10     2  array  Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      name  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
         0: .line 164
            return
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/AnnotationNode;

  public void check(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // int api
         0: .line 180
            return
        end local 1 // int api
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/tree/AnnotationNode;
            0    1     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void accept(org.objectweb.asm.AnnotationVisitor);
    descriptor: (Lorg/objectweb/asm/AnnotationVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.objectweb.asm.tree.AnnotationNode this
        start local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
         0: .line 188
            aload 1 /* annotationVisitor */
            ifnull 11
         1: .line 189
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnull 10
         2: .line 190
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* n */
        start local 3 // int n
         4: goto 9
         5: .line 191
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* name */
        start local 4 // java.lang.String name
         6: .line 192
            aload 0 /* this */
            getfield org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            iload 2 /* i */
            iconst_1
            iadd
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         7: .line 193
            aload 1 /* annotationVisitor */
            aload 4 /* name */
            aload 5 /* value */
            invokestatic org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
        end local 5 // java.lang.Object value
        end local 4 // java.lang.String name
         8: .line 190
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            iload 3 /* n */
            if_icmplt 5
        end local 3 // int n
        end local 2 // int i
        10: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* annotationVisitor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        11: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        end local 0 // org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/objectweb/asm/tree/AnnotationNode;
            0   12     1  annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
            3   10     2                  i  I
            4   10     3                  n  I
            6    8     4               name  Ljava/lang/String;
            7    8     5              value  Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      annotationVisitor  final

  static void accept(org.objectweb.asm.AnnotationVisitor, java.lang.String, java.lang.Object);
    descriptor: (Lorg/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.objectweb.asm.AnnotationVisitor annotationVisitor
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 209
            aload 0 /* annotationVisitor */
            ifnull 22
         1: .line 210
            aload 2 /* value */
            instanceof java.lang.String[]
            ifeq 5
         2: .line 211
            aload 2 /* value */
            checkcast java.lang.String[]
            astore 3 /* typeValue */
        start local 3 // java.lang.String[] typeValue
         3: .line 212
            aload 0 /* annotationVisitor */
            aload 1 /* name */
            aload 3 /* typeValue */
            iconst_0
            aaload
            aload 3 /* typeValue */
            iconst_1
            aaload
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 3 // java.lang.String[] typeValue
         4: .line 213
            goto 22
      StackMap locals:
      StackMap stack:
         5: aload 2 /* value */
            instanceof org.objectweb.asm.tree.AnnotationNode
            ifeq 9
         6: .line 214
            aload 2 /* value */
            checkcast org.objectweb.asm.tree.AnnotationNode
            astore 3 /* annotationValue */
        start local 3 // org.objectweb.asm.tree.AnnotationNode annotationValue
         7: .line 215
            aload 3 /* annotationValue */
            aload 0 /* annotationVisitor */
            aload 1 /* name */
            aload 3 /* annotationValue */
            getfield org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            invokevirtual org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V
        end local 3 // org.objectweb.asm.tree.AnnotationNode annotationValue
         8: .line 216
            goto 22
      StackMap locals:
      StackMap stack:
         9: aload 2 /* value */
            instanceof java.util.List
            ifeq 21
        10: .line 217
            aload 0 /* annotationVisitor */
            aload 1 /* name */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
            astore 3 /* arrayAnnotationVisitor */
        start local 3 // org.objectweb.asm.AnnotationVisitor arrayAnnotationVisitor
        11: .line 218
            aload 3 /* arrayAnnotationVisitor */
            ifnull 22
        12: .line 219
            aload 2 /* value */
            checkcast java.util.List
            astore 4 /* arrayValue */
        start local 4 // java.util.List arrayValue
        13: .line 220
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: aload 4 /* arrayValue */
            invokeinterface java.util.List.size:()I
            istore 6 /* n */
        start local 6 // int n
        15: goto 18
        16: .line 221
      StackMap locals: org.objectweb.asm.AnnotationVisitor java.lang.String java.lang.Object org.objectweb.asm.AnnotationVisitor java.util.List int int
      StackMap stack:
            aload 3 /* arrayAnnotationVisitor */
            aconst_null
            aload 4 /* arrayValue */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokestatic org.objectweb.asm.tree.AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 220
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            iload 6 /* n */
            if_icmplt 16
        end local 6 // int n
        end local 5 // int i
        19: .line 223
            aload 3 /* arrayAnnotationVisitor */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        end local 4 // java.util.List arrayValue
        end local 3 // org.objectweb.asm.AnnotationVisitor arrayAnnotationVisitor
        20: .line 225
            goto 22
        21: .line 226
      StackMap locals: org.objectweb.asm.AnnotationVisitor java.lang.String java.lang.Object
      StackMap stack:
            aload 0 /* annotationVisitor */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        22: .line 229
      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 annotationVisitor
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   23     0       annotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
            0   23     1                    name  Ljava/lang/String;
            0   23     2                   value  Ljava/lang/Object;
            3    4     3               typeValue  [Ljava/lang/String;
            7    8     3         annotationValue  Lorg/objectweb/asm/tree/AnnotationNode;
           11   20     3  arrayAnnotationVisitor  Lorg/objectweb/asm/AnnotationVisitor;
           13   20     4              arrayValue  Ljava/util/List<*>;
           14   19     5                       i  I
           15   19     6                       n  I
    MethodParameters:
                   Name  Flags
      annotationVisitor  final
      name               final
      value              final
}
SourceFile: "AnnotationNode.java"