public class org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding extends org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
{
  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] wrappers;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 

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

  void <init>(char[][], org.eclipse.jdt.internal.compiler.lookup.PackageBinding);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
         0: .line 29
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* compoundName */
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
         2: .line 31
            aload 0 /* this */
            aload 1 /* compoundName */
            aload 1 /* compoundName */
            arraylength
            iconst_1
            isub
            aaload
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.sourceName:[C
         3: .line 32
            aload 0 /* this */
            aload 2 /* packageBinding */
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
         4: .line 33
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         5: .line 34
            aload 0 /* this */
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
         6: .line 35
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.computeId:()V
         7: .line 36
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.PackageBinding packageBinding
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    8     1    compoundName  [[C
            0    8     2  packageBinding  Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
    MethodParameters:
                Name  Flags
      compoundName    
      packageBinding  

  public void <init>(org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding prototype
         0: .line 39
            aload 0 /* this */
            aload 1 /* prototype */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         1: .line 40
            aload 0 /* this */
            aload 1 /* prototype */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         2: .line 41
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 42
            aload 0 /* this */
            aload 1 /* prototype */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
         4: .line 43
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding prototype
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    5     1  prototype  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
    MethodParameters:
           Name  Flags
      prototype  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding clone(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding outerType
         0: .line 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 2
         1: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* outerType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.clone:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
         2: .line 49
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;)V
            astore 2 /* copy */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding copy
         3: .line 50
            aload 0 /* this */
            aload 2 /* copy */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.addWrapper:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         4: .line 51
            aload 2 /* copy */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding copy
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding outerType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    5     1  outerType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3    5     2       copy  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
    MethodParameters:
           Name  Flags
      outerType  

  void addWrapper(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding wrapper
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 3
         1: .line 58
            aload 1 /* wrapper */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 2 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.swapUnresolved:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         2: .line 59
            return
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 6
         4: .line 62
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            iconst_0
            aload 1 /* wrapper */
            aastore
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         5: .line 63
            goto 9
         6: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         7: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 3 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 3 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* length */
            aload 1 /* wrapper */
            aastore
        end local 3 // int length
         9: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding wrapper
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   10     1      wrapper  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   10     2  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            7    9     3       length  I
    MethodParameters:
             Name  Flags
      wrapper      
      environment  

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

  public java.lang.String debugName();
    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.UnresolvedReferenceBinding this
         0: .line 75
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;

  public int depth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
         0: .line 81
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            arraylength
            iconst_1
            isub
            istore 1 /* last */
        start local 1 // int last
         1: .line 82
            bipush 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            iload 1 /* last */
            aaload
            iconst_1
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.occurencesOf:(C[CI)I
            ireturn
        end local 1 // int last
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            1    2     1  last  I

  public boolean hasTypeBit(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // int bit
         0: .line 87
            iconst_0
            ireturn
        end local 1 // int bit
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0    1     1   bit  I
    MethodParameters:
      Name  Flags
      bit   

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding prototype();
    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.UnresolvedReferenceBinding this
         0: .line 92
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;

  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolve(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        start local 2 // boolean convertGenericToRawType
         0: .line 97
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            if_acmpeq 7
         1: .line 98
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.prototype:Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            aload 1 /* environment */
            iload 2 /* convertGenericToRawType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
         2: .line 99
            iload 2 /* convertGenericToRawType */
            ifeq 5
            aload 3 /* targetType */
            ifnull 5
            aload 3 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 5
         3: .line 100
            aload 1 /* environment */
            aload 3 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            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;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* targetType */
         4: .line 101
            goto 6
         5: .line 102
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
         6: .line 104
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
         7: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
         8: .line 107
            aload 3 /* targetType */
            ifnonnull 28
         9: .line 108
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            arraylength
            iconst_1
            isub
            aaload
            astore 4 /* typeName */
        start local 4 // char[] typeName
        10: .line 109
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 4 /* typeName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType0:([C)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
        11: .line 110
            aload 3 /* targetType */
            aload 0 /* this */
            if_acmpeq 12
            aload 3 /* targetType */
            ifnonnull 16
        12: .line 111
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding char[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.SplitPackageBinding
            ifeq 14
        13: .line 112
            aload 1 /* environment */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 4 /* typeName */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
            goto 16
        14: .line 113
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType */
            aload 0 /* this */
            if_acmpne 16
        15: .line 114
            aload 1 /* environment */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
        16: .line 116
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType */
            ifnull 17
            aload 3 /* targetType */
            aload 0 /* this */
            if_acmpne 19
      StackMap locals:
      StackMap stack:
        17: bipush 46
            aload 4 /* typeName */
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.contains:(C[C)Z
            ifeq 19
        18: .line 118
            aload 1 /* environment */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 4 /* typeName */
            bipush 46
            bipush 36
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.replaceOnCopy:([CCC)[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.enclosingModule:Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* targetType */
        19: .line 120
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType */
            ifnull 20
            aload 3 /* targetType */
            aload 0 /* this */
            if_acmpne 27
        20: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifne 26
            aload 1 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.mayTolerateMissingType:Z
            ifne 26
        21: .line 123
            aload 1 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.problemReporter:Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
        22: .line 124
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
        23: .line 125
            aload 1 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.root:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.unitBeingCompleted:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
        24: .line 126
            aload 1 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.missingClassFileLocation:Ljava/lang/Object;
        25: .line 123
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.isClassPathCorrect:([[CLorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Ljava/lang/Object;)V
        26: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* environment */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createMissingType:(Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C)Lorg/eclipse/jdt/internal/compiler/lookup/MissingTypeBinding;
            astore 3 /* targetType */
        27: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* targetType */
            aload 1 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.setResolvedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
        end local 4 // char[] typeName
        28: .line 133
      StackMap locals:
      StackMap stack:
            iload 2 /* convertGenericToRawType */
            ifeq 30
        29: .line 134
            aload 1 /* environment */
            aload 3 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertUnresolvedBinaryToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* targetType */
        30: .line 136
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
        end local 2 // boolean convertGenericToRawType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   31     0                     this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   31     1              environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0   31     2  convertGenericToRawType  Z
            2    7     3               targetType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            8   31     3               targetType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           10   28     4                 typeName  [C
    MethodParameters:
                         Name  Flags
      environment              
      convertGenericToRawType  

  void setResolvedType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 139
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* targetType */
            if_acmpne 1
            return
         1: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* targetType */
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         2: .line 143
            aload 2 /* environment */
            aload 0 /* this */
            aload 1 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.updateCaches:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         3: .line 146
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 10
         4: .line 147
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 4 /* l */
        start local 4 // int l
         6: goto 9
         7: .line 148
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* i */
            aaload
            aload 0 /* this */
            aload 1 /* targetType */
            aload 2 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.swapUnresolved:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
         8: .line 147
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 4 /* l */
            if_icmplt 7
        end local 4 // int l
        end local 3 // int i
        10: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   11     1   targetType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   11     2  environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5   10     3            i  I
            6   10     4            l  I
    MethodParameters:
             Name  Flags
      targetType   
      environment  

  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=4, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 153
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 1
            return
         1: .line 154
      StackMap locals:
      StackMap stack:
            aload 2 /* unannotatedType */
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.clone:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 4 /* annotatedType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotatedType
         2: .line 155
            aload 0 /* this */
            aload 4 /* annotatedType */
            putfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         3: .line 156
            aload 4 /* annotatedType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aload 3 /* environment */
            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
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.setTypeAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Z)V
         4: .line 158
            aload 3 /* environment */
            aload 0 /* this */
            aload 4 /* annotatedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.updateCaches:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
         5: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 12
         6: .line 160
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 6 /* l */
        start local 6 // int l
         8: goto 11
         9: .line 161
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.wrappers:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* i */
            aaload
            aload 0 /* this */
            aload 4 /* annotatedType */
            aload 3 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.swapUnresolved:(Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
        10: .line 160
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 6 /* l */
            if_icmplt 9
        end local 6 // int l
        end local 5 // int i
        12: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding annotatedType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding unannotatedType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding unresolvedType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   13     1   unresolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
            0   13     2  unannotatedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   13     3      environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2   13     4    annotatedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   12     5                i  I
            8   12     6                l  I
    MethodParameters:
                 Name  Flags
      unresolvedType   
      unannotatedType  
      environment      

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
         0: .line 166
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.hasTypeAnnotations:()Z
            ifeq 2
         1: .line 167
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.annotatedDebugName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(unresolved)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 168
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Unresolved type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding.compoundName:[[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.toString:([[C)Ljava/lang/String;
            goto 4
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         3: ldc "UNNAMED"
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding
      StackMap stack: java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/UnresolvedReferenceBinding;
}
SourceFile: "UnresolvedReferenceBinding.java"