public abstract class com.sun.tools.classfile.RuntimeAnnotations_attribute extends com.sun.tools.classfile.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.classfile.RuntimeAnnotations_attribute
  super_class: com.sun.tools.classfile.Attribute
{
  public final com.sun.tools.classfile.Annotation[] annotations;
    descriptor: [Lcom/sun/tools/classfile/Annotation;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  protected void <init>(com.sun.tools.classfile.ClassReader, int, int);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.RuntimeAnnotations_attribute this
        start local 1 // com.sun.tools.classfile.ClassReader cr
        start local 2 // int name_index
        start local 3 // int length
         0: .line 41
            aload 0 /* this */
            iload 2 /* name_index */
            iload 3 /* length */
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 42
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            istore 4 /* num_annotations */
        start local 4 // int num_annotations
         2: .line 43
            aload 0 /* this */
            iload 4 /* num_annotations */
            anewarray com.sun.tools.classfile.Annotation
            putfield com.sun.tools.classfile.RuntimeAnnotations_attribute.annotations:[Lcom/sun/tools/classfile/Annotation;
         3: .line 44
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 45
      StackMap locals: com.sun.tools.classfile.RuntimeAnnotations_attribute com.sun.tools.classfile.ClassReader int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.RuntimeAnnotations_attribute.annotations:[Lcom/sun/tools/classfile/Annotation;
            iload 5 /* i */
            new com.sun.tools.classfile.Annotation
            dup
            aload 1 /* cr */
            invokespecial com.sun.tools.classfile.Annotation.<init>:(Lcom/sun/tools/classfile/ClassReader;)V
            aastore
         6: .line 44
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.RuntimeAnnotations_attribute.annotations:[Lcom/sun/tools/classfile/Annotation;
            arraylength
            if_icmplt 5
        end local 5 // int i
         8: .line 46
            return
        end local 4 // int num_annotations
        end local 3 // int length
        end local 2 // int name_index
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.RuntimeAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/tools/classfile/RuntimeAnnotations_attribute;
            0    9     1               cr  Lcom/sun/tools/classfile/ClassReader;
            0    9     2       name_index  I
            0    9     3           length  I
            2    9     4  num_annotations  I
            4    8     5                i  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.classfile.Annotation$InvalidAnnotation
    MethodParameters:
            Name  Flags
      cr          
      name_index  
      length      

  protected void <init>(int, com.sun.tools.classfile.Annotation[]);
    descriptor: (I[Lcom/sun/tools/classfile/Annotation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.RuntimeAnnotations_attribute this
        start local 1 // int name_index
        start local 2 // com.sun.tools.classfile.Annotation[] annotations
         0: .line 49
            aload 0 /* this */
            iload 1 /* name_index */
            aload 2 /* annotations */
            invokestatic com.sun.tools.classfile.RuntimeAnnotations_attribute.length:([Lcom/sun/tools/classfile/Annotation;)I
            invokespecial com.sun.tools.classfile.Attribute.<init>:(II)V
         1: .line 50
            aload 0 /* this */
            aload 2 /* annotations */
            putfield com.sun.tools.classfile.RuntimeAnnotations_attribute.annotations:[Lcom/sun/tools/classfile/Annotation;
         2: .line 51
            return
        end local 2 // com.sun.tools.classfile.Annotation[] annotations
        end local 1 // int name_index
        end local 0 // com.sun.tools.classfile.RuntimeAnnotations_attribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/tools/classfile/RuntimeAnnotations_attribute;
            0    3     1   name_index  I
            0    3     2  annotations  [Lcom/sun/tools/classfile/Annotation;
    MethodParameters:
             Name  Flags
      name_index   
      annotations  

  private static int length(com.sun.tools.classfile.Annotation[]);
    descriptor: ([Lcom/sun/tools/classfile/Annotation;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.classfile.Annotation[] annos
         0: .line 54
            iconst_2
            istore 1 /* n */
        start local 1 // int n
         1: .line 55
            aload 0 /* annos */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: com.sun.tools.classfile.Annotation[] int top int int com.sun.tools.classfile.Annotation[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* anno */
        start local 2 // com.sun.tools.classfile.Annotation anno
         3: .line 56
            iload 1 /* n */
            aload 2 /* anno */
            invokevirtual com.sun.tools.classfile.Annotation.length:()I
            iadd
            istore 1 /* n */
        end local 2 // com.sun.tools.classfile.Annotation anno
         4: .line 55
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 57
            iload 1 /* n */
            ireturn
        end local 1 // int n
        end local 0 // com.sun.tools.classfile.Annotation[] annos
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  annos  [Lcom/sun/tools/classfile/Annotation;
            1    7     1      n  I
            3    4     2   anno  Lcom/sun/tools/classfile/Annotation;
    MethodParameters:
       Name  Flags
      annos  
}
SourceFile: "RuntimeAnnotations_attribute.java"
InnerClasses:
  InvalidAnnotation = com.sun.tools.classfile.Annotation$InvalidAnnotation of com.sun.tools.classfile.Annotation