public final class org.eclipse.jdt.internal.compiler.lookup.ArrayBinding extends org.eclipse.jdt.internal.compiler.lookup.TypeBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
{
  public static final org.eclipse.jdt.internal.compiler.lookup.FieldBinding ArrayLength;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC

  public int dimensions;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

  char[] constantPoolName;
    descriptor: [C
    flags: (0x0000) 

  char[] genericTypeSignature;
    descriptor: [C
    flags: (0x0000) 

  public long[] nullTagBitsPerDimension;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  private org.eclipse.jdt.internal.compiler.lookup.MethodBinding clone;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 46
            new org.eclipse.jdt.internal.compiler.lookup.FieldBinding
            dup
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.LENGTH:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            bipush 17
            aconst_null
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.FieldBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ILorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
            putstatic org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.ArrayLength:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // int dimensions
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 61
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeBinding.<init>:()V
         1: .line 62
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            lconst_1
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
         2: .line 63
            aload 0 /* this */
            aload 1 /* type */
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 64
            aload 0 /* this */
            iload 2 /* dimensions */
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
         4: .line 65
            aload 0 /* this */
            aload 3 /* environment */
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         5: .line 66
            aload 1 /* type */
            instanceof org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            ifeq 7
         6: .line 67
            aload 1 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            aload 0 /* this */
            aload 3 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.addWrapper:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            goto 8
         7: .line 69
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2305843010824308864
            land
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
         8: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 108086391056891904
            land
            lstore 4 /* mask */
        start local 4 // long mask
         9: .line 71
            lload 4 /* mask */
            lconst_0
            lcmp
            ifeq 13
        10: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            iadd
            newarray 11
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
        11: .line 73
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            lload 4 /* mask */
            lastore
        12: .line 74
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 1048576
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
        13: .line 75
      StackMap locals: long
      StackMap stack:
            return
        end local 4 // long mask
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 2 // int dimensions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   14     1         type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   14     2   dimensions  I
            0   14     3  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            9   14     4         mask  J
    MethodParameters:
             Name  Flags
      type         
      dimensions   
      environment  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding closestMatch();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 80
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.isValidBinding:()Z
            ifeq 2
         1: .line 81
            aload 0 /* this */
            areturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.closestMatch:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* leafClosestMatch */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafClosestMatch
         3: .line 84
            aload 1 /* leafClosestMatch */
            ifnonnull 5
         4: .line 85
            aconst_null
            areturn
         5: .line 87
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.closestMatch:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafClosestMatch
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            3    6     1  leafClosestMatch  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;

  public java.util.List<org.eclipse.jdt.internal.compiler.lookup.TypeBinding> collectMissingTypes(java.util.List<org.eclipse.jdt.internal.compiler.lookup.TypeBinding>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // java.util.List missingTypes
         0: .line 95
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifeq 2
         1: .line 96
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* missingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectMissingTypes:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* missingTypes */
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* missingTypes */
            areturn
        end local 1 // java.util.List missingTypes
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    3     1  missingTypes  Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;
    Signature: (Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;)Ljava/util/List<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;>;
    MethodParameters:
              Name  Flags
      missingTypes  

  public void collectSubstitutes(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.InferenceContext, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding actualType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext inferenceContext
        start local 4 // int constraint
         0: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 536870912
            land
            lconst_0
            lcmp
            ifne 1
            return
         1: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* actualType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            if_acmpeq 2
            aload 2 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            ldc 65540
            if_icmpne 3
      StackMap locals:
      StackMap stack:
         2: return
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 2
                   68: 4
                 4100: 12
              default: 12
          }
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 2 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            istore 5 /* actualDim */
        start local 5 // int actualDim
         5: .line 110
            iload 5 /* actualDim */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmpne 8
         6: .line 111
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            aload 2 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* inferenceContext */
            iload 4 /* constraint */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectSubstitutes:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext;I)V
         7: .line 112
            goto 12
      StackMap locals: int
      StackMap stack:
         8: iload 5 /* actualDim */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmple 12
         9: .line 113
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 2 /* actualType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* actualDim */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            isub
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            astore 6 /* actualReducedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding actualReducedType
        10: .line 114
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            aload 6 /* actualReducedType */
            aload 3 /* inferenceContext */
            iload 4 /* constraint */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectSubstitutes:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext;I)V
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding actualReducedType
        11: .line 116
            goto 12
        end local 5 // int actualDim
        12: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int constraint
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext inferenceContext
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding actualType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   13     1              scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   13     2         actualType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   13     3   inferenceContext  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext;
            0   13     4         constraint  I
            5   12     5          actualDim  I
           10   11     6  actualReducedType  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    MethodParameters:
                  Name  Flags
      scope             
      actualType        
      inferenceContext  
      constraint        

  public boolean mentionsAny(org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], int);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        start local 2 // int idx
         0: .line 126
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* parameters */
            iload 2 /* idx */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.mentionsAny:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Z
            ireturn
        end local 2 // int idx
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    1     1  parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2         idx  I
    MethodParameters:
            Name  Flags
      parameters  
      idx         

  void collectInferenceVariables(java.util.Set<org.eclipse.jdt.internal.compiler.lookup.InferenceVariable>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // java.util.Set variables
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* variables */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.collectInferenceVariables:(Ljava/util/Set;)V
         1: .line 132
            return
        end local 1 // java.util.Set variables
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    2     1  variables  Ljava/util/Set<Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;>;
    Signature: (Ljava/util/Set<Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;>;)V
    MethodParameters:
           Name  Flags
      variables  

  org.eclipse.jdt.internal.compiler.lookup.TypeBinding substituteInferenceVariable(org.eclipse.jdt.internal.compiler.lookup.InferenceVariable, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable var
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding substituteType
         0: .line 136
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* var */
            aload 2 /* substituteType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.substituteInferenceVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* substitutedLeaf */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding substitutedLeaf
         1: .line 137
            aload 3 /* substitutedLeaf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 3
         2: .line 138
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 3 /* substitutedLeaf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
         3: .line 139
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding substitutedLeaf
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding substituteType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable var
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    4     1              var  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            0    4     2   substituteType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    4     3  substitutedLeaf  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                Name  Flags
      var             
      substituteType  

  public char[] computeUniqueKey(boolean);
    descriptor: (Z)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // boolean isLeaf
         0: .line 148
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            newarray 5
            astore 2 /* brackets */
        start local 2 // char[] brackets
         1: .line 149
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         2: goto 4
      StackMap locals: char[] int
      StackMap stack:
         3: aload 2 /* brackets */
            iload 3 /* i */
            bipush 91
            castore
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            ifge 3
        end local 3 // int i
         5: .line 150
            aload 2 /* brackets */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 1 /* isLeaf */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.computeUniqueKey:(Z)[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
        end local 2 // char[] brackets
        end local 1 // boolean isLeaf
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    6     1    isLeaf  Z
            1    6     2  brackets  [C
            2    5     3         i  I
    MethodParameters:
        Name  Flags
      isLeaf  

  public char[] constantPoolName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.constantPoolName:[C
            ifnull 2
         1: .line 156
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.constantPoolName:[C
            areturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         3: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         4: goto 6
      StackMap locals: char[] int
      StackMap stack:
         5: aload 1 /* brackets */
            iload 2 /* i */
            bipush 91
            castore
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 5
        end local 2 // int i
         7: .line 160
            aload 0 /* this */
            aload 1 /* brackets */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.constantPoolName:[C
            areturn
        end local 1 // char[] brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            3    8     1  brackets  [C
            4    7     2         i  I

  public java.lang.String debugName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 164
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.hasTypeAnnotations:()Z
            ifeq 2
         1: .line 165
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.annotatedDebugName:()Ljava/lang/String;
            areturn
         2: .line 166
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* brackets */
        start local 1 // java.lang.StringBuffer brackets
         3: .line 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            istore 2 /* i */
        start local 2 // int i
         4: goto 6
         5: .line 168
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* brackets */
            ldc "[]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 167
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
            iload 2 /* i */
            ifge 5
        end local 2 // int i
         7: .line 169
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.debugName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* brackets */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            3    8     1  brackets  Ljava/lang/StringBuffer;
            4    7     2         i  I

  public java.lang.String annotatedDebugName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 174
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* brackets */
        start local 1 // java.lang.StringBuffer brackets
         1: .line 175
            aload 1 /* brackets */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.annotatedDebugName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 176
            aload 1 /* brackets */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 177
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 2 /* annotations */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         4: .line 178
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: iconst_m1
            istore 4 /* j */
        start local 4 // int j
         6: goto 16
         7: .line 179
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding java.lang.StringBuffer org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int int
      StackMap stack:
            aload 2 /* annotations */
            ifnull 14
         8: .line 180
            iload 3 /* i */
            ifeq 13
         9: .line 181
            aload 1 /* brackets */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 182
            goto 13
        11: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* brackets */
            aload 2 /* annotations */
            iload 4 /* j */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        12: .line 184
            aload 1 /* brackets */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        13: .line 182
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
            iload 4 /* j */
            aload 2 /* annotations */
            arraylength
            if_icmpge 14
            aload 2 /* annotations */
            iload 4 /* j */
            aaload
            ifnonnull 11
        14: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* brackets */
            ldc "[]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 178
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmplt 7
        end local 4 // int j
        end local 3 // int i
        17: .line 189
            aload 1 /* brackets */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 1 // java.lang.StringBuffer brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1   18     1     brackets  Ljava/lang/StringBuffer;
            4   18     2  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            5   17     3            i  I
            6   17     4            j  I

  public int dimensions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 194
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding elementsType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 204
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            if_icmpne 2
         1: .line 205
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 1 /* oldies */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] oldies
         3: .line 208
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 2 /* newbies */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newbies
         4: .line 210
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: aload 1 /* oldies */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int
      StackMap stack:
         6: aload 1 /* oldies */
            arraylength
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* length */
        start local 4 // int length
         8: goto 13
         9: .line 211
      StackMap locals: int
      StackMap stack:
            aload 1 /* oldies */
            iload 3 /* i */
            aaload
            ifnonnull 12
        10: .line 212
            aload 1 /* oldies */
            iload 3 /* i */
            iconst_1
            iadd
            iload 4 /* length */
            iload 3 /* i */
            isub
            iconst_1
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            astore 2 /* newbies */
            iconst_0
            iload 4 /* length */
            iload 3 /* i */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 213
            goto 14
        12: .line 210
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 9
        end local 4 // int length
        end local 3 // int i
        14: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            isub
            aload 2 /* newbies */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newbies
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] oldies
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            3   15     1   oldies  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            4   15     2  newbies  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            5   14     3        i  I
            8   14     4   length  I

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding erasure();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 224
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* erasedType */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding erasedType
         1: .line 225
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* erasedType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 3
         2: .line 226
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* erasedType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
         3: .line 227
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding erasedType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1    4     1  erasedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding upwardsProjection(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] mentionedTypeVariables
         0: .line 232
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            aload 2 /* mentionedTypeVariables */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.upwardsProjection:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* leafType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
         1: .line 233
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 3 /* leafType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] mentionedTypeVariables
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    2     1                   scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0    2     2  mentionedTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    2     3                leafType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                        Name  Flags
      scope                   
      mentionedTypeVariables  

  public org.eclipse.jdt.internal.compiler.lookup.ArrayBinding downwardsProjection(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] mentionedTypeVariables
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            aload 2 /* mentionedTypeVariables */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.downwardsProjection:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* leafType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
         1: .line 239
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 3 /* leafType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] mentionedTypeVariables
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    2     1                   scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0    2     2  mentionedTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    2     3                leafType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                        Name  Flags
      scope                   
      mentionedTypeVariables  

  public org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 243
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public char[] genericTypeSignature();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 249
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.genericTypeSignature:[C
            ifnonnull 7
         1: .line 250
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         2: .line 251
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         3: goto 5
      StackMap locals: char[] int
      StackMap stack:
         4: aload 1 /* brackets */
            iload 2 /* i */
            bipush 91
            castore
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifge 4
        end local 2 // int i
         6: .line 252
            aload 0 /* this */
            aload 1 /* brackets */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.genericTypeSignature:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.genericTypeSignature:[C
        end local 1 // char[] brackets
         7: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.genericTypeSignature:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            2    7     1  brackets  [C
            3    6     2         i  I

  public org.eclipse.jdt.internal.compiler.lookup.PackageBinding getPackage();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 259
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 264
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 1
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public boolean isCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope captureScope
         0: .line 271
            aload 0 /* this */
            aload 1 /* otherType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 2
         1: .line 272
            iconst_1
            ireturn
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 6
                   68: 3
                  132: 10
                  516: 11
                 4100: 19
                 8196: 11
                32772: 12
              default: 26
          }
         3: .line 276
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            astore 3 /* otherArray */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding otherArray
         4: .line 277
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 6
         5: .line 278
            iconst_0
            ireturn
         6: .line 279
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmpne 8
         7: .line 280
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ireturn
         8: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmpge 26
         9: .line 282
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding otherArray
        10: .line 285
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.WildcardBinding.boundCheck:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ireturn
        12: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18
            getfield org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18.intersectingTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 17
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope top top int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
        13: aload 7
            iload 5
            aaload
            astore 4 /* intersecting */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding intersecting
        14: .line 292
            aload 0 /* this */
            aload 4 /* intersecting */
            aload 2 /* captureScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 16
        15: .line 293
            iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding intersecting
        16: .line 291
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        17: iload 5
            iload 6
            if_icmplt 13
        18: .line 295
            iconst_1
            ireturn
        19: .line 299
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCapture:()Z
            ifeq 25
        20: .line 300
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            astore 4 /* otherCapture */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding otherCapture
        21: .line 302
            aload 4 /* otherCapture */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.lowerBound:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup
            astore 5 /* otherLowerBound */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherLowerBound
        22: ifnull 25
        23: .line 303
            aload 5 /* otherLowerBound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifne 24
            iconst_0
            ireturn
        24: .line 304
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope top org.eclipse.jdt.internal.compiler.lookup.CaptureBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            aload 5 /* otherLowerBound */
            aload 2 /* captureScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ireturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherLowerBound
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding otherCapture
        25: .line 307
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope
      StackMap stack:
            iconst_0
            ireturn
        26: .line 312
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            lookupswitch { // 3
                    1: 27
                   36: 27
                   37: 27
              default: 28
          }
        27: .line 316
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        28: .line 318
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope captureScope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   29     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   29     1        otherType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   29     2     captureScope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            4   10     3       otherArray  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
           14   16     4     intersecting  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           21   25     4     otherCapture  Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
           22   25     5  otherLowerBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      otherType     
      captureScope  

  public boolean isSubtypeOf(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        start local 2 // boolean simulatingBugJDK8026527
         0: .line 323
            aload 0 /* this */
            aload 1 /* otherType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 2
         1: .line 324
            iconst_1
            ireturn
         2: .line 326
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.kind:()I
            lookupswitch { // 4
                   68: 3
                  132: 10
                 4100: 18
                32772: 11
              default: 24
          }
         3: .line 328
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            astore 3 /* otherArray */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding otherArray
         4: .line 329
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 6
         5: .line 330
            iconst_0
            ireturn
         6: .line 331
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmpne 8
         7: .line 332
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* simulatingBugJDK8026527 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isSubtypeOf:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Z
            ireturn
         8: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 3 /* otherArray */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmpge 24
         9: .line 334
            iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding otherArray
        10: .line 337
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 339
      StackMap locals:
      StackMap stack:
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18
            getfield org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18.intersectingTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 16
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int top top int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
        12: aload 7
            iload 5
            aaload
            astore 4 /* intersecting */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding intersecting
        13: .line 340
            aload 0 /* this */
            aload 4 /* intersecting */
            iload 2 /* simulatingBugJDK8026527 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.isSubtypeOf:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Z
            ifne 15
        14: .line 341
            iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding intersecting
        15: .line 339
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        16: iload 5
            iload 6
            if_icmplt 12
        17: .line 343
            iconst_1
            ireturn
        18: .line 346
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCapture:()Z
            ifeq 24
        19: .line 347
            aload 1 /* otherType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.CaptureBinding
            astore 4 /* otherCapture */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding otherCapture
        20: .line 349
            aload 4 /* otherCapture */
            getfield org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.lowerBound:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup
            astore 5 /* otherLowerBound */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherLowerBound
        21: ifnull 24
        22: .line 350
            aload 5 /* otherLowerBound */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifne 23
            iconst_0
            ireturn
        23: .line 351
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int top org.eclipse.jdt.internal.compiler.lookup.CaptureBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            aload 5 /* otherLowerBound */
            iload 2 /* simulatingBugJDK8026527 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.isSubtypeOf:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Z
            ireturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherLowerBound
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.CaptureBinding otherCapture
        24: .line 355
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
            aload 1 /* otherType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            lookupswitch { // 3
                    1: 25
                   36: 25
                   37: 25
              default: 26
          }
        25: .line 359
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        26: .line 361
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean simulatingBugJDK8026527
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding otherType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   27     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   27     1                otherType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   27     2  simulatingBugJDK8026527  Z
            4   10     3               otherArray  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
           13   15     4             intersecting  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           20   24     4             otherCapture  Lorg/eclipse/jdt/internal/compiler/lookup/CaptureBinding;
           21   24     5          otherLowerBound  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                         Name  Flags
      otherType                
      simulatingBugJDK8026527  

  public boolean isProperType(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // boolean admitCapture18
         0: .line 366
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 1 /* admitCapture18 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ireturn
        end local 1 // boolean admitCapture18
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    1     1  admitCapture18  Z
    MethodParameters:
                Name  Flags
      admitCapture18  

  public int kind();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 371
            bipush 68
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 376
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public char[] nullAnnotatedReadableName(org.eclipse.jdt.internal.compiler.impl.CompilerOptions, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Z)[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
        start local 2 // boolean shortNames
         0: .line 381
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            ifnonnull 4
         1: .line 382
            iload 2 /* shortNames */
            ifeq 2
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.shortReadableName:()[C
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.readableName:()[C
      StackMap locals:
      StackMap stack: char[]
         3: areturn
         4: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            anewarray char[]
            astore 3 /* brackets */
        start local 3 // char[][] brackets
         5: .line 384
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 24
         7: .line 385
      StackMap locals: char[][] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            iload 4 /* i */
            laload
            ldc 108086391056891904
            land
            lconst_0
            lcmp
            ifeq 22
         8: .line 387
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            iload 4 /* i */
            laload
            ldc 72057594037927936
            land
            lconst_0
            lcmp
            ifeq 11
         9: .line 388
            aload 1 /* options */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nonNullAnnotationName:[[C
            astore 5 /* fqAnnotationName */
        start local 5 // char[][] fqAnnotationName
        10: goto 12
        end local 5 // char[][] fqAnnotationName
        11: .line 390
      StackMap locals:
      StackMap stack:
            aload 1 /* options */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.nullableAnnotationName:[[C
            astore 5 /* fqAnnotationName */
        start local 5 // char[][] fqAnnotationName
        12: .line 391
      StackMap locals: char[][]
      StackMap stack:
            iload 2 /* shortNames */
            ifeq 14
        13: .line 392
            aload 5 /* fqAnnotationName */
            aload 5 /* fqAnnotationName */
            arraylength
            iconst_1
            isub
            aaload
            goto 15
        14: .line 393
      StackMap locals:
      StackMap stack:
            aload 5 /* fqAnnotationName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
        15: .line 391
      StackMap locals:
      StackMap stack: char[]
            astore 6 /* annotationName */
        start local 6 // char[] annotationName
        16: .line 394
            aload 3 /* brackets */
            iload 4 /* i */
            aload 6 /* annotationName */
            arraylength
            iconst_3
            iadd
            newarray 5
            aastore
        17: .line 395
            aload 3 /* brackets */
            iload 4 /* i */
            aaload
            iconst_0
            bipush 64
            castore
        18: .line 396
            aload 6 /* annotationName */
            iconst_0
            aload 3 /* brackets */
            iload 4 /* i */
            aaload
            iconst_1
            aload 6 /* annotationName */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 397
            aload 3 /* brackets */
            iload 4 /* i */
            aaload
            aload 6 /* annotationName */
            arraylength
            iconst_1
            iadd
            bipush 91
            castore
        20: .line 398
            aload 3 /* brackets */
            iload 4 /* i */
            aaload
            aload 6 /* annotationName */
            arraylength
            iconst_2
            iadd
            bipush 93
            castore
        end local 6 // char[] annotationName
        end local 5 // char[][] fqAnnotationName
        21: .line 399
            goto 23
        22: .line 400
      StackMap locals:
      StackMap stack:
            aload 3 /* brackets */
            iload 4 /* i */
            iconst_2
            newarray 5
            dup
            iconst_0
            bipush 91
            castore
            dup
            iconst_1
            bipush 93
            castore
            aastore
        23: .line 384
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            if_icmplt 7
        end local 4 // int i
        25: .line 403
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* options */
            iload 2 /* shortNames */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.nullAnnotatedReadableName:(Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Z)[C
        26: .line 404
            aload 3 /* brackets */
            bipush 32
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
        27: .line 405
            bipush 32
        28: .line 403
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[CC)[C
            areturn
        end local 3 // char[][] brackets
        end local 2 // boolean shortNames
        end local 1 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions options
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   29     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   29     1           options  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            0   29     2        shortNames  Z
            5   29     3          brackets  [[C
            6   25     4                 i  I
           10   11     5  fqAnnotationName  [[C
           12   21     5  fqAnnotationName  [[C
           16   21     6    annotationName  [C
    MethodParameters:
            Name  Flags
      options     
      shortNames  

  public int problemId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 414
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.problemId:()I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public char[] qualifiedSourceName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 419
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         1: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 421
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* brackets */
            iload 2 /* i */
            bipush 93
            castore
         4: .line 422
            aload 1 /* brackets */
            iload 2 /* i */
            iconst_1
            isub
            bipush 91
            castore
         5: .line 420
            iinc 2 /* i */ -2
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 424
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.qualifiedSourceName:()[C
            aload 1 /* brackets */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
        end local 1 // char[] brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1    8     1  brackets  [C
            2    7     2         i  I

  public char[] readableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 428
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         1: .line 429
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 430
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* brackets */
            iload 2 /* i */
            bipush 93
            castore
         4: .line 431
            aload 1 /* brackets */
            iload 2 /* i */
            iconst_1
            isub
            bipush 91
            castore
         5: .line 429
            iinc 2 /* i */ -2
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 433
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.readableName:()[C
            aload 1 /* brackets */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
        end local 1 // char[] brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1    8     1  brackets  [C
            2    7     2         i  I

  public void setTypeAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[], boolean);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        start local 2 // boolean evalNullAnnotations
         0: .line 438
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 2097152
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
         1: .line 439
            aload 1 /* annotations */
            ifnull 2
            aload 1 /* annotations */
            arraylength
            ifne 3
         2: .line 440
      StackMap locals:
      StackMap stack:
            return
         3: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotations */
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         4: .line 443
            iload 2 /* evalNullAnnotations */
            ifeq 29
         5: .line 444
            lconst_0
            lstore 3 /* nullTagBits */
        start local 3 // long nullTagBits
         6: .line 445
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            ifnonnull 8
         7: .line 446
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_1
            iadd
            newarray 11
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
         8: .line 448
      StackMap locals: long
      StackMap stack:
            iconst_0
            istore 5 /* dimension */
        start local 5 // int dimension
         9: .line 449
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: aload 1 /* annotations */
            arraylength
            istore 7 /* length */
        start local 7 // int length
        11: goto 27
        12: .line 450
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* annotations */
            iload 6 /* i */
            aaload
            astore 8 /* annotation */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
        13: .line 451
            aload 8 /* annotation */
            ifnull 22
        14: .line 452
            aload 8 /* annotation */
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 64
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifeq 18
        15: .line 453
            lload 3 /* nullTagBits */
            ldc 36028797018963968
            lor
            lstore 3 /* nullTagBits */
        16: .line 454
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 1048576
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
        17: .line 455
            goto 26
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
      StackMap stack:
        18: aload 8 /* annotation */
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding.type:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            bipush 32
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasNullBit:(I)Z
            ifeq 26
        19: .line 456
            lload 3 /* nullTagBits */
            ldc 72057594037927936
            lor
            lstore 3 /* nullTagBits */
        20: .line 457
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 1048576
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
        21: .line 459
            goto 26
        22: .line 461
      StackMap locals:
      StackMap stack:
            lload 3 /* nullTagBits */
            lconst_0
            lcmp
            ifeq 25
        23: .line 462
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            iload 5 /* dimension */
            lload 3 /* nullTagBits */
            lastore
        24: .line 463
            lconst_0
            lstore 3 /* nullTagBits */
        25: .line 465
      StackMap locals:
      StackMap stack:
            iinc 5 /* dimension */ 1
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding annotation
        26: .line 449
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 6 /* i */
            iload 7 /* length */
            if_icmplt 12
        end local 7 // int length
        end local 6 // int i
        28: .line 468
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.nullTagBitsPerDimension:[J
            iconst_0
            laload
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
        end local 5 // int dimension
        end local 3 // long nullTagBits
        29: .line 470
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] int
      StackMap stack:
            return
        end local 2 // boolean evalNullAnnotations
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   30     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   30     1          annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0   30     2  evalNullAnnotations  Z
            6   29     3          nullTagBits  J
            9   29     5            dimension  I
           10   28     6                    i  I
           11   28     7               length  I
           13   26     8           annotation  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
                     Name  Flags
      annotations          
      evalNullAnnotations  

  public char[] shortReadableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 473
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         1: .line 474
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 475
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* brackets */
            iload 2 /* i */
            bipush 93
            castore
         4: .line 476
            aload 1 /* brackets */
            iload 2 /* i */
            iconst_1
            isub
            bipush 91
            castore
         5: .line 474
            iinc 2 /* i */ -2
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 478
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.shortReadableName:()[C
            aload 1 /* brackets */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
        end local 1 // char[] brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1    8     1  brackets  [C
            2    7     2         i  I

  public char[] sourceName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 482
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            newarray 5
            astore 1 /* brackets */
        start local 1 // char[] brackets
         1: .line 483
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            iconst_2
            imul
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 484
      StackMap locals: char[] int
      StackMap stack:
            aload 1 /* brackets */
            iload 2 /* i */
            bipush 93
            castore
         4: .line 485
            aload 1 /* brackets */
            iload 2 /* i */
            iconst_1
            isub
            bipush 91
            castore
         5: .line 483
            iinc 2 /* i */ -2
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 487
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.sourceName:()[C
            aload 1 /* brackets */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
        end local 1 // char[] brackets
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            1    8     1  brackets  [C
            2    7     2         i  I

  public void swapUnresolved(org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
         0: .line 491
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* unresolvedType */
            if_acmpne 5
         1: .line 492
            aload 0 /* this */
            aload 3 /* env */
            aload 2 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertUnresolvedBinaryToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         2: .line 505
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* resolvedType */
            if_acmpeq 4
         3: .line 506
            aload 0 /* this */
            aload 3 /* env */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.id:I
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.id:I
         4: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 2305843010824306816
            land
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
         5: .line 509
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment env
        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.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    6     1  unresolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    6     2    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    6     3             env  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
                Name  Flags
      unresolvedType  
      resolvedType    
      env             

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 512
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.debugName:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "NULL TYPE ARRAY"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotated();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 516
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.hasTypeAnnotations:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getUnannotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         2: areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding withoutToplevelNullAnnotation();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 520
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.hasNullTypeAnnotations:()Z
            ifne 2
         1: .line 521
            aload 0 /* this */
            areturn
         2: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.filterNullTypeAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            astore 1 /* newAnnotations */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newAnnotations
         3: .line 523
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 1 /* newAnnotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] newAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            3    4     1  newAnnotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding uncapture(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 527
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            ldc 2305843009213693952
            land
            lconst_0
            lcmp
            ifne 2
         1: .line 528
            aload 0 /* this */
            areturn
         2: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.uncapture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* leafType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
         3: .line 530
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 2 /* leafType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.dimensions:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createArrayType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0    4     1     scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            3    4     2  leafType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
       Name  Flags
      scope  

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

  public long updateTagBits();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
         0: .line 538
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 2
         1: .line 539
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.leafComponentType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.updateTagBits:()J
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.tagBits:J
         2: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeBinding.updateTagBits:()J
            lreturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding getCloneMethod(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
         0: .line 547
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.clone:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 2
         1: .line 548
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.clone:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
         2: .line 549
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ArrayBinding$1
            dup
            aload 0 /* this */
            aload 1 /* originalMethod */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ArrayBinding$1.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
            astore 2 /* method */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         3: .line 555
            aload 2 /* method */
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
         4: .line 556
            aload 2 /* method */
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
         5: .line 557
            aload 2 /* method */
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         6: .line 558
            aload 2 /* method */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
         7: .line 559
            aload 2 /* method */
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         8: .line 560
            aload 2 /* method */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_EXCEPTIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         9: .line 561
            aload 2 /* method */
            aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        10: .line 562
            aload 2 /* method */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 11
            aload 0 /* this */
            goto 12
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        11: aload 1 /* originalMethod */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ArrayBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        12: putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        13: .line 563
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 17
        14: .line 564
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.usesNullTypeAnnotations:()Z
            ifeq 16
        15: .line 565
            aload 2 /* method */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 2 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 17
        16: .line 567
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 72057594037927936
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        17: .line 569
      StackMap locals:
      StackMap stack:
            aload 2 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifeq 19
        18: .line 570
            aload 2 /* method */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 128
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
        19: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.clone:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding originalMethod
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ArrayBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            0   20     1  originalMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            3   20     2          method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
                Name  Flags
      originalMethod  final

  public static boolean isArrayClone(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding
         0: .line 575
            aload 0 /* receiverType */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            ifeq 4
         1: .line 576
            aload 0 /* receiverType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.clone:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 2 /* clone */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding clone
         2: .line 577
            aload 2 /* clone */
            ifnull 3
            aload 1 /* binding */
            aload 2 /* clone */
            if_acmpne 3
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding clone
         4: .line 579
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiverType
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0  receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    5     1       binding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            2    4     2         clone  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
              Name  Flags
      receiverType  
      binding       

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding upwardsProjection(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.upwardsProjection:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding downwardsProjection(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ArrayBinding.downwardsProjection:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ArrayBinding.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.lookup.ArrayBinding$1
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.ArrayBinding$1