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

  private final org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool;
    descriptor: Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.apache.tomcat.util.bcel.classfile.ElementValuePair> element_value_pairs;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/tomcat/util/bcel/classfile/ElementValuePair;>;

  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=5, locals=5, args_size=3
        start local 0 // org.apache.tomcat.util.bcel.classfile.AnnotationEntry this
        start local 1 // java.io.DataInput input
        start local 2 // org.apache.tomcat.util.bcel.classfile.ConstantPool constantPool
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 2 /* constantPool */
            putfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.constantPool:Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
         2: .line 48
            aload 0 /* this */
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            putfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.typeIndex:I
         3: .line 49
            aload 1 /* input */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            istore 3 /* num_element_value_pairs */
        start local 3 // int num_element_value_pairs
         4: .line 51
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 3 /* num_element_value_pairs */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.element_value_pairs:Ljava/util/List;
         5: .line 52
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 53
      StackMap locals: org.apache.tomcat.util.bcel.classfile.AnnotationEntry java.io.DataInput org.apache.tomcat.util.bcel.classfile.ConstantPool int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.element_value_pairs:Ljava/util/List;
            new org.apache.tomcat.util.bcel.classfile.ElementValuePair
            dup
            aload 1 /* input */
            aload 2 /* constantPool */
            invokespecial org.apache.tomcat.util.bcel.classfile.ElementValuePair.<init>:(Ljava/io/DataInput;Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 52
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* num_element_value_pairs */
            if_icmplt 7
        end local 4 // int i
        10: .line 55
            return
        end local 3 // int num_element_value_pairs
        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.AnnotationEntry this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   11     0                     this  Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
            0   11     1                    input  Ljava/io/DataInput;
            0   11     2             constantPool  Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
            4   11     3  num_element_value_pairs  I
            6   10     4                        i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      input         final
      constantPool  final

  public java.lang.String getAnnotationType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.AnnotationEntry this
         0: .line 61
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.constantPool:Lorg/apache/tomcat/util/bcel/classfile/ConstantPool;
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.typeIndex:I
            iconst_1
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/tomcat/util/bcel/classfile/Constant;
            checkcast org.apache.tomcat.util.bcel.classfile.ConstantUtf8
            astore 1 /* c */
        start local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 c
         1: .line 62
            aload 1 /* c */
            invokevirtual org.apache.tomcat.util.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 1 // org.apache.tomcat.util.bcel.classfile.ConstantUtf8 c
        end local 0 // org.apache.tomcat.util.bcel.classfile.AnnotationEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
            1    2     1     c  Lorg/apache/tomcat/util/bcel/classfile/ConstantUtf8;

  public java.util.List<org.apache.tomcat.util.bcel.classfile.ElementValuePair> getElementValuePairs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.bcel.classfile.AnnotationEntry this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.tomcat.util.bcel.classfile.AnnotationEntry.element_value_pairs:Ljava/util/List;
            areturn
        end local 0 // org.apache.tomcat.util.bcel.classfile.AnnotationEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/bcel/classfile/AnnotationEntry;
    Signature: ()Ljava/util/List<Lorg/apache/tomcat/util/bcel/classfile/ElementValuePair;>;
}
SourceFile: "AnnotationEntry.java"