public class org.eclipse.jdt.internal.compiler.lookup.TypeSystem
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.TypeSystem
  super_class: java.lang.Object
{
  private int typeid;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding[][] types;
    descriptor: [[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE

  protected org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes parameterizedTypes;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;
    flags: (0x0004) ACC_PROTECTED

  private org.eclipse.jdt.internal.compiler.util.SimpleLookupTable annotationTypes;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x0002) ACC_PRIVATE

  org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0000) 

  public void <init>(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 200
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 194
            aload 0 /* this */
            sipush 128
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
         2: .line 201
            aload 0 /* this */
            aload 1 /* environment */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         3: .line 202
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            bipush 16
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
         4: .line 203
            aload 0 /* this */
            sipush 128
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
         5: .line 204
            aload 0 /* this */
            sipush 256
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         6: .line 205
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.parameterizedTypes:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;
         7: .line 206
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    8     1  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
             Name  Flags
      environment  

  public final org.eclipse.jdt.internal.compiler.lookup.TypeBinding getUnannotatedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 210
            aconst_null
            astore 2 /* urb */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding urb
         1: .line 211
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUnresolvedType:()Z
            ifeq 6
         2: .line 212
            aload 1 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            astore 2 /* urb */
         3: .line 213
            aload 2 /* urb */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* resolvedType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
         4: .line 214
            aload 3 /* resolvedType */
            ifnull 6
         5: .line 215
            aload 3 /* resolvedType */
            astore 1 /* type */
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
         6: .line 219
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            ldc 2147483647
            if_icmpne 14
         7: .line 220
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasTypeAnnotations:()Z
            ifeq 9
         8: .line 221
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         9: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* typesLength */
        start local 3 // int typesLength
        10: .line 223
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iload 3 /* typesLength */
            if_icmpne 12
        11: .line 224
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 3 /* typesLength */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 3 /* typesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 225
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* type */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        end local 3 // int typesLength
        13: .line 226
            goto 30
        14: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            ifnonnull 15
            aconst_null
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            iconst_0
            aaload
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        16: astore 3 /* nakedType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding nakedType
        17: .line 228
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasTypeAnnotations:()Z
            ifeq 19
            aload 3 /* nakedType */
            ifnonnull 19
        18: .line 229
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        19: .line 230
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 3 /* nakedType */
            ifnull 24
        20: .line 231
            aload 3 /* nakedType */
            astore 5
        21: .line 235
            aload 2 /* urb */
            ifnull 23
            aload 2 /* urb */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
            ldc 2147483647
            if_icmpne 23
        22: .line 236
            aload 2 /* urb */
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
        23: .line 231
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding top org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 5
            areturn
        24: .line 232
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            iconst_4
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding nakedType
        25: .line 234
            goto 30
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
      StackMap stack: java.lang.Throwable
        26: astore 4
        27: .line 235
            aload 2 /* urb */
            ifnull 29
            aload 2 /* urb */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
            ldc 2147483647
            if_icmpne 29
        28: .line 236
            aload 2 /* urb */
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
        29: .line 237
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding top java.lang.Throwable
      StackMap stack:
            aload 4
            athrow
        30: .line 235
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
      StackMap stack:
            aload 2 /* urb */
            ifnull 32
            aload 2 /* urb */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
            ldc 2147483647
            if_icmpne 32
        31: .line 236
            aload 2 /* urb */
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
        32: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            iconst_0
            aload 1 /* type */
            dup_x2
            aastore
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding urb
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   33     1          type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   33     2           urb  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            4    6     3  resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           10   13     3   typesLength  I
           17   25     3     nakedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      Exception table:
        from    to  target  type
           6    21      26  any
          24    26      26  any
    MethodParameters:
      Name  Flags
      type  

  public void forceRegisterAsDerived(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derived
         0: .line 248
            aload 1 /* derived */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            istore 2 /* id */
        start local 2 // int id
         1: .line 249
            iload 2 /* id */
            ldc 2147483647
            if_icmpeq 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* id */
            aaload
            ifnull 7
         2: .line 250
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* id */
            aaload
            iconst_0
            aaload
            astore 3 /* unannotated */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotated
         3: .line 251
            aload 3 /* unannotated */
            aload 1 /* derived */
            if_acmpne 5
         4: .line 253
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* id */
            aaload
            iconst_0
            aload 1 /* derived */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.clone:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup
            astore 3 /* unannotated */
            aastore
         5: .line 256
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            aload 3 /* unannotated */
            aload 1 /* derived */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.cacheDerivedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotated
         6: .line 257
            goto 8
         7: .line 258
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Type was not yet registered as expected: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* derived */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int id
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derived
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    9     1      derived  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    9     2           id  I
            3    6     3  unannotated  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
         Name  Flags
      derived  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] getAnnotatedTypes(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         0: .line 264
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1  type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
      Name  Flags
      type  

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding getArrayType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
        start local 2 // int dimensions
         0: .line 273
            aload 1 /* leafType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            ifeq 3
         1: .line 274
            iload 2 /* dimensions */
            aload 1 /* leafType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            iadd
            istore 2 /* dimensions */
         2: .line 275
            aload 1 /* leafType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* leafType */
         3: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* leafType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* unannotatedLeafType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotatedLeafType
         4: .line 278
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* unannotatedLeafType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            astore 4 /* derivedTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         5: .line 279
            aload 4 /* derivedTypes */
            arraylength
            istore 6 /* length */
        start local 6 // int length
         6: .line 280
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 16
         8: .line 281
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            aaload
            astore 7 /* derivedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
         9: .line 282
            aload 7 /* derivedType */
            ifnonnull 11
        10: .line 283
            goto 17
        11: .line 284
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 15
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasTypeAnnotations:()Z
            ifeq 13
        12: .line 285
            goto 15
        13: .line 286
      StackMap locals:
      StackMap stack:
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* unannotatedLeafType */
            if_acmpne 15
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            iload 2 /* dimensions */
            if_icmpne 15
        14: .line 287
            aload 7 /* derivedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        15: .line 280
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 8
        17: .line 289
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 6 /* length */
            if_icmpne 20
        18: .line 290
            aload 4 /* derivedTypes */
            iconst_0
            iload 6 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 4 /* derivedTypes */
            iconst_0
            iload 6 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 291
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* unannotatedLeafType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aload 4 /* derivedTypes */
            aastore
        20: .line 293
      StackMap locals:
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            new org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            dup
            aload 3 /* unannotatedLeafType */
            iload 2 /* dimensions */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            dup_x2
            aastore
            astore 7 /* arrayType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding arrayType
        21: .line 294
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 8 /* typesLength */
        start local 8 // int typesLength
        22: .line 295
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iload 8 /* typesLength */
            if_icmpne 24
        23: .line 296
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 8 /* typesLength */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 8 /* typesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        24: .line 297
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        25: .line 298
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* arrayType */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            iconst_0
            aload 7 /* arrayType */
            dup_x2
            aastore
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            areturn
        end local 8 // int typesLength
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding arrayType
        end local 6 // int length
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotatedLeafType
        end local 2 // int dimensions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   26     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   26     1             leafType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   26     2           dimensions  I
            4   26     3  unannotatedLeafType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            5   26     4         derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            7   26     5                    i  I
            6   26     6               length  I
            9   15     7          derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           21   26     7            arrayType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           22   26     8          typesLength  I
    MethodParameters:
            Name  Flags
      leafType    
      dimensions  

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding getArrayType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        start local 2 // int dimensions
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 302
            aload 0 /* this */
            aload 1 /* leafComponentType */
            iload 2 /* dimensions */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 2 // int dimensions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1  leafComponentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2         dimensions  I
            0    1     3        annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                   Name  Flags
      leafComponentType  
      dimensions         
      annotations        

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getMemberType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 306
            aload 1 /* memberType */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding memberType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1     memberType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
               Name  Flags
      memberType     
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding getParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 313
            aload 0 /* this */
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 4 /* unannotatedGenericType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
         1: .line 315
            aload 3 /* enclosingType */
            ifnonnull 4
            aload 1 /* genericType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifeq 4
         2: .line 316
            aload 4 /* unannotatedGenericType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifne 4
         3: .line 317
            aload 4 /* unannotatedGenericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* enclosingType */
         4: .line 319
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 2 /* typeArguments */
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 2 /* typeArguments */
            arraylength
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* typeArgumentsLength */
        start local 5 // int typeArgumentsLength
         7: .line 320
            aload 2 /* typeArguments */
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals: int
      StackMap stack:
         8: iload 5 /* typeArgumentsLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
         9: astore 6 /* unannotatedTypeArguments */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] unannotatedTypeArguments
        10: .line 321
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        11: goto 14
        12: .line 322
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 6 /* unannotatedTypeArguments */
            iload 7 /* i */
            aload 0 /* this */
            aload 2 /* typeArguments */
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        13: .line 321
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            iload 5 /* typeArgumentsLength */
            if_icmplt 12
        end local 7 // int i
        15: .line 324
            aload 3 /* enclosingType */
            ifnonnull 16
            aconst_null
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
        17: astore 7 /* unannotatedEnclosingType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedEnclosingType
        18: .line 326
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.parameterizedTypes:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;
            aload 4 /* unannotatedGenericType */
            aload 6 /* unannotatedTypeArguments */
            aload 7 /* unannotatedEnclosingType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes.get:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 8 /* parameterizedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        19: .line 327
            aload 8 /* parameterizedType */
            ifnull 21
        20: .line 328
            aload 8 /* parameterizedType */
            areturn
        21: .line 330
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            dup
            aload 4 /* unannotatedGenericType */
            aload 6 /* unannotatedTypeArguments */
            aload 7 /* unannotatedEnclosingType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 8 /* parameterizedType */
        22: .line 331
            aload 0 /* this */
            aload 4 /* unannotatedGenericType */
            aload 8 /* parameterizedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.cacheDerivedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        23: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.parameterizedTypes:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;
            aload 1 /* genericType */
            aload 2 /* typeArguments */
            aload 3 /* enclosingType */
            aload 8 /* parameterizedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes.put:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;)V
        24: .line 333
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 9 /* typesLength */
        start local 9 // int typesLength
        25: .line 334
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iload 9 /* typesLength */
            if_icmpne 27
        26: .line 335
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 9 /* typesLength */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 9 /* typesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 336
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        28: .line 337
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 8 /* parameterizedType */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.id:I
            aaload
            iconst_0
            aload 8 /* parameterizedType */
            dup_x2
            aastore
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            areturn
        end local 9 // int typesLength
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedEnclosingType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] unannotatedTypeArguments
        end local 5 // int typeArgumentsLength
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   29     0                      this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   29     1               genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   29     2             typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   29     3             enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1   29     4    unannotatedGenericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   29     5       typeArgumentsLength  I
           10   29     6  unannotatedTypeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   15     7                         i  I
           18   29     7  unannotatedEnclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           19   29     8         parameterizedType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
           25   29     9               typesLength  I
    MethodParameters:
               Name  Flags
      genericType    
      typeArguments  
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding getParameterizedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 341
            aload 0 /* this */
            aload 1 /* genericType */
            aload 2 /* typeArguments */
            aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typeArguments
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  typeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     3  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     4    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      typeArguments  
      enclosingType  
      annotations    

  public org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding getRawType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         0: .line 348
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasEnclosingInstanceContext:()Z
            ifne 2
            aload 2 /* enclosingType */
            ifnull 2
         1: .line 349
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 2 /* enclosingType */
         2: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* unannotatedGenericType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
         3: .line 352
            aload 2 /* enclosingType */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
         4: aload 0 /* this */
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
         5: astore 4 /* unannotatedEnclosingType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedEnclosingType
         6: .line 354
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* unannotatedGenericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            aaload
            astore 5 /* derivedTypes */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         7: .line 355
            aload 5 /* derivedTypes */
            arraylength
            istore 7 /* length */
        start local 7 // int length
         8: .line 356
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 18
        10: .line 357
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 5 /* derivedTypes */
            iload 6 /* i */
            aaload
            astore 8 /* derivedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        11: .line 358
            aload 8 /* derivedType */
            ifnonnull 13
        12: .line 359
            goto 19
        13: .line 360
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 8 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 17
            aload 8 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.actualType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 3 /* unannotatedGenericType */
            if_acmpne 17
            aload 8 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasTypeAnnotations:()Z
            ifeq 15
        14: .line 361
            goto 17
        15: .line 362
      StackMap locals:
      StackMap stack:
            aload 8 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 4 /* unannotatedEnclosingType */
            if_acmpne 17
        16: .line 363
            aload 8 /* derivedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        17: .line 356
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 6 /* i */
            iload 7 /* length */
            if_icmplt 10
        19: .line 366
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iload 7 /* length */
            if_icmpne 22
        20: .line 367
            aload 5 /* derivedTypes */
            iconst_0
            iload 7 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 5 /* derivedTypes */
            iconst_0
            iload 7 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 368
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* unannotatedGenericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            aload 5 /* derivedTypes */
            aastore
        22: .line 371
      StackMap locals:
      StackMap stack:
            aload 5 /* derivedTypes */
            iload 6 /* i */
            new org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
            dup
            aload 3 /* unannotatedGenericType */
            aload 4 /* unannotatedEnclosingType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            dup_x2
            aastore
            astore 8 /* rawTytpe */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding rawTytpe
        23: .line 372
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 9 /* typesLength */
        start local 9 // int typesLength
        24: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iload 9 /* typesLength */
            if_icmpne 26
        25: .line 374
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 9 /* typesLength */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 9 /* typesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 375
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        27: .line 376
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 8 /* rawTytpe */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            iconst_0
            aload 8 /* rawTytpe */
            dup_x2
            aastore
            checkcast org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
            areturn
        end local 9 // int typesLength
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding rawTytpe
        end local 7 // int length
        end local 6 // int i
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedEnclosingType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   28     0                      this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   28     1               genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   28     2             enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   28     3    unannotatedGenericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            6   28     4  unannotatedEnclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   28     5              derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   28     6                         i  I
            8   28     7                    length  I
           11   17     8               derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           23   28     8                  rawTytpe  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           24   28     9               typesLength  I
    MethodParameters:
               Name  Flags
      genericType    
      enclosingType  

  public org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding getRawType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 380
            aload 0 /* this */
            aload 1 /* genericType */
            aload 2 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1    genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     3    annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
               Name  Flags
      genericType    
      enclosingType  
      annotations    

  public org.eclipse.jdt.internal.compiler.lookup.WildcardBinding getWildcard(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=16, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // int rank
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        start local 5 // int boundKind
         0: .line 387
            aload 1 /* genericType */
            ifnonnull 2
         1: .line 388
            getstatic org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.LUB_GENERIC:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 1 /* genericType */
         2: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 6 /* unannotatedGenericType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
         3: .line 391
            aload 4 /* otherBounds */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
         4: aload 4 /* otherBounds */
            arraylength
      StackMap locals:
      StackMap stack: int
         5: istore 7 /* otherBoundsLength */
        start local 7 // int otherBoundsLength
         6: .line 392
            aload 4 /* otherBounds */
            ifnonnull 7
            aconst_null
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 7 /* otherBoundsLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
         8: astore 8 /* unannotatedOtherBounds */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] unannotatedOtherBounds
         9: .line 393
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        10: goto 13
        11: .line 394
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 8 /* unannotatedOtherBounds */
            iload 9 /* i */
            aload 0 /* this */
            aload 4 /* otherBounds */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        12: .line 393
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 9 /* i */
            iload 7 /* otherBoundsLength */
            if_icmplt 11
        end local 9 // int i
        14: .line 396
            aload 3 /* bound */
            ifnonnull 15
            aconst_null
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            aload 3 /* bound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        16: astore 9 /* unannotatedBound */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotatedBound
        17: .line 398
            aload 9 /* unannotatedBound */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            ifne 19
            aload 9 /* unannotatedBound */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            ifeq 18
            aload 9 /* unannotatedBound */
            instanceof org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding
            ifeq 19
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        18: iconst_0
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_1
      StackMap locals:
      StackMap stack: int
        20: istore 10 /* useDerivedTypesOfBound */
        start local 10 // boolean useDerivedTypesOfBound
        21: .line 399
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 10 /* useDerivedTypesOfBound */
            ifeq 22
            aload 9 /* unannotatedBound */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            goto 23
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[][]
        22: aload 6 /* unannotatedGenericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[][] int
        23: aaload
            astore 11 /* derivedTypes */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        24: .line 401
            aload 11 /* derivedTypes */
            arraylength
            istore 13 /* length */
        start local 13 // int length
        25: .line 402
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        26: goto 37
        27: .line 403
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 11 /* derivedTypes */
            iload 12 /* i */
            aaload
            astore 14 /* derivedType */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        28: .line 404
            aload 14 /* derivedType */
            ifnonnull 30
        29: .line 405
            goto 38
        30: .line 406
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isWildcard:()Z
            ifeq 36
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.actualType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 6 /* unannotatedGenericType */
            if_acmpne 36
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.hasTypeAnnotations:()Z
            ifeq 32
        31: .line 407
            goto 36
        32: .line 408
      StackMap locals:
      StackMap stack:
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.rank:()I
            iload 2 /* rank */
            if_icmpne 36
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.boundKind:()I
            iload 5 /* boundKind */
            if_icmpne 36
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.bound:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 9 /* unannotatedBound */
            if_acmpeq 34
        33: .line 409
            goto 36
        34: .line 410
      StackMap locals:
      StackMap stack:
            aload 14 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.additionalBounds:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 8 /* unannotatedOtherBounds */
            invokestatic org.eclipse.jdt.internal.compiler.util.Util.effectivelyEqual:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 36
        35: .line 411
            aload 14 /* derivedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
            areturn
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        36: .line 402
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 12 /* i */
            iload 13 /* length */
            if_icmplt 27
        38: .line 414
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            iload 13 /* length */
            if_icmpne 43
        39: .line 415
            aload 11 /* derivedTypes */
            iconst_0
            iload 13 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 11 /* derivedTypes */
            iconst_0
            iload 13 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        40: .line 416
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 10 /* useDerivedTypesOfBound */
            ifeq 41
            aload 9 /* unannotatedBound */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            goto 42
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[][]
        41: aload 6 /* unannotatedGenericType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[][] int
        42: aload 11 /* derivedTypes */
            aastore
        43: .line 418
      StackMap locals:
      StackMap stack:
            aload 11 /* derivedTypes */
            iload 12 /* i */
            new org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
            dup
            aload 6 /* unannotatedGenericType */
            iload 2 /* rank */
            aload 9 /* unannotatedBound */
            aload 8 /* unannotatedOtherBounds */
            iload 5 /* boundKind */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.WildcardBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            dup_x2
            aastore
            astore 14 /* wildcard */
        start local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding wildcard
        44: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 15 /* typesLength */
        start local 15 // int typesLength
        45: .line 421
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iload 15 /* typesLength */
            if_icmpne 47
        46: .line 422
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 15 /* typesLength */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 15 /* typesLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        47: .line 423
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            aastore
        48: .line 424
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 14 /* wildcard */
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            iconst_0
            aload 14 /* wildcard */
            dup_x2
            aastore
            checkcast org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
            areturn
        end local 15 // int typesLength
        end local 14 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding wildcard
        end local 13 // int length
        end local 12 // int i
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 10 // boolean useDerivedTypesOfBound
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotatedBound
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] unannotatedOtherBounds
        end local 7 // int otherBoundsLength
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedGenericType
        end local 5 // int boundKind
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        end local 2 // int rank
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   49     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   49     1             genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   49     2                    rank  I
            0   49     3                   bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   49     4             otherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   49     5               boundKind  I
            3   49     6  unannotatedGenericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            6   49     7       otherBoundsLength  I
            9   49     8  unannotatedOtherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           10   14     9                       i  I
           17   49     9        unannotatedBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           21   49    10  useDerivedTypesOfBound  Z
           24   49    11            derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           26   49    12                       i  I
           25   49    13                  length  I
           28   36    14             derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           44   49    14                wildcard  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           45   49    15             typesLength  I
    MethodParameters:
             Name  Flags
      genericType  
      rank         
      bound        
      otherBounds  
      boundKind    

  public final org.eclipse.jdt.internal.compiler.lookup.CaptureBinding getCapturedWildcard(org.eclipse.jdt.internal.compiler.lookup.WildcardBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, int, org.eclipse.jdt.internal.compiler.ast.ASTNode, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;IILorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=10, locals=14, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding wildcard
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding contextType
        start local 3 // int start
        start local 4 // int end
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ASTNode cud
        start local 6 // int id
         0: .line 430
            aload 0 /* this */
            aload 1 /* wildcard */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
            astore 7 /* unannotatedWildcard */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding unannotatedWildcard
         1: .line 431
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* unannotatedWildcard */
            getfield org.eclipse.jdt.internal.compiler.lookup.WildcardBinding.id:I
            aaload
            astore 8 /* derivedTypes */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         2: .line 432
            aload 8 /* derivedTypes */
            arraylength
            istore 10 /* length */
        start local 10 // int length
         3: .line 438
            iload 10 /* length */
            istore 11 /* nullSlot */
        start local 11 // int nullSlot
         4: .line 439
            iload 10 /* length */
            iconst_1
            isub
            istore 9 /* i */
        start local 9 // int i
         5: goto 23
         6: .line 440
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.WildcardBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int org.eclipse.jdt.internal.compiler.ast.ASTNode int org.eclipse.jdt.internal.compiler.lookup.WildcardBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int int
      StackMap stack:
            iload 9 /* i */
            iconst_m1
            if_icmpne 9
         7: .line 441
            iload 11 /* nullSlot */
            istore 9 /* i */
         8: .line 442
            goto 24
         9: .line 444
      StackMap locals:
      StackMap stack:
            aload 8 /* derivedTypes */
            iload 9 /* i */
            aaload
            astore 12 /* derivedType */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        10: .line 445
            aload 12 /* derivedType */
            ifnonnull 13
        11: .line 446
            iload 9 /* i */
            istore 11 /* nullSlot */
        12: .line 447
            goto 22
        13: .line 449
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 12 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCapture:()Z
            ifne 15
        14: .line 450
            goto 22
        15: .line 451
      StackMap locals:
      StackMap stack:
            aload 12 /* derivedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            astore 13 /* prior */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding prior
        16: .line 452
            aload 13 /* prior */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.cud:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            aload 5 /* cud */
            if_acmpeq 19
        17: .line 453
            iload 11 /* nullSlot */
            istore 9 /* i */
        18: .line 454
            goto 24
        19: .line 456
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
      StackMap stack:
            aload 13 /* prior */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.sourceType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* contextType */
            if_acmpne 22
            aload 13 /* prior */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.start:I
            iload 3 /* start */
            if_icmpne 22
            aload 13 /* prior */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.end:I
            iload 4 /* end */
            if_icmpeq 21
        20: .line 457
            goto 22
        21: .line 458
      StackMap locals:
      StackMap stack:
            aload 13 /* prior */
            areturn
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding prior
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        22: .line 439
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
        23: iload 9 /* i */
            iconst_m1
            if_icmpge 6
        24: .line 461
      StackMap locals:
      StackMap stack:
            iload 9 /* i */
            iload 10 /* length */
            if_icmpne 27
        25: .line 462
            aload 8 /* derivedTypes */
            iconst_0
            iload 10 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 8 /* derivedTypes */
            iconst_0
            iload 10 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        26: .line 463
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* unannotatedWildcard */
            getfield org.eclipse.jdt.internal.compiler.lookup.WildcardBinding.id:I
            aload 8 /* derivedTypes */
            aastore
        27: .line 465
      StackMap locals:
      StackMap stack:
            aload 8 /* derivedTypes */
            iload 9 /* i */
            new org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            dup
            aload 1 /* wildcard */
            aload 2 /* contextType */
            iload 3 /* start */
            iload 4 /* end */
            aload 5 /* cud */
            iload 6 /* id */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;IILorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)V
            dup_x2
            aastore
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            areturn
        end local 11 // int nullSlot
        end local 10 // int length
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding unannotatedWildcard
        end local 6 // int id
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ASTNode cud
        end local 4 // int end
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding contextType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.WildcardBinding wildcard
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   28     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   28     1             wildcard  Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            0   28     2          contextType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   28     3                start  I
            0   28     4                  end  I
            0   28     5                  cud  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            0   28     6                   id  I
            1   28     7  unannotatedWildcard  Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            2   28     8         derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            5   28     9                    i  I
            3   28    10               length  I
            4   28    11             nullSlot  I
           10   22    12          derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           16   22    13                prior  Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
    MethodParameters:
             Name  Flags
      wildcard     
      contextType  
      start        
      end          
      cud          
      id           

  public org.eclipse.jdt.internal.compiler.lookup.WildcardBinding getWildcard(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], int, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        start local 2 // int rank
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        start local 5 // int boundKind
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 470
            aload 0 /* this */
            aload 1 /* genericType */
            iload 2 /* rank */
            aload 3 /* bound */
            aload 4 /* otherBounds */
            iload 5 /* boundKind */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getWildcard:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ILorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/WildcardBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 5 // int boundKind
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] otherBounds
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bound
        end local 2 // int rank
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1  genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    1     2         rank  I
            0    1     3        bound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     4  otherBounds  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     5    boundKind  I
            0    1     6  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      genericType  
      rank         
      bound        
      otherBounds  
      boundKind    
      annotations  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding getAnnotatedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
         0: .line 474
            aload 1 /* type */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] annotations
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    1     1         type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2  annotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      type         
      annotations  

  protected final org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] getDerivedTypes(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
         0: .line 478
            aload 0 /* this */
            aload 1 /* keyType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* keyType */
         1: .line 479
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* keyType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    2     1  keyType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
         Name  Flags
      keyType  

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding cacheDerivedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
         0: .line 483
            aload 1 /* keyType */
            ifnull 1
            aload 2 /* derivedType */
            ifnull 1
            aload 1 /* keyType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            ldc 2147483647
            if_icmpne 2
         1: .line 484
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* keyType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aaload
            astore 3 /* derivedTypes */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         3: .line 488
            aload 3 /* derivedTypes */
            arraylength
            istore 6 /* length */
        start local 6 // int length
         4: .line 489
            iconst_0
            istore 4 /* first */
        start local 4 // int first
         5: iload 6 /* length */
            istore 5 /* last */
        start local 5 // int last
         6: .line 490
            iload 4 /* first */
            iload 5 /* last */
            iadd
            iconst_2
            idiv
            istore 7 /* i */
        start local 7 // int i
         7: .line 492
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int int int
      StackMap stack:
            aload 3 /* derivedTypes */
            iload 7 /* i */
            aaload
            ifnonnull 12
         8: .line 493
            iload 7 /* i */
            iload 4 /* first */
            if_icmpeq 16
            iload 7 /* i */
            ifle 10
            aload 3 /* derivedTypes */
            iload 7 /* i */
            iconst_1
            isub
            aaload
            ifnull 10
         9: .line 494
            goto 16
        10: .line 495
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            isub
            istore 5 /* last */
        11: .line 496
            goto 13
        12: .line 497
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iconst_1
            iadd
            istore 4 /* first */
        13: .line 499
      StackMap locals:
      StackMap stack:
            iload 4 /* first */
            iload 5 /* last */
            iadd
            iconst_2
            idiv
            istore 7 /* i */
        14: .line 500
            iload 7 /* i */
            iload 6 /* length */
            if_icmpge 16
            iload 4 /* first */
            iload 5 /* last */
        15: .line 491
            if_icmple 7
        16: .line 501
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 6 /* length */
            if_icmpne 19
        17: .line 502
            aload 3 /* derivedTypes */
            iconst_0
            iload 6 /* length */
            iconst_2
            imul
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 3 /* derivedTypes */
            iconst_0
            iload 6 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 503
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* keyType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aload 3 /* derivedTypes */
            aastore
        19: .line 505
      StackMap locals:
      StackMap stack:
            aload 3 /* derivedTypes */
            iload 7 /* i */
            aload 2 /* derivedType */
            dup_x2
            aastore
            areturn
        end local 7 // int i
        end local 6 // int length
        end local 5 // int last
        end local 4 // int first
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   20     1       keyType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   20     2   derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   20     3  derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            5   20     4         first  I
            6   20     5          last  I
            4   20     6        length  I
            7   20     7             i  I
    MethodParameters:
             Name  Flags
      keyType      
      derivedType  

  protected final org.eclipse.jdt.internal.compiler.lookup.TypeBinding cacheDerivedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding nakedType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
         0: .line 524
            aload 0 /* this */
            aload 1 /* keyType */
            aload 3 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.cacheDerivedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         1: .line 525
            aload 2 /* nakedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            aload 1 /* keyType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            if_icmpeq 3
         2: .line 526
            aload 0 /* this */
            aload 2 /* nakedType */
            aload 3 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.cacheDerivedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         3: .line 528
      StackMap locals:
      StackMap stack:
            aload 3 /* derivedType */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding nakedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    4     1      keyType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     2    nakedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    4     3  derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
             Name  Flags
      keyType      
      nakedType    
      derivedType  

  public final org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding getAnnotationType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        start local 2 // boolean requiredResolved
         0: .line 535
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* annotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            astore 3 /* annotation */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
         1: .line 536
            aload 3 /* annotation */
            ifnonnull 6
         2: .line 537
            iload 2 /* requiredResolved */
            ifeq 4
         3: .line 538
            new org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            aload 1 /* annotationType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ELEMENT_VALUE_PAIRS:[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)V
            astore 3 /* annotation */
            goto 5
         4: .line 540
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding
            dup
            aload 1 /* annotationType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ELEMENT_VALUE_PAIRS:[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            astore 3 /* annotation */
         5: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* annotationType */
            aload 3 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 543
      StackMap locals:
      StackMap stack:
            iload 2 /* requiredResolved */
            ifeq 8
         7: .line 544
            aload 3 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.resolve:()V
         8: .line 545
      StackMap locals:
      StackMap stack:
            aload 3 /* annotation */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
        end local 2 // boolean requiredResolved
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotationType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0    9     1    annotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    9     2  requiredResolved  Z
            1    9     3        annotation  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                  Name  Flags
      annotationType    
      requiredResolved  

  public boolean isAnnotatedTypeSystem();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
         0: .line 549
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;

  public void cleanUp(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // int typeId
         0: .line 553
            iload 1 /* typeId */
            iconst_m1
            if_icmpeq 9
            iload 1 /* typeId */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            if_icmpge 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 9
         1: .line 554
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 1 /* typeId */
            aaload
            astore 2 /* typesForId */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typesForId
         2: .line 555
            aload 2 /* typesForId */
            ifnull 9
         3: .line 556
            aload 2 /* typesForId */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] top int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* type */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         5: .line 557
            aload 3 /* type */
            instanceof org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            ifeq 7
         6: .line 558
            aload 3 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.scope:Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         7: .line 556
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 4
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] typesForId
         9: .line 561
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem int
      StackMap stack:
            return
        end local 1 // int typeId
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   10     1      typeId  I
            2    9     2  typesForId  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            5    7     3        type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
        Name  Flags
      typeId  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
         0: .line 564
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            bipush 16
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:(I)V
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
         1: .line 565
            aload 0 /* this */
            sipush 128
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
         2: .line 566
            aload 0 /* this */
            sipush 256
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 567
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;)V
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.parameterizedTypes:Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;
         4: .line 568
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;

  public void updateCaches(org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
         0: .line 571
            aload 1 /* unresolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
            istore 3 /* unresolvedTypeId */
        start local 3 // int unresolvedTypeId
         1: .line 572
            aload 2 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            ldc 2147483647
            if_icmpeq 3
         2: .line 573
            aload 1 /* unresolvedType */
            aload 2 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.id:I
         3: .line 575
      StackMap locals: int
      StackMap stack:
            iload 3 /* unresolvedTypeId */
            ldc 2147483647
            if_icmpeq 18
         4: .line 577
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* unresolvedTypeId */
            aaload
            astore 4 /* derivedTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         5: .line 578
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: aload 4 /* derivedTypes */
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
         7: aload 4 /* derivedTypes */
            arraylength
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* length */
        start local 6 // int length
         9: goto 17
        10: .line 579
      StackMap locals: int
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            aaload
            ifnonnull 12
        11: .line 580
            goto 18
        12: .line 581
      StackMap locals:
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            aaload
            aload 1 /* unresolvedType */
            if_acmpne 16
        13: .line 582
            aload 2 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
            ldc 2147483647
            if_icmpne 15
        14: .line 583
            aload 2 /* resolvedType */
            iload 3 /* unresolvedTypeId */
            putfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.id:I
        15: .line 584
      StackMap locals:
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            aload 2 /* resolvedType */
            aastore
        16: .line 578
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 10
        end local 6 // int length
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        18: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* unresolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 28
        19: .line 589
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.annotationTypes:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            getfield org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.keyTable:[Ljava/lang/Object;
            astore 4 /* keys */
        start local 4 // java.lang.Object[] keys
        20: .line 590
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        21: aload 4 /* keys */
            arraylength
            istore 6 /* l */
        start local 6 // int l
        22: goto 27
        23: .line 591
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 4 /* keys */
            iload 5 /* i */
            aaload
            aload 1 /* unresolvedType */
            if_acmpne 26
        24: .line 592
            aload 4 /* keys */
            iload 5 /* i */
            aload 2 /* resolvedType */
            aastore
        25: .line 593
            goto 28
        26: .line 590
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 5 /* i */
            iload 6 /* l */
            if_icmplt 23
        end local 6 // int l
        end local 5 // int i
        end local 4 // java.lang.Object[] keys
        28: .line 597
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int unresolvedTypeId
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   29     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   29     1    unresolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   29     2      resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1   29     3  unresolvedTypeId  I
            5   18     4      derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            6   18     5                 i  I
            9   18     6            length  I
           20   28     4              keys  [Ljava/lang/Object;
           21   28     5                 i  I
           22   28     6                 l  I
    MethodParameters:
                Name  Flags
      unresolvedType  
      resolvedType    

  public final org.eclipse.jdt.internal.compiler.lookup.TypeBinding getIntersectionType18(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
         0: .line 600
            aload 1 /* intersectingTypes */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* intersectingTypes */
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* intersectingTypesLength */
        start local 2 // int intersectingTypesLength
         3: .line 601
            iload 2 /* intersectingTypesLength */
            ifne 5
         4: .line 602
            aconst_null
            areturn
         5: .line 603
      StackMap locals: int
      StackMap stack:
            aload 1 /* intersectingTypes */
            iconst_0
            aaload
            astore 3 /* keyType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
         6: .line 604
            aload 3 /* keyType */
            ifnull 7
            iload 2 /* intersectingTypesLength */
            iconst_1
            if_icmpne 8
         7: .line 605
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 3 /* keyType */
            areturn
         8: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* keyType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.getDerivedTypes:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* derivedTypes */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
         9: .line 608
            aload 4 /* derivedTypes */
            arraylength
            istore 6 /* length */
        start local 6 // int length
        10: .line 610
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 28
        12: .line 611
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 4 /* derivedTypes */
            iload 5 /* i */
            aaload
            astore 7 /* derivedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        13: .line 612
            aload 7 /* derivedType */
            ifnonnull 15
        14: .line 613
            goto 29
        15: .line 614
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isIntersectionType18:()Z
            ifne 17
        16: .line 615
            goto 27
        17: .line 616
      StackMap locals:
      StackMap stack:
            aload 7 /* derivedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getIntersectingTypes:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* priorIntersectingTypes */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] priorIntersectingTypes
        18: .line 617
            aload 8 /* priorIntersectingTypes */
            arraylength
            iload 2 /* intersectingTypesLength */
            if_icmpeq 20
        19: .line 618
            goto 27
        20: .line 619
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
            iconst_0
            istore 9 /* j */
        start local 9 // int j
        21: goto 25
        22: .line 620
      StackMap locals: int
      StackMap stack:
            aload 1 /* intersectingTypes */
            iload 9 /* j */
            aaload
            aload 8 /* priorIntersectingTypes */
            iload 9 /* j */
            aaload
            if_acmpeq 24
        23: .line 621
            goto 27
        24: .line 619
      StackMap locals:
      StackMap stack:
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        25: iload 9 /* j */
            iload 2 /* intersectingTypesLength */
            if_icmplt 22
        end local 9 // int j
        26: .line 623
            aload 7 /* derivedType */
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] priorIntersectingTypes
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding derivedType
        27: .line 610
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            iload 6 /* length */
            if_icmplt 12
        29: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* keyType */
            new org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18
            dup
            aload 1 /* intersectingTypes */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18.<init>:([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeSystem.cacheDerivedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 6 // int length
        end local 5 // int i
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] derivedTypes
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding keyType
        end local 2 // int intersectingTypesLength
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   30     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   30     1        intersectingTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   30     2  intersectingTypesLength  I
            6   30     3                  keyType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            9   30     4             derivedTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   30     5                        i  I
           10   30     6                   length  I
           13   27     7              derivedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   27     8   priorIntersectingTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           21   26     9                        j  I
    MethodParameters:
                   Name  Flags
      intersectingTypes  

  public void fixTypeVariableDeclaringElement(org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding, org.eclipse.jdt.internal.compiler.lookup.Binding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding declaringElement
         0: .line 633
            aload 1 /* var */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.id:I
            istore 3 /* id */
        start local 3 // int id
         1: .line 634
            iload 3 /* id */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.typeid:I
            if_icmpge 9
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* id */
            aaload
            ifnull 9
         2: .line 635
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeSystem.types:[[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* id */
            aaload
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.Binding int top int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* t */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
         4: .line 636
            aload 4 /* t */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            ifeq 6
         5: .line 637
            aload 4 /* t */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            aload 2 /* declaringElement */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.declaringElement:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
         6: .line 635
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 639
            goto 10
         9: .line 640
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeSystem org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding org.eclipse.jdt.internal.compiler.lookup.Binding int
      StackMap stack:
            aload 1 /* var */
            aload 2 /* declaringElement */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.declaringElement:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
        10: .line 642
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int id
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Binding declaringElement
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding var
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeSystem this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem;
            0   11     1               var  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            0   11     2  declaringElement  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            1   11     3                id  I
            4    6     4                 t  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                  Name  Flags
      var               
      declaringElement  
}
SourceFile: "TypeSystem.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes  org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes$PTBKey
InnerClasses:
  public final HashedParameterizedTypes = org.eclipse.jdt.internal.compiler.lookup.TypeSystem$HashedParameterizedTypes of org.eclipse.jdt.internal.compiler.lookup.TypeSystem