public class jdk.internal.org.objectweb.asm.tree.AnnotationNode extends jdk.internal.org.objectweb.asm.AnnotationVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.AnnotationNode
  super_class: jdk.internal.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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String desc
         0: .line 103
            aload 0 /* this */
            ldc 327680
            aload 1 /* desc */
            invokespecial jdk.internal.org.objectweb.asm.tree.AnnotationNode.<init>:(ILjava/lang/String;)V
         1: .line 104
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            if_acmpeq 3
         2: .line 105
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 107
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack:
            return
        end local 1 // java.lang.String desc
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0    4     1  desc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      desc  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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // int api
        start local 2 // java.lang.String desc
         0: .line 119
            aload 0 /* this */
            iload 1 /* api */
            invokespecial jdk.internal.org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 120
            aload 0 /* this */
            aload 2 /* desc */
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
         2: .line 121
            return
        end local 2 // java.lang.String desc
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0    3     1   api  I
            0    3     2  desc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      api   final
      desc  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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.util.List values
         0: .line 130
            aload 0 /* this */
            ldc 327680
            invokespecial jdk.internal.org.objectweb.asm.AnnotationVisitor.<init>:(I)V
         1: .line 131
            aload 0 /* this */
            aload 1 /* values */
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         2: .line 132
            return
        end local 1 // java.util.List values
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 140
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 141
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.Object
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.Object
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 144
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 147
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0    9     1   name  Ljava/lang/String;
            0    9     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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String value
         0: .line 152
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 153
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 156
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            aload 2 /* desc */
            aastore
            dup
            iconst_1
            aload 3 /* value */
            aastore
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 159
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0    9     1   name  Ljava/lang/String;
            0    9     2   desc  Ljava/lang/String;
            0    9     3  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   final
      desc   final
      value  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
         0: .line 164
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 165
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 168
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 170
      StackMap locals:
      StackMap stack:
            new jdk.internal.org.objectweb.asm.tree.AnnotationNode
            dup
            aload 2 /* desc */
            invokespecial jdk.internal.org.objectweb.asm.tree.AnnotationNode.<init>:(Ljava/lang/String;)V
            astore 3 /* annotation */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AnnotationNode annotation
         8: .line 171
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 3 /* annotation */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 172
            aload 3 /* annotation */
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.tree.AnnotationNode annotation
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0   10     1        name  Ljava/lang/String;
            0   10     2        desc  Ljava/lang/String;
            8   10     3  annotation  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
    MethodParameters:
      Name  Flags
      name  final
      desc  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // java.lang.String name
         0: .line 177
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnonnull 5
         1: .line 178
            aload 0 /* this */
         2: new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 3
            iconst_2
            goto 4
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2
         3: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AnnotationNode java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.tree.AnnotationNode new 2 new 2 int
         4: invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
         5: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            ifnull 7
         6: .line 181
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 1 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 183
      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 184
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            aload 2 /* array */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 185
            new jdk.internal.org.objectweb.asm.tree.AnnotationNode
            dup
            aload 2 /* array */
            invokespecial jdk.internal.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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljdk/internal/org/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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
         0: .line 190
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/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 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // int api
         0: .line 208
            return
        end local 1 // int api
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0    1     1   api  I
    MethodParameters:
      Name  Flags
      api   final

  public void accept(jdk.internal.org.objectweb.asm.AnnotationVisitor);
    descriptor: (Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
        start local 1 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
         0: .line 217
            aload 1 /* av */
            ifnull 10
         1: .line 218
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            ifnull 9
         2: .line 219
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 220
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.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 3 /* name */
        start local 3 // java.lang.String name
         5: .line 221
            aload 0 /* this */
            getfield jdk.internal.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 4 /* value */
        start local 4 // java.lang.Object value
         6: .line 222
            aload 1 /* av */
            aload 3 /* name */
            aload 4 /* value */
            invokestatic jdk.internal.org.objectweb.asm.tree.AnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
        end local 4 // java.lang.Object value
        end local 3 // java.lang.String name
         7: .line 219
            iinc 2 /* i */ 2
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
         9: .line 225
      StackMap locals:
      StackMap stack:
            aload 1 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        10: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
        end local 0 // jdk.internal.org.objectweb.asm.tree.AnnotationNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
            0   11     1     av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            3    9     2      i  I
            5    7     3   name  Ljava/lang/String;
            6    7     4  value  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      av    final

  static void accept(jdk.internal.org.objectweb.asm.AnnotationVisitor, java.lang.String, java.lang.Object);
    descriptor: (Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 241
            aload 0 /* av */
            ifnull 21
         1: .line 242
            aload 2 /* value */
            instanceof java.lang.String[]
            ifeq 5
         2: .line 243
            aload 2 /* value */
            checkcast java.lang.String[]
            astore 3 /* typeconst */
        start local 3 // java.lang.String[] typeconst
         3: .line 244
            aload 0 /* av */
            aload 1 /* name */
            aload 3 /* typeconst */
            iconst_0
            aaload
            aload 3 /* typeconst */
            iconst_1
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 3 // java.lang.String[] typeconst
         4: .line 245
            goto 21
      StackMap locals:
      StackMap stack:
         5: aload 2 /* value */
            instanceof jdk.internal.org.objectweb.asm.tree.AnnotationNode
            ifeq 9
         6: .line 246
            aload 2 /* value */
            checkcast jdk.internal.org.objectweb.asm.tree.AnnotationNode
            astore 3 /* an */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AnnotationNode an
         7: .line 247
            aload 3 /* an */
            aload 0 /* av */
            aload 1 /* name */
            aload 3 /* an */
            getfield jdk.internal.org.objectweb.asm.tree.AnnotationNode.desc:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            invokevirtual jdk.internal.org.objectweb.asm.tree.AnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)V
        end local 3 // jdk.internal.org.objectweb.asm.tree.AnnotationNode an
         8: .line 248
            goto 21
      StackMap locals:
      StackMap stack:
         9: aload 2 /* value */
            instanceof java.util.List
            ifeq 20
        10: .line 249
            aload 0 /* av */
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            astore 3 /* v */
        start local 3 // jdk.internal.org.objectweb.asm.AnnotationVisitor v
        11: .line 250
            aload 3 /* v */
            ifnull 21
        12: .line 251
            aload 2 /* value */
            checkcast java.util.List
            astore 4 /* array */
        start local 4 // java.util.List array
        13: .line 252
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        14: goto 17
        15: .line 253
      StackMap locals: jdk.internal.org.objectweb.asm.AnnotationVisitor java.util.List int
      StackMap stack:
            aload 3 /* v */
            aconst_null
            aload 4 /* array */
            iload 5 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokestatic jdk.internal.org.objectweb.asm.tree.AnnotationNode.accept:(Ljdk/internal/org/objectweb/asm/AnnotationVisitor;Ljava/lang/String;Ljava/lang/Object;)V
        16: .line 252
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* j */
            aload 4 /* array */
            invokeinterface java.util.List.size:()I
            if_icmplt 15
        end local 5 // int j
        18: .line 255
            aload 3 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        end local 4 // java.util.List array
        end local 3 // jdk.internal.org.objectweb.asm.AnnotationVisitor v
        19: .line 257
            goto 21
        20: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* av */
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        21: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0         av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            0   22     1       name  Ljava/lang/String;
            0   22     2      value  Ljava/lang/Object;
            3    4     3  typeconst  [Ljava/lang/String;
            7    8     3         an  Ljdk/internal/org/objectweb/asm/tree/AnnotationNode;
           11   19     3          v  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
           13   19     4      array  Ljava/util/List<*>;
           14   18     5          j  I
    MethodParameters:
       Name  Flags
      av     final
      name   final
      value  final
}
SourceFile: "AnnotationNode.java"