public class com.sun.tools.classfile.Annotation$Array_element_value extends com.sun.tools.classfile.Annotation$element_value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.Annotation$Array_element_value
  super_class: com.sun.tools.classfile.Annotation$element_value
{
  public final int num_values;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.tools.classfile.Annotation$element_value[] values;
    descriptor: [Lcom/sun/tools/classfile/Annotation$element_value;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.tools.classfile.ClassReader, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int tag
         0: .line 228
            aload 0 /* this */
            iload 2 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 229
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.Annotation$Array_element_value.num_values:I
         2: .line 230
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.num_values:I
            anewarray com.sun.tools.classfile.Annotation$element_value
            putfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
         3: .line 231
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 232
      StackMap locals: com.sun.tools.classfile.Annotation$Array_element_value com.sun.tools.classfile.ClassReader int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
            iload 3 /* i */
            aload 1 /* cr */
            invokestatic com.sun.tools.classfile.Annotation$element_value.read:(Lcom/sun/tools/classfile/ClassReader;)Lcom/sun/tools/classfile/Annotation$element_value;
            aastore
         6: .line 231
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 233
            return
        end local 2 // int tag
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/classfile/Annotation$Array_element_value;
            0    9     1    cr  Lcom/sun/tools/classfile/ClassReader;
            0    9     2   tag  I
            4    8     3     i  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.Annotation$InvalidAnnotation
    MethodParameters:
      Name  Flags
      cr    
      tag   

  public void <init>(com.sun.tools.classfile.Annotation$element_value[], int);
    descriptor: ([Lcom/sun/tools/classfile/Annotation$element_value;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
        start local 1 // com.sun.tools.classfile.Annotation$element_value[] values
        start local 2 // int tag
         0: .line 236
            aload 0 /* this */
            iload 2 /* tag */
            invokespecial com.sun.tools.classfile.Annotation$element_value.<init>:(I)V
         1: .line 237
            aload 0 /* this */
            aload 1 /* values */
            arraylength
            putfield com.sun.tools.classfile.Annotation$Array_element_value.num_values:I
         2: .line 238
            aload 0 /* this */
            aload 1 /* values */
            putfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
         3: .line 239
            return
        end local 2 // int tag
        end local 1 // com.sun.tools.classfile.Annotation$element_value[] values
        end local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/classfile/Annotation$Array_element_value;
            0    4     1  values  [Lcom/sun/tools/classfile/Annotation$element_value;
            0    4     2     tag  I
    MethodParameters:
        Name  Flags
      values  
      tag     

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
         0: .line 243
            iconst_2
            istore 1 /* n */
        start local 1 // int n
         1: .line 244
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 245
      StackMap locals: int int
      StackMap stack:
            iload 1 /* n */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.tools.classfile.Annotation$element_value.length:()I
            iadd
            istore 1 /* n */
         4: .line 244
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.Annotation$Array_element_value.values:[Lcom/sun/tools/classfile/Annotation$element_value;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 246
            iload 1 /* n */
            ireturn
        end local 1 // int n
        end local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/classfile/Annotation$Array_element_value;
            1    7     1     n  I
            2    6     2     i  I

  public <R, P> R accept(com.sun.tools.classfile.Annotation$element_value$Visitor<R, P>, );
    descriptor: (Lcom/sun/tools/classfile/Annotation$element_value$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
        start local 1 // com.sun.tools.classfile.Annotation$element_value$Visitor visitor
        start local 2 // java.lang.Object p
         0: .line 250
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* p */
            invokeinterface com.sun.tools.classfile.Annotation$element_value$Visitor.visitArray:(Lcom/sun/tools/classfile/Annotation$Array_element_value;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // com.sun.tools.classfile.Annotation$element_value$Visitor visitor
        end local 0 // com.sun.tools.classfile.Annotation$Array_element_value this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/classfile/Annotation$Array_element_value;
            0    1     1  visitor  Lcom/sun/tools/classfile/Annotation$element_value$Visitor<TR;TP;>;
            0    1     2        p  TP;
    Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>(Lcom/sun/tools/classfile/Annotation$element_value$Visitor<TR;TP;>;TP;)TR;
    MethodParameters:
         Name  Flags
      visitor  
      p        
}
SourceFile: "Annotation.java"
NestHost: com.sun.tools.classfile.Annotation
InnerClasses:
  public Array_element_value = com.sun.tools.classfile.Annotation$Array_element_value of com.sun.tools.classfile.Annotation
  InvalidAnnotation = com.sun.tools.classfile.Annotation$InvalidAnnotation of com.sun.tools.classfile.Annotation
  public abstract element_value = com.sun.tools.classfile.Annotation$element_value of com.sun.tools.classfile.Annotation
  public abstract Visitor = com.sun.tools.classfile.Annotation$element_value$Visitor of com.sun.tools.classfile.Annotation$element_value