public class org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference extends org.eclipse.jdt.internal.compiler.ast.TypeReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference
  super_class: org.eclipse.jdt.internal.compiler.ast.TypeReference
{
  public org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.ast.TypeReference[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeReferences
         0: .line 36
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.TypeReference.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* typeReferences */
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
         2: .line 38
            aload 0 /* this */
            aload 1 /* typeReferences */
            iconst_0
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.sourceStart:I
         3: .line 39
            aload 1 /* typeReferences */
            arraylength
            istore 2 /* length */
        start local 2 // int length
         4: .line 40
            aload 0 /* this */
            aload 1 /* typeReferences */
            iload 2 /* length */
            iconst_1
            isub
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.sourceEnd:I
         5: .line 41
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: aload 1 /* typeReferences */
            arraylength
            istore 4 /* max */
        start local 4 // int max
         7: goto 12
         8: .line 42
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference org.eclipse.jdt.internal.compiler.ast.TypeReference[] int int int
      StackMap stack:
            aload 1 /* typeReferences */
            iload 3 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 1048576
            iand
            ifeq 11
         9: .line 43
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.bits:I
            ldc 1048576
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.bits:I
        10: .line 44
            goto 13
        11: .line 41
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            iload 4 /* max */
            if_icmplt 8
        end local 4 // int max
        end local 3 // int i
        13: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeReferences
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0   14     1  typeReferences  [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            4   14     2          length  I
            6   13     3               i  I
            7   13     4             max  I
    MethodParameters:
                Name  Flags
      typeReferences  

  public org.eclipse.jdt.internal.compiler.ast.TypeReference augmentTypeWithAdditionalDimensions(int, org.eclipse.jdt.internal.compiler.ast.Annotation[][], boolean);
    descriptor: (I[[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Z)Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // int additionalDimensions
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation[][] additionalAnnotations
        start local 3 // boolean isVarargs
         0: .line 51
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // boolean isVarargs
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation[][] additionalAnnotations
        end local 1 // int additionalDimensions
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0    1     1   additionalDimensions  I
            0    1     2  additionalAnnotations  [[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            0    1     3              isVarargs  Z
    MethodParameters:
                       Name  Flags
      additionalDimensions   
      additionalAnnotations  
      isVarargs              

  public char[] getLastToken();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
         0: .line 56
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;

  protected org.eclipse.jdt.internal.compiler.lookup.TypeBinding getTypeBinding(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 64
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.ast.TypeReference[] getTypeReferences();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.BlockScope, boolean, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;ZI)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=18, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // boolean checkBounds
        start local 3 // int location
         0: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         1: .line 76
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 5 /* intersectingTypes */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
         2: .line 77
            iconst_0
            istore 6 /* hasError */
        start local 6 // boolean hasError
         3: .line 79
            iconst_0
            istore 7 /* typeCount */
        start local 7 // int typeCount
         4: .line 81
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 42
         6: .line 82
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference org.eclipse.jdt.internal.compiler.lookup.BlockScope int int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 8 /* i */
            aaload
            astore 9 /* typeReference */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
         7: .line 83
            aload 9 /* typeReference */
            aload 1 /* scope */
            iload 2 /* checkBounds */
            iload 3 /* location */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;ZI)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 10 /* type */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         8: .line 84
            aload 10 /* type */
            ifnull 9
            aload 10 /* type */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifeq 11
         9: .line 85
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            iconst_1
            istore 6 /* hasError */
        10: .line 86
            goto 41
        11: .line 88
      StackMap locals:
      StackMap stack:
            iload 8 /* i */
            ifne 20
        12: .line 89
            aload 10 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 16
        13: .line 90
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* typeReference */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.onlyReferenceTypesInIntersectionCast:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        14: .line 91
            iconst_1
            istore 6 /* hasError */
        15: .line 92
            goto 41
        16: .line 94
      StackMap locals:
      StackMap stack:
            aload 10 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 24
        17: .line 95
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* typeReference */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalArrayTypeInIntersectionCast:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        18: .line 96
            iconst_1
            istore 6 /* hasError */
        19: .line 97
            goto 41
        20: .line 99
      StackMap locals:
      StackMap stack:
            aload 10 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isInterface:()Z
            ifne 24
        21: .line 100
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* typeReference */
            aload 10 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.boundMustBeAnInterface:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        22: .line 101
            iconst_1
            istore 6 /* hasError */
        23: .line 102
            goto 41
        24: .line 104
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        25: goto 39
        26: .line 105
      StackMap locals: int
      StackMap stack:
            aload 5 /* intersectingTypes */
            iload 11 /* j */
            aaload
            astore 12 /* priorType */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding priorType
        27: .line 106
            aload 12 /* priorType */
            aload 10 /* type */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 31
        28: .line 107
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* typeReference */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.duplicateBoundInIntersectionCast:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        29: .line 108
            iconst_1
            istore 6 /* hasError */
        30: .line 109
            goto 38
        31: .line 111
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 12 /* priorType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isInterface:()Z
            ifne 33
        32: .line 112
            goto 38
        33: .line 113
      StackMap locals:
      StackMap stack:
            aload 10 /* type */
            aload 12 /* priorType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 12 /* priorType */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 36
        34: .line 114
            aload 5 /* intersectingTypes */
            iload 11 /* j */
            aload 10 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aastore
        35: .line 115
            goto 41
        36: .line 117
      StackMap locals:
      StackMap stack:
            aload 12 /* priorType */
            aload 10 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 10 /* type */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 38
        37: .line 118
            goto 41
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding priorType
        38: .line 104
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        39: iload 11 /* j */
            iload 7 /* typeCount */
            if_icmplt 26
        end local 11 // int j
        40: .line 120
            aload 5 /* intersectingTypes */
            iload 7 /* typeCount */
            iinc 7 /* typeCount */ 1
            aload 10 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aastore
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        41: .line 81
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 8 /* i */
            iload 4 /* length */
            if_icmplt 6
        end local 8 // int i
        43: .line 123
            iload 6 /* hasError */
            ifeq 45
        44: .line 124
            aconst_null
            areturn
        45: .line 126
      StackMap locals:
      StackMap stack:
            iload 7 /* typeCount */
            iload 4 /* length */
            if_icmpeq 49
        46: .line 127
            iload 7 /* typeCount */
            iconst_1
            if_icmpne 48
        47: .line 128
            aload 0 /* this */
            aload 5 /* intersectingTypes */
            iconst_0
            aaload
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        48: .line 130
      StackMap locals:
      StackMap stack:
            aload 5 /* intersectingTypes */
            iconst_0
            iload 7 /* typeCount */
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 5 /* intersectingTypes */
            iconst_0
            iload 7 /* typeCount */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        49: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 5 /* intersectingTypes */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createIntersectionType18:([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18
            astore 8 /* intersectionType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18 intersectionType
        50: .line 134
            aconst_null
            astore 9 /* itsSuperclass */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding itsSuperclass
        51: .line 135
            aload 5 /* intersectingTypes */
            astore 10 /* interfaces */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfaces
        52: .line 136
            aload 5 /* intersectingTypes */
            iconst_0
            aaload
            astore 11 /* firstType */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding firstType
        53: .line 137
            aload 11 /* firstType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isClass:()Z
            ifeq 56
        54: .line 138
            aload 11 /* firstType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 9 /* itsSuperclass */
        55: .line 139
            aload 5 /* intersectingTypes */
            iconst_1
            iload 7 /* typeCount */
            iconst_1
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            dup
            astore 10 /* interfaces */
            iconst_0
            iload 7 /* typeCount */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        56: .line 142
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference org.eclipse.jdt.internal.compiler.lookup.BlockScope int int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int int org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18 org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            new java.util.HashMap
            dup
            iconst_2
            invokespecial java.util.HashMap.<init>:(I)V
            astore 12 /* invocations */
        start local 12 // java.util.Map invocations
        57: .line 143
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        58: aload 10 /* interfaces */
            arraylength
            istore 14 /* interfaceCount */
        start local 14 // int interfaceCount
        59: goto 73
        60: .line 144
      StackMap locals: java.util.Map int int
      StackMap stack:
            aload 10 /* interfaces */
            iload 13 /* i */
            aaload
            astore 15 /* one */
        start local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding one
        61: .line 145
            aload 15 /* one */
            ifnonnull 62
            goto 72
        62: .line 146
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 9 /* itsSuperclass */
            ifnull 64
            aload 1 /* scope */
            aload 9 /* itsSuperclass */
            aload 15 /* one */
            aload 12 /* invocations */
            aload 8 /* intersectionType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.hasErasedCandidatesCollisions:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Ljava/util/Map;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)Z
            ifeq 64
        63: .line 147
            goto 72
        64: .line 148
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 16 /* j */
        start local 16 // int j
        65: goto 71
        66: .line 149
      StackMap locals: int
      StackMap stack:
            aload 10 /* interfaces */
            iload 16 /* j */
            aaload
            astore 17 /* two */
        start local 17 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding two
        67: .line 150
            aload 17 /* two */
            ifnonnull 68
            goto 70
        68: .line 151
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 1 /* scope */
            aload 15 /* one */
            aload 17 /* two */
            aload 12 /* invocations */
            aload 8 /* intersectionType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.hasErasedCandidatesCollisions:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Ljava/util/Map;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)Z
            ifeq 70
        69: .line 152
            goto 72
        end local 17 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding two
        70: .line 148
      StackMap locals:
      StackMap stack:
            iinc 16 /* j */ 1
      StackMap locals:
      StackMap stack:
        71: iload 16 /* j */
            iload 13 /* i */
            if_icmplt 66
        end local 16 // int j
        end local 15 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding one
        72: .line 143
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 13 /* i */
            iload 14 /* interfaceCount */
            if_icmplt 60
        end local 14 // int interfaceCount
        end local 13 // int i
        74: .line 155
            aload 8 /* intersectionType */
            getfield org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18.tagBits:J
            ldc 131072
            land
            lconst_0
            lcmp
            ifeq 76
        75: .line 156
            aconst_null
            areturn
        76: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 8 /* intersectionType */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 12 // java.util.Map invocations
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding firstType
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] interfaces
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding itsSuperclass
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.IntersectionTypeBinding18 intersectionType
        end local 7 // int typeCount
        end local 6 // boolean hasError
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] intersectingTypes
        end local 4 // int length
        end local 3 // int location
        end local 2 // boolean checkBounds
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   77     0               this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0   77     1              scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   77     2        checkBounds  Z
            0   77     3           location  I
            1   77     4             length  I
            2   77     5  intersectingTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   77     6           hasError  Z
            4   77     7          typeCount  I
            5   43     8                  i  I
            7   41     9      typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            8   41    10               type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           25   40    11                  j  I
           27   38    12          priorType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           50   77     8   intersectionType  Lorg/eclipse/jdt/internal/compiler/lookup/IntersectionTypeBinding18;
           51   77     9      itsSuperclass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           52   77    10         interfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           53   77    11          firstType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           57   77    12        invocations  Ljava/util/Map;
           58   74    13                  i  I
           59   74    14     interfaceCount  I
           61   72    15                one  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           65   72    16                  j  I
           67   70    17                two  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
             Name  Flags
      scope        
      checkBounds  
      location     

  public char[][] getTypeName();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
         0: .line 164
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iconst_0
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.getTypeName:()[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 169
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 9
         1: .line 170
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* length */
        start local 3 // int length
         4: .line 171
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 172
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         7: .line 171
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 4 // int i
        end local 3 // int length
         9: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        10: .line 176
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0   11     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   11     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            4    9     3   length  I
            5    9     4        i  I
    MethodParameters:
         Name  Flags
      visitor  
      scope    

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 180
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unexpected traversal request: IntersectionTypeReference in class scope"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0    1     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    1     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
         Name  Flags
      visitor  
      scope    

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 185
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* length */
        start local 3 // int length
         3: .line 186
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         4: .line 187
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 188
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference.typeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         7: .line 189
            iload 4 /* i */
            iload 3 /* length */
            iconst_1
            isub
            if_icmpeq 9
         8: .line 190
            aload 2 /* output */
            ldc " & "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 187
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 4 // int i
        11: .line 193
            aload 2 /* output */
            areturn
        end local 3 // int length
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.IntersectionCastTypeReference this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference;
            0   12     1  indent  I
            0   12     2  output  Ljava/lang/StringBuffer;
            3   12     3  length  I
            5   11     4       i  I
    MethodParameters:
        Name  Flags
      indent  
      output  
}
SourceFile: "IntersectionCastTypeReference.java"