public class org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo extends org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct implements org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
  super_class: org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
{
  private char[] typename;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private volatile org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] pairs;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  long standardAnnotationTagBits;
    descriptor: J
    flags: (0x0000) 

  int readOffset;
    descriptor: I
    flags: (0x0000) 

  static java.lang.Object[] EmptyValueArray;
    descriptor: [Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  public java.lang.RuntimeException exceptionDuringDecode;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            iconst_0
            anewarray java.lang.Object
            putstatic org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.EmptyValueArray:[Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(byte[], int[], int);
    descriptor: ([B[II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // byte[] classFileBytes
        start local 2 // int[] contantPoolOffsets
        start local 3 // int offset
         0: .line 44
            aload 0 /* this */
            aload 1 /* classFileBytes */
            aload 2 /* contantPoolOffsets */
            iload 3 /* offset */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct.<init>:([B[II)V
         1: .line 36
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
         2: .line 37
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
         3: .line 44
            return
        end local 3 // int offset
        end local 2 // int[] contantPoolOffsets
        end local 1 // byte[] classFileBytes
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0    4     1      classFileBytes  [B
            0    4     2  contantPoolOffsets  [I
            0    4     3              offset  I
    MethodParameters:
                    Name  Flags
      classFileBytes      
      contantPoolOffsets  
      offset              

  void <init>(byte[], int[], int, boolean, boolean);
    descriptor: ([B[IIZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // byte[] classFileBytes
        start local 2 // int[] contantPoolOffsets
        start local 3 // int offset
        start local 4 // boolean runtimeVisible
        start local 5 // boolean populate
         0: .line 52
            aload 0 /* this */
            aload 1 /* classFileBytes */
            aload 2 /* contantPoolOffsets */
            iload 3 /* offset */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.<init>:([B[II)V
         1: .line 53
            iload 5 /* populate */
            ifeq 3
         2: .line 54
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.decodeAnnotation:()V
            goto 4
         3: .line 56
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo byte[] int[] int int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            iload 4 /* runtimeVisible */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanAnnotation:(IZZ)I
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
         4: .line 57
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean populate
        end local 4 // boolean runtimeVisible
        end local 3 // int offset
        end local 2 // int[] contantPoolOffsets
        end local 1 // byte[] classFileBytes
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0    5     1      classFileBytes  [B
            0    5     2  contantPoolOffsets  [I
            0    5     3              offset  I
            0    5     4      runtimeVisible  Z
            0    5     5            populate  Z
    MethodParameters:
                    Name  Flags
      classFileBytes      
      contantPoolOffsets  
      offset              
      runtimeVisible      
      populate            

  private void decodeAnnotation();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 59
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
         1: .line 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 1 /* utf8Offset */
        start local 1 // int utf8Offset
         2: .line 61
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 1 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
         3: .line 62
            aload 0 /* this */
            iconst_2
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 2 /* numberOfPairs */
        start local 2 // int numberOfPairs
         4: .line 64
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_4
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
         5: .line 65
            iload 2 /* numberOfPairs */
            ifne 6
            getstatic org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.NoMembers:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            goto 7
      StackMap locals: int int
      StackMap stack:
         6: iload 2 /* numberOfPairs */
            anewarray org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[]
         7: astore 3 /* decodedPairs */
        start local 3 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] decodedPairs
         8: .line 66
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: .line 68
            goto 15
        10: .line 70
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 1 /* utf8Offset */
        11: .line 71
            aload 0 /* this */
            iload 1 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 1 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 5 /* membername */
        start local 5 // char[] membername
        12: .line 72
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        13: .line 73
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.decodeDefaultValue:()Ljava/lang/Object;
            astore 6 /* value */
        start local 6 // java.lang.Object value
        14: .line 74
            aload 3 /* decodedPairs */
            iload 4 /* i */
            iinc 4 /* i */ 1
            new org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
            dup
            aload 5 /* membername */
            aload 6 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.<init>:([CLjava/lang/Object;)V
            aastore
        end local 6 // java.lang.Object value
        end local 5 // char[] membername
        15: .line 68
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 2 /* numberOfPairs */
            if_icmplt 10
        16: .line 76
            aload 0 /* this */
            aload 3 /* decodedPairs */
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
        17: .line 77
            goto 28
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        18: astore 5 /* any */
        start local 5 // java.lang.RuntimeException any
        19: .line 78
            aload 0 /* this */
            aload 3 /* decodedPairs */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.sanitizePairs:([Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;)V
        20: .line 79
            new java.lang.StringBuilder
            dup
            aload 5 /* any */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 6 /* newMessage */
        start local 6 // java.lang.StringBuilder newMessage
        21: .line 80
            aload 6 /* newMessage */
            ldc " while decoding pair #"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " of annotation @"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
            invokevirtual java.lang.StringBuilder.append:([C)Ljava/lang/StringBuilder;
            pop
        22: .line 81
            aload 6 /* newMessage */
            ldc ", bytes at structOffset "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 82
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            istore 7 /* offset */
        start local 7 // int offset
        24: .line 83
            goto 26
        25: .line 84
      StackMap locals: java.lang.RuntimeException java.lang.StringBuilder int
      StackMap stack:
            aload 6 /* newMessage */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.reference:[B
            iload 7 /* offset */
            iinc 7 /* offset */ 1
            baload
            sipush 255
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        26: .line 83
      StackMap locals:
      StackMap stack:
            iload 7 /* offset */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iadd
            if_icmpgt 27
            iload 7 /* offset */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.reference:[B
            arraylength
            if_icmplt 25
        27: .line 86
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 6 /* newMessage */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* any */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 7 // int offset
        end local 6 // java.lang.StringBuilder newMessage
        end local 5 // java.lang.RuntimeException any
        28: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int i
        end local 3 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] decodedPairs
        end local 2 // int numberOfPairs
        end local 1 // int utf8Offset
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   29     0           this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            2   29     1     utf8Offset  I
            4   29     2  numberOfPairs  I
            8   29     3   decodedPairs  [Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            9   29     4              i  I
           12   15     5     membername  [C
           14   15     6          value  Ljava/lang/Object;
           19   28     5            any  Ljava/lang/RuntimeException;
           21   28     6     newMessage  Ljava/lang/StringBuilder;
           24   28     7         offset  I
      Exception table:
        from    to  target  type
           9    17      18  Class java.lang.RuntimeException

  private void sanitizePairs(org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] oldPairs
         0: .line 90
            aload 1 /* oldPairs */
            ifnull 15
         1: .line 91
            aload 1 /* oldPairs */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
            astore 2 /* newPairs */
        start local 2 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] newPairs
         2: .line 92
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         3: .line 93
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 9
         5: .line 94
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] int int
      StackMap stack:
            aload 1 /* oldPairs */
            iload 4 /* i */
            aaload
            astore 5 /* evpInfo */
        start local 5 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo evpInfo
         6: .line 95
            aload 5 /* evpInfo */
            ifnull 8
         7: .line 96
            aload 2 /* newPairs */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 5 /* evpInfo */
            aastore
        end local 5 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo evpInfo
         8: .line 93
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 1 /* oldPairs */
            arraylength
            if_icmplt 5
        end local 4 // int i
        10: .line 98
            iload 3 /* count */
            aload 1 /* oldPairs */
            arraylength
            if_icmpge 13
        11: .line 99
            aload 0 /* this */
            aload 2 /* newPairs */
            iload 3 /* count */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[]
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
        12: .line 100
            goto 16
        13: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newPairs */
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
        end local 3 // int count
        end local 2 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] newPairs
        14: .line 103
            goto 16
        15: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.NoMembers:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
        16: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] oldPairs
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   17     1  oldPairs  [Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            2   14     2  newPairs  [Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            3   14     3     count  I
            4   10     4         i  I
            6    8     5   evpInfo  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
    MethodParameters:
          Name  Flags
      oldPairs  

  java.lang.Object decodeDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=7, locals=10, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 108
            aconst_null
            astore 1 /* value */
        start local 1 // java.lang.Object value
         1: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u1At:(I)I
            istore 2 /* tag */
        start local 2 // int tag
         2: .line 111
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
         3: .line 112
            iconst_m1
            istore 3 /* constValueOffset */
        start local 3 // int constValueOffset
         4: .line 113
            iload 2 /* tag */
            lookupswitch { // 13
                   64: 56
                   66: 19
                   67: 15
                   68: 27
                   70: 31
                   73: 11
                   74: 35
                   83: 23
                   90: 5
                   91: 59
                   99: 51
                  101: 43
                  115: 39
              default: 72
          }
         5: .line 115
      StackMap locals: java.lang.Object int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
         6: .line 116
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            iconst_1
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: invokestatic org.eclipse.jdt.internal.compiler.impl.BooleanConstant.fromValue:(Z)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
         9: .line 117
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        10: .line 118
            goto 76
        11: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        12: .line 121
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            invokestatic org.eclipse.jdt.internal.compiler.impl.IntConstant.fromValue:(I)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        13: .line 122
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        14: .line 123
            goto 76
        15: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        16: .line 126
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            i2c
            invokestatic org.eclipse.jdt.internal.compiler.impl.CharConstant.fromValue:(C)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        17: .line 127
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        18: .line 128
            goto 76
        19: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        20: .line 131
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            i2b
            invokestatic org.eclipse.jdt.internal.compiler.impl.ByteConstant.fromValue:(B)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        21: .line 132
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        22: .line 133
            goto 76
        23: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        24: .line 136
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            i2s
            invokestatic org.eclipse.jdt.internal.compiler.impl.ShortConstant.fromValue:(S)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        25: .line 137
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        26: .line 138
            goto 76
        27: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        28: .line 141
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.doubleAt:(I)D
            invokestatic org.eclipse.jdt.internal.compiler.impl.DoubleConstant.fromValue:(D)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        29: .line 142
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        30: .line 143
            goto 76
        31: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        32: .line 146
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.floatAt:(I)F
            invokestatic org.eclipse.jdt.internal.compiler.impl.FloatConstant.fromValue:(F)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        33: .line 147
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        34: .line 148
            goto 76
        35: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        36: .line 151
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i8At:(I)J
            invokestatic org.eclipse.jdt.internal.compiler.impl.LongConstant.fromValue:(J)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        37: .line 152
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        38: .line 153
            goto 76
        39: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        40: .line 156
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
            invokestatic org.eclipse.jdt.internal.compiler.impl.StringConstant.fromValue:(Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            astore 1 /* value */
        41: .line 157
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        42: .line 158
            goto 76
        43: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        44: .line 161
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 4 /* typeName */
        start local 4 // char[] typeName
        45: .line 162
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        46: .line 163
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        47: .line 164
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 5 /* constName */
        start local 5 // char[] constName
        48: .line 165
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        49: .line 166
            new org.eclipse.jdt.internal.compiler.env.EnumConstantSignature
            dup
            aload 4 /* typeName */
            aload 5 /* constName */
            invokespecial org.eclipse.jdt.internal.compiler.env.EnumConstantSignature.<init>:([C[C)V
            astore 1 /* value */
        50: .line 167
            goto 76
        end local 5 // char[] constName
        end local 4 // char[] typeName
        51: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 3 /* constValueOffset */
        52: .line 170
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 3 /* constValueOffset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 6 /* className */
        start local 6 // char[] className
        53: .line 171
            new org.eclipse.jdt.internal.compiler.env.ClassSignature
            dup
            aload 6 /* className */
            invokespecial org.eclipse.jdt.internal.compiler.env.ClassSignature.<init>:([C)V
            astore 1 /* value */
        54: .line 172
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        55: .line 173
            goto 76
        end local 6 // char[] className
        56: .line 175
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.reference:[B
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            iadd
            iconst_0
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.<init>:([B[IIZZ)V
            astore 1 /* value */
        57: .line 176
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            aload 1 /* value */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        58: .line 177
            goto 76
        59: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 7 /* numberOfValues */
        start local 7 // int numberOfValues
        60: .line 180
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
            iconst_2
            iadd
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readOffset:I
        61: .line 181
            iload 7 /* numberOfValues */
            ifne 64
        62: .line 182
            getstatic org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.EmptyValueArray:[Ljava/lang/Object;
            astore 1 /* value */
        63: .line 183
            goto 76
        64: .line 184
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo java.lang.Object int int top top top int
      StackMap stack:
            iload 7 /* numberOfValues */
            anewarray java.lang.Object
            astore 8 /* arrayElements */
        start local 8 // java.lang.Object[] arrayElements
        65: .line 185
            aload 8 /* arrayElements */
            astore 1 /* value */
        66: .line 186
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        67: goto 70
        68: .line 187
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 8 /* arrayElements */
            iload 9 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.decodeDefaultValue:()Ljava/lang/Object;
            aastore
        69: .line 186
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 9 /* i */
            iload 7 /* numberOfValues */
            if_icmplt 68
        end local 9 // int i
        end local 8 // java.lang.Object[] arrayElements
        71: .line 189
            goto 76
        end local 7 // int numberOfValues
        72: .line 191
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo java.lang.Object int int
      StackMap stack:
            iload 2 /* tag */
            ifne 73
            ldc "0x00"
            goto 74
      StackMap locals:
      StackMap stack:
        73: new java.lang.StringBuilder
            dup
            iload 2 /* tag */
            i2c
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* tag */
            sipush 255
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        74: astore 8 /* tagDisplay */
        start local 8 // java.lang.String tagDisplay
        75: .line 192
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* tagDisplay */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.String tagDisplay
        76: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 3 // int constValueOffset
        end local 2 // int tag
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   77     0              this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            1   77     1             value  Ljava/lang/Object;
            2   77     2               tag  I
            4   77     3  constValueOffset  I
           45   51     4          typeName  [C
           48   51     5         constName  [C
           53   56     6         className  [C
           60   72     7    numberOfValues  I
           65   71     8     arrayElements  [Ljava/lang/Object;
           67   71     9                 i  I
           75   76     8        tagDisplay  Ljava/lang/String;

  public org.eclipse.jdt.internal.compiler.env.IBinaryElementValuePair[] getElementValuePairs();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryElementValuePair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            ifnonnull 2
         1: .line 199
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.lazyInitialize:()V
         2: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  public char[] getTypeName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 204
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  public boolean isDeprecatedAnnotation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 208
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 4611756387171565568
            land
            lconst_0
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  void initialize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            ifnonnull 2
         1: .line 212
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.decodeAnnotation:()V
         2: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  synchronized void lazyInitialize();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 215
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            ifnonnull 2
         1: .line 216
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.decodeAnnotation:()V
         2: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  private int readRetentionPolicy(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // int offset
         0: .line 219
            iload 1 /* offset */
            istore 2 /* currentOffset */
        start local 2 // int currentOffset
         1: .line 220
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u1At:(I)I
            istore 3 /* tag */
        start local 3 // int tag
         2: .line 221
            iinc 2 /* currentOffset */ 1
         3: .line 222
            iload 3 /* tag */
            lookupswitch { // 13
                   64: 15
                   66: 13
                   67: 13
                   68: 13
                   70: 13
                   73: 13
                   74: 13
                   83: 13
                   90: 13
                   91: 17
                   99: 13
                  101: 4
                  115: 13
              default: 25
          }
         4: .line 224
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 4 /* utf8Offset */
        start local 4 // int utf8Offset
         5: .line 225
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 5 /* typeName */
        start local 5 // char[] typeName
         6: .line 226
            iinc 2 /* currentOffset */ 2
         7: .line 227
            aload 5 /* typeName */
            arraylength
            bipush 38
            if_icmpne 11
            aload 5 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_RETENTIONPOLICY:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 11
         8: .line 228
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 4 /* utf8Offset */
         9: .line 229
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 6 /* constName */
        start local 6 // char[] constName
        10: .line 230
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            aload 6 /* constName */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Annotation.getRetentionPolicy:([C)J
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        end local 6 // char[] constName
        11: .line 232
      StackMap locals: int char[]
      StackMap stack:
            iinc 2 /* currentOffset */ 2
        12: .line 233
            goto 26
        end local 5 // char[] typeName
        end local 4 // int utf8Offset
        13: .line 244
      StackMap locals:
      StackMap stack:
            iinc 2 /* currentOffset */ 2
        14: .line 245
            goto 26
        15: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanAnnotation:(IZZ)I
            istore 2 /* currentOffset */
        16: .line 250
            goto 26
        17: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 6 /* numberOfValues */
        start local 6 // int numberOfValues
        18: .line 253
            iinc 2 /* currentOffset */ 2
        19: .line 254
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        20: goto 23
        21: .line 255
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo int int int top top int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanElementValue:(I)I
            istore 2 /* currentOffset */
        22: .line 254
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* i */
            iload 6 /* numberOfValues */
            if_icmplt 21
        end local 7 // int i
        24: .line 256
            goto 26
        end local 6 // int numberOfValues
        25: .line 258
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo int int int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        26: .line 260
      StackMap locals:
      StackMap stack:
            iload 2 /* currentOffset */
            ireturn
        end local 3 // int tag
        end local 2 // int currentOffset
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   27     1          offset  I
            1   27     2   currentOffset  I
            2   27     3             tag  I
            5   13     4      utf8Offset  I
            6   13     5        typeName  [C
           10   11     6       constName  [C
           18   25     6  numberOfValues  I
           20   24     7               i  I
    MethodParameters:
        Name  Flags
      offset  

  private int readTargetValue(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // int offset
         0: .line 263
            iload 1 /* offset */
            istore 2 /* currentOffset */
        start local 2 // int currentOffset
         1: .line 264
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u1At:(I)I
            istore 3 /* tag */
        start local 3 // int tag
         2: .line 265
            iinc 2 /* currentOffset */ 1
         3: .line 266
            iload 3 /* tag */
            lookupswitch { // 13
                   64: 15
                   66: 13
                   67: 13
                   68: 13
                   70: 13
                   73: 13
                   74: 13
                   83: 13
                   90: 13
                   91: 17
                   99: 13
                  101: 4
                  115: 13
              default: 28
          }
         4: .line 268
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 4 /* utf8Offset */
        start local 4 // int utf8Offset
         5: .line 269
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 5 /* typeName */
        start local 5 // char[] typeName
         6: .line 270
            iinc 2 /* currentOffset */ 2
         7: .line 271
            aload 5 /* typeName */
            arraylength
            bipush 34
            if_icmpne 11
            aload 5 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_ELEMENTTYPE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 11
         8: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 4 /* utf8Offset */
         9: .line 273
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 4 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 6 /* constName */
        start local 6 // char[] constName
        10: .line 274
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            aload 6 /* constName */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Annotation.getTargetElementType:([C)J
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        end local 6 // char[] constName
        11: .line 276
      StackMap locals: int char[]
      StackMap stack:
            iinc 2 /* currentOffset */ 2
        12: .line 277
            goto 29
        end local 5 // char[] typeName
        end local 4 // int utf8Offset
        13: .line 288
      StackMap locals:
      StackMap stack:
            iinc 2 /* currentOffset */ 2
        14: .line 289
            goto 29
        15: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanAnnotation:(IZZ)I
            istore 2 /* currentOffset */
        16: .line 294
            goto 29
        17: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 6 /* numberOfValues */
        start local 6 // int numberOfValues
        18: .line 297
            iinc 2 /* currentOffset */ 2
        19: .line 298
            iload 6 /* numberOfValues */
            ifne 22
        20: .line 299
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 34359738368
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        21: .line 300
            goto 29
        22: .line 301
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo int int int top top int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        23: goto 26
        24: .line 302
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readTargetValue:(I)I
            istore 2 /* currentOffset */
        25: .line 301
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 7 /* i */
            iload 6 /* numberOfValues */
            if_icmplt 24
        end local 7 // int i
        27: .line 304
            goto 29
        end local 6 // int numberOfValues
        28: .line 306
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo int int int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        29: .line 308
      StackMap locals:
      StackMap stack:
            iload 2 /* currentOffset */
            ireturn
        end local 3 // int tag
        end local 2 // int currentOffset
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   30     0            this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   30     1          offset  I
            1   30     2   currentOffset  I
            2   30     3             tag  I
            5   13     4      utf8Offset  I
            6   13     5        typeName  [C
           10   11     6       constName  [C
           18   28     6  numberOfValues  I
           23   27     7               i  I
    MethodParameters:
        Name  Flags
      offset  

  private int scanAnnotation(int, boolean, boolean);
    descriptor: (IZZ)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // int offset
        start local 2 // boolean expectRuntimeVisibleAnno
        start local 3 // boolean toplevel
         0: .line 327
            iload 1 /* offset */
            istore 4 /* currentOffset */
        start local 4 // int currentOffset
         1: .line 328
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            istore 5 /* utf8Offset */
        start local 5 // int utf8Offset
         2: .line 329
            aload 0 /* this */
            iload 5 /* utf8Offset */
            iconst_3
            iadd
            aload 0 /* this */
            iload 5 /* utf8Offset */
            iconst_1
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.utf8At:(II)[C
            astore 6 /* typeName */
        start local 6 // char[] typeName
         3: .line 330
            iload 3 /* toplevel */
            ifeq 5
         4: .line 331
            aload 0 /* this */
            aload 6 /* typeName */
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
         5: .line 332
      StackMap locals: int int char[]
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            iconst_2
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 7 /* numberOfPairs */
        start local 7 // int numberOfPairs
         6: .line 334
            iinc 4 /* currentOffset */ 4
         7: .line 335
            iload 2 /* expectRuntimeVisibleAnno */
            ifeq 30
            iload 3 /* toplevel */
            ifeq 30
         8: .line 336
            aload 6 /* typeName */
            arraylength
            lookupswitch { // 6
                   22: 9
                   23: 12
                   29: 15
                   32: 18
                   33: 24
                   52: 27
              default: 30
          }
         9: .line 338
      StackMap locals: int
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_DEPRECATED:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        10: .line 339
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 70368744177664
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        11: .line 341
            goto 30
        12: .line 343
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_SAFEVARARGS:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        13: .line 344
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 2251799813685248
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        14: .line 345
            iload 4 /* currentOffset */
            ireturn
        15: .line 349
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_TARGET:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        16: .line 350
            iinc 4 /* currentOffset */ 2
        17: .line 351
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readTargetValue:(I)I
            ireturn
        18: .line 355
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_RETENTION:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 21
        19: .line 356
            iinc 4 /* currentOffset */ 2
        20: .line 357
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.readRetentionPolicy:(I)I
            ireturn
        21: .line 359
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_INHERITED:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        22: .line 360
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 281474976710656
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        23: .line 361
            iload 4 /* currentOffset */
            ireturn
        24: .line 365
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_ANNOTATION_DOCUMENTED:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        25: .line 366
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 140737488355328
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        26: .line 367
            iload 4 /* currentOffset */
            ireturn
        27: .line 371
      StackMap locals:
      StackMap stack:
            aload 6 /* typeName */
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.JAVA_LANG_INVOKE_METHODHANDLE_POLYMORPHICSIGNATURE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 30
        28: .line 372
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 4503599627370496
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        29: .line 373
            iload 4 /* currentOffset */
            ireturn
        30: .line 378
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        31: goto 35
        32: .line 380
      StackMap locals: int
      StackMap stack:
            iinc 4 /* currentOffset */ 2
        33: .line 381
            aload 0 /* this */
            iload 4 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanElementValue:(I)I
            istore 4 /* currentOffset */
        34: .line 378
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 8 /* i */
            iload 7 /* numberOfPairs */
            if_icmplt 32
        end local 8 // int i
        36: .line 383
            iload 4 /* currentOffset */
            ireturn
        end local 7 // int numberOfPairs
        end local 6 // char[] typeName
        end local 5 // int utf8Offset
        end local 4 // int currentOffset
        end local 3 // boolean toplevel
        end local 2 // boolean expectRuntimeVisibleAnno
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   37     0                      this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   37     1                    offset  I
            0   37     2  expectRuntimeVisibleAnno  Z
            0   37     3                  toplevel  Z
            1   37     4             currentOffset  I
            2   37     5                utf8Offset  I
            3   37     6                  typeName  [C
            6   37     7             numberOfPairs  I
           31   36     8                         i  I
    MethodParameters:
                          Name  Flags
      offset                    
      expectRuntimeVisibleAnno  
      toplevel                  

  private int scanElementValue(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // int offset
         0: .line 391
            iload 1 /* offset */
            istore 2 /* currentOffset */
        start local 2 // int currentOffset
         1: .line 392
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u1At:(I)I
            istore 3 /* tag */
        start local 3 // int tag
         2: .line 393
            iinc 2 /* currentOffset */ 1
         3: .line 394
            iload 3 /* tag */
            lookupswitch { // 13
                   64: 14
                   66: 10
                   67: 10
                   68: 10
                   70: 10
                   73: 10
                   74: 10
                   83: 10
                   90: 4
                   91: 16
                   99: 10
                  101: 12
                  115: 10
              default: 24
          }
         4: .line 396
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 70368744177664
            land
            lconst_0
            lcmp
            ifeq 8
         5: .line 398
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.constantPoolOffsets:[I
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            iaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.structOffset:I
            isub
            iconst_1
            iadd
            istore 4 /* constantOffset */
        start local 4 // int constantOffset
         6: .line 399
            aload 0 /* this */
            iload 4 /* constantOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.i4At:(I)I
            iconst_1
            if_icmpne 8
         7: .line 400
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
            ldc 4611686018427387904
            lor
            putfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.standardAnnotationTagBits:J
        end local 4 // int constantOffset
         8: .line 403
      StackMap locals:
      StackMap stack:
            iinc 2 /* currentOffset */ 2
         9: .line 404
            goto 25
        10: .line 414
      StackMap locals:
      StackMap stack:
            iinc 2 /* currentOffset */ 2
        11: .line 415
            goto 25
        12: .line 417
      StackMap locals:
      StackMap stack:
            iinc 2 /* currentOffset */ 4
        13: .line 418
            goto 25
        14: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanAnnotation:(IZZ)I
            istore 2 /* currentOffset */
        15: .line 423
            goto 25
        16: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.u2At:(I)I
            istore 4 /* numberOfValues */
        start local 4 // int numberOfValues
        17: .line 426
            iinc 2 /* currentOffset */ 2
        18: .line 427
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        19: goto 22
        20: .line 428
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* currentOffset */
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.scanElementValue:(I)I
            istore 2 /* currentOffset */
        21: .line 427
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* i */
            iload 4 /* numberOfValues */
            if_icmplt 20
        end local 5 // int i
        23: .line 429
            goto 25
        end local 4 // int numberOfValues
        24: .line 431
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        25: .line 433
      StackMap locals:
      StackMap stack:
            iload 2 /* currentOffset */
            ireturn
        end local 3 // int tag
        end local 2 // int currentOffset
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   26     0            this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   26     1          offset  I
            1   26     2   currentOffset  I
            2   26     3             tag  I
            6    8     4  constantOffset  I
           17   24     4  numberOfValues  I
           19   23     5               i  I
    MethodParameters:
        Name  Flags
      offset  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 437
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.BinaryTypeFormatter.annotationToString:(Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
         0: .line 442
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 443
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.hashCode:([Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         2: .line 444
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.hashCode:([C)I
            iadd
            istore 1 /* result */
         3: .line 445
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
        start local 1 // java.lang.Object obj
         0: .line 449
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 450
            iconst_1
            ireturn
         2: .line 452
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 453
            iconst_0
            ireturn
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 456
            iconst_0
            ireturn
         6: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo other
         7: .line 459
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.pairs:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifne 9
         8: .line 460
            iconst_0
            ireturn
         9: .line 462
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.typename:[C
            invokestatic java.util.Arrays.equals:([C[C)Z
            ifne 11
        10: .line 463
            iconst_0
            ireturn
        11: .line 465
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "AnnotationInfo.java"