public class org.apache.tomcat.util.bcel.classfile.Annotations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.tomcat.util.bcel.classfile.Annotations
  super_class: java.lang.Object
{
  private final org.apache.tomcat.util.bcel.classfile.AnnotationEntry[] annotationTable;
    descriptor: [Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.io.DataInput, org.apache.tomcat.util.bcel.classfile.ConstantPool);
    descriptor: (Ljava/io/DataInput;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.tomcat.util.bcel.classfile.Annotations this
        start local 1 // java.io.DataInput input
        start local 2 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 3 /* annotation_table_length */
        start local 3 // int annotation_table_length
         2: .line 36
            aload 0 /* this */
            iload 3 /* annotation_table_length */
            anewarray org.apache.tomcat.util.bcel.classfile.AnnotationEntry
            putfield org.apache.tomcat.util.bcel.classfile.Annotations.annotationTable:[Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
         3: .line 37
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 38
      StackMap locals: org.apache.tomcat.util.bcel.classfile.Annotations java.io.DataInput org.apache.tomcat.util.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.Annotations.annotationTable:[Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
            iload 4 /* i */
            new org.apache.tomcat.util.bcel.classfile.AnnotationEntry
            dup
            aload 1 /* input */
            aload 2 /* constantPool */
            invokespecial org.apache.tomcat.util.bcel.classfile.AnnotationEntry.<init>:(Ljava/io/DataInput;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
            aastore
         6: .line 37
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* annotation_table_length */
            if_icmplt 5
        end local 4 // int i
         8: .line 40
            return
        end local 3 // int annotation_table_length
        end local 2 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
        end local 1 // java.io.DataInput input
        end local 0 // org.apache.tomcat.util.bcel.classfile.Annotations this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    9     0                     this  Lorg/apache/tomcat/util/bcel/classfile/Annotations;
            0    9     1                    input  Ljava/io/DataInput;
            0    9     2             constantPool  Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
            2    9     3  annotation_table_length  I
            4    8     4                        i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      input         final
      constantPool  final

  public org.apache.tomcat.util.bcel.classfile.AnnotationEntry[] getAnnotationEntries();
    descriptor: ()[Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.Annotations this
         0: .line 47
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.Annotations.annotationTable:[Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
            areturn
        end local 0 // org.apache.tomcat.util.bcel.classfile.Annotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/bcel/classfile/Annotations;
}
SourceFile: "Annotations.java"