final class com.sun.jndi.ldap.LdapReferralContext implements javax.naming.directory.DirContext, javax.naming.ldap.LdapContext
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapReferralContext
  super_class: java.lang.Object
{
  private javax.naming.directory.DirContext refCtx;
    descriptor: Ljavax/naming/directory/DirContext;
    flags: (0x0002) ACC_PRIVATE

  private javax.naming.Name urlName;
    descriptor: Ljavax/naming/Name;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String urlAttrs;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String urlScope;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String urlFilter;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jndi.ldap.LdapReferralException refEx;
    descriptor: Lcom/sun/jndi/ldap/LdapReferralException;
    flags: (0x0002) ACC_PRIVATE

  private boolean skipThisReferral;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int hopCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private javax.naming.NamingException previousEx;
    descriptor: Ljavax/naming/NamingException;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jndi.ldap.LdapReferralException, java.util.Hashtable<?, ?>, javax.naming.ldap.Control[], javax.naming.ldap.Control[], java.lang.String, boolean, );
    descriptor: (Lcom/sun/jndi/ldap/LdapReferralException;Ljava/util/Hashtable;[Ljavax/naming/ldap/Control;[Ljavax/naming/ldap/Control;Ljava/lang/String;ZI)V
    flags: (0x0000) 
    Code:
      stack=7, locals=13, args_size=8
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // com.sun.jndi.ldap.LdapReferralException ex
        start local 2 // java.util.Hashtable env
        start local 3 // javax.naming.ldap.Control[] connCtls
        start local 4 // javax.naming.ldap.Control[] reqCtls
        start local 5 // java.lang.String nextName
        start local 6 // boolean skipThisReferral
        start local 7 // int handleReferrals
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
         2: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
         3: .line 46
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
         4: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
         5: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
         6: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
         7: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
         8: .line 52
            aload 0 /* this */
            iconst_1
            putfield com.sun.jndi.ldap.LdapReferralContext.hopCount:I
         9: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.previousEx:Ljavax/naming/NamingException;
        10: .line 64
            aload 0 /* this */
            aload 1 /* ex */
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
        11: .line 66
            aload 0 /* this */
            iload 6 /* skipThisReferral */
            dup_x1
            putfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 13
        12: .line 67
            return
        13: .line 73
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int
      StackMap stack:
            aload 2 /* env */
            ifnull 18
        14: .line 74
            aload 2 /* env */
            invokevirtual java.util.Hashtable.clone:()Ljava/lang/Object;
            checkcast java.util.Hashtable
            astore 2 /* env */
        15: .line 77
            aload 3 /* connCtls */
            ifnonnull 20
        16: .line 78
            aload 2 /* env */
            ldc "java.naming.ldap.control.connect"
            invokevirtual java.util.Hashtable.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 80
            goto 20
      StackMap locals:
      StackMap stack:
        18: aload 3 /* connCtls */
            ifnull 20
        19: .line 81
            new java.util.Hashtable
            dup
            iconst_5
            invokespecial java.util.Hashtable.<init>:(I)V
            astore 2 /* env */
        20: .line 83
      StackMap locals:
      StackMap stack:
            aload 3 /* connCtls */
            ifnull 25
        21: .line 84
            aload 3 /* connCtls */
            arraylength
            anewarray javax.naming.ldap.Control
            astore 9 /* copiedCtls */
        start local 9 // javax.naming.ldap.Control[] copiedCtls
        22: .line 85
            aload 3 /* connCtls */
            iconst_0
            aload 9 /* copiedCtls */
            iconst_0
            aload 3 /* connCtls */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 87
            aload 2 /* env */
        24: .line 88
            ldc "java.naming.ldap.control.connect"
            aload 9 /* copiedCtls */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // javax.naming.ldap.Control[] copiedCtls
        25: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.getNextReferral:()Ljava/lang/String;
            astore 8 /* referral */
        start local 8 // java.lang.String referral
        26: .line 94
            aload 8 /* referral */
            ifnonnull 37
        27: .line 95
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.previousEx:Ljavax/naming/NamingException;
            ifnull 29
        28: .line 96
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.previousEx:Ljavax/naming/NamingException;
            invokevirtual javax.naming.NamingException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast javax.naming.NamingException
            athrow
        29: .line 98
      StackMap locals: java.lang.String
      StackMap stack:
            new javax.naming.NamingException
            dup
        30: .line 99
            ldc "Illegal encoding: referral is empty"
        31: .line 98
            invokespecial javax.naming.NamingException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.String referral
        32: .line 103
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 9 /* e */
        start local 9 // com.sun.jndi.ldap.LdapReferralException e
        33: .line 105
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 35
        34: .line 106
            aload 9 /* e */
            athrow
        35: .line 108
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int top com.sun.jndi.ldap.LdapReferralException
      StackMap stack:
            aload 0 /* this */
            aload 9 /* e */
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
        36: .line 109
            goto 25
        end local 9 // com.sun.jndi.ldap.LdapReferralException e
        start local 8 // java.lang.String referral
        37: .line 114
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int java.lang.String
      StackMap stack:
            new javax.naming.Reference
            dup
            ldc "javax.naming.directory.DirContext"
        38: .line 115
            new javax.naming.StringRefAddr
            dup
            ldc "URL"
            aload 8 /* referral */
            invokespecial javax.naming.StringRefAddr.<init>:(Ljava/lang/String;Ljava/lang/String;)V
        39: .line 114
            invokespecial javax.naming.Reference.<init>:(Ljava/lang/String;Ljavax/naming/RefAddr;)V
            astore 9 /* ref */
        start local 9 // javax.naming.Reference ref
        40: .line 119
            aload 9 /* ref */
            aconst_null
            aconst_null
            aload 2 /* env */
            invokestatic javax.naming.spi.NamingManager.getObjectInstance:(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;
            astore 10 /* obj */
        start local 10 // java.lang.Object obj
        41: .line 121
            goto 54
        end local 10 // java.lang.Object obj
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int java.lang.String javax.naming.Reference
      StackMap stack: javax.naming.NamingException
        42: astore 11 /* e */
        start local 11 // javax.naming.NamingException e
        43: .line 123
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 45
        44: .line 124
            aload 11 /* e */
            athrow
        45: .line 128
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int java.lang.String javax.naming.Reference top javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            aload 11 /* e */
            putfield com.sun.jndi.ldap.LdapReferralContext.previousEx:Ljavax/naming/NamingException;
        46: .line 131
            goto 25
        end local 11 // javax.naming.NamingException e
        47: .line 133
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext com.sun.jndi.ldap.LdapReferralException java.util.Hashtable javax.naming.ldap.Control[] javax.naming.ldap.Control[] java.lang.String int int java.lang.String javax.naming.Reference
      StackMap stack: java.lang.Exception
            astore 11 /* e */
        start local 11 // java.lang.Exception e
        48: .line 135
            new javax.naming.NamingException
            dup
        49: .line 136
            ldc "problem generating object using object factory"
        50: .line 135
            invokespecial javax.naming.NamingException.<init>:(Ljava/lang/String;)V
        51: .line 134
            astore 12 /* e2 */
        start local 12 // javax.naming.NamingException e2
        52: .line 137
            aload 12 /* e2 */
            aload 11 /* e */
            invokevirtual javax.naming.NamingException.setRootCause:(Ljava/lang/Throwable;)V
        53: .line 138
            aload 12 /* e2 */
            athrow
        end local 12 // javax.naming.NamingException e2
        end local 11 // java.lang.Exception e
        start local 10 // java.lang.Object obj
        54: .line 140
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* obj */
            instanceof javax.naming.directory.DirContext
            ifeq 60
        55: .line 141
            aload 0 /* this */
            aload 10 /* obj */
            checkcast javax.naming.directory.DirContext
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
        56: .line 142
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifeq 58
            aload 4 /* reqCtls */
            ifnull 58
        57: .line 143
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 4 /* reqCtls */
            invokeinterface javax.naming.ldap.LdapContext.setRequestControls:([Ljavax/naming/ldap/Control;)V
        58: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 8 /* referral */
            aload 5 /* nextName */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.initDefaults:(Ljava/lang/String;Ljava/lang/String;)V
        59: .line 147
            goto 65
        60: .line 149
      StackMap locals:
      StackMap stack:
            new javax.naming.NotContextException
            dup
        61: .line 150
            new java.lang.StringBuilder
            dup
            ldc "Cannot create context for: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* referral */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        62: .line 149
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            astore 11 /* ne */
        start local 11 // javax.naming.NamingException ne
        63: .line 151
            aload 11 /* ne */
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            aload 5 /* nextName */
            invokevirtual javax.naming.CompositeName.add:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual javax.naming.NamingException.setRemainingName:(Ljavax/naming/Name;)V
        64: .line 152
            aload 11 /* ne */
            athrow
        end local 11 // javax.naming.NamingException ne
        end local 10 // java.lang.Object obj
        end local 9 // javax.naming.Reference ref
        65: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String referral
        end local 7 // int handleReferrals
        end local 6 // boolean skipThisReferral
        end local 5 // java.lang.String nextName
        end local 4 // javax.naming.ldap.Control[] reqCtls
        end local 3 // javax.naming.ldap.Control[] connCtls
        end local 2 // java.util.Hashtable env
        end local 1 // com.sun.jndi.ldap.LdapReferralException ex
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   66     0              this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   66     1                ex  Lcom/sun/jndi/ldap/LdapReferralException;
            0   66     2               env  Ljava/util/Hashtable<**>;
            0   66     3          connCtls  [Ljavax/naming/ldap/Control;
            0   66     4           reqCtls  [Ljavax/naming/ldap/Control;
            0   66     5          nextName  Ljava/lang/String;
            0   66     6  skipThisReferral  Z
            0   66     7   handleReferrals  I
           26   32     8          referral  Ljava/lang/String;
           37   66     8          referral  Ljava/lang/String;
           22   25     9        copiedCtls  [Ljavax/naming/ldap/Control;
           33   37     9                 e  Lcom/sun/jndi/ldap/LdapReferralException;
           40   65     9               ref  Ljavax/naming/Reference;
           41   42    10               obj  Ljava/lang/Object;
           54   65    10               obj  Ljava/lang/Object;
           43   47    11                 e  Ljavax/naming/NamingException;
           48   54    11                 e  Ljava/lang/Exception;
           52   54    12                e2  Ljavax/naming/NamingException;
           63   65    11                ne  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
          25    32      32  Class com.sun.jndi.ldap.LdapReferralException
          40    41      42  Class javax.naming.NamingException
          40    41      47  Class java.lang.Exception
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Lcom/sun/jndi/ldap/LdapReferralException;Ljava/util/Hashtable<**>;[Ljavax/naming/ldap/Control;[Ljavax/naming/ldap/Control;Ljava/lang/String;ZI)V
    MethodParameters:
                  Name  Flags
      ex                
      env               
      connCtls          
      reqCtls           
      nextName          
      skipThisReferral  
      handleReferrals   

  private void initDefaults(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String referral
        start local 2 // java.lang.String nextName
         0: .line 162
            new com.sun.jndi.ldap.LdapURL
            dup
            aload 1 /* referral */
            invokespecial com.sun.jndi.ldap.LdapURL.<init>:(Ljava/lang/String;)V
            astore 4 /* url */
        start local 4 // com.sun.jndi.ldap.LdapURL url
         1: .line 163
            aload 4 /* url */
            invokevirtual com.sun.jndi.ldap.LdapURL.getDN:()Ljava/lang/String;
            astore 3 /* urlString */
        start local 3 // java.lang.String urlString
         2: .line 164
            aload 0 /* this */
            aload 4 /* url */
            invokevirtual com.sun.jndi.ldap.LdapURL.getAttributes:()Ljava/lang/String;
            putfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
         3: .line 165
            aload 0 /* this */
            aload 4 /* url */
            invokevirtual com.sun.jndi.ldap.LdapURL.getScope:()Ljava/lang/String;
            putfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
         4: .line 166
            aload 0 /* this */
            aload 4 /* url */
            invokevirtual com.sun.jndi.ldap.LdapURL.getFilter:()Ljava/lang/String;
            putfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
        end local 4 // com.sun.jndi.ldap.LdapURL url
         5: .line 168
            goto 9
        end local 3 // java.lang.String urlString
      StackMap locals:
      StackMap stack: javax.naming.NamingException
         6: pop
         7: .line 170
            aload 1 /* referral */
            astore 3 /* urlString */
        start local 3 // java.lang.String urlString
         8: .line 171
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
            dup_x1
            putfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            putfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
         9: .line 175
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 12
        10: .line 176
            aload 2 /* nextName */
            astore 3 /* urlString */
        11: .line 177
            goto 13
        12: .line 179
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 3 /* urlString */
        13: .line 182
      StackMap locals:
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 16
        14: .line 183
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
        15: .line 184
            goto 19
        16: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* urlString */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 17
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            goto 18
        17: .line 186
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralContext
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            aload 3 /* urlString */
            invokevirtual javax.naming.CompositeName.add:(Ljava/lang/String;)Ljavax/naming/Name;
        18: .line 185
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext java.lang.String java.lang.String java.lang.String
      StackMap stack: com.sun.jndi.ldap.LdapReferralContext javax.naming.Name
            putfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
        19: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String urlString
        end local 2 // java.lang.String nextName
        end local 1 // java.lang.String referral
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   20     1   referral  Ljava/lang/String;
            0   20     2   nextName  Ljava/lang/String;
            2    6     3  urlString  Ljava/lang/String;
            8   20     3  urlString  Ljava/lang/String;
            1    5     4        url  Lcom/sun/jndi/ldap/LdapURL;
      Exception table:
        from    to  target  type
           0     5       6  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      referral  
      nextName  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 192
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            ifnull 3
         1: .line 193
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            invokeinterface javax.naming.directory.DirContext.close:()V
         2: .line 194
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
         3: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
         4: .line 197
            return
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException

  void setHopCount(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // int hopCount
         0: .line 200
            aload 0 /* this */
            iload 1 /* hopCount */
            putfield com.sun.jndi.ldap.LdapReferralContext.hopCount:I
         1: .line 201
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof com.sun.jndi.ldap.LdapCtx
            ifeq 3
         2: .line 202
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast com.sun.jndi.ldap.LdapCtx
            iload 1 /* hopCount */
            invokevirtual com.sun.jndi.ldap.LdapCtx.setHopCount:(I)V
         3: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int hopCount
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  hopCount  I
    MethodParameters:
          Name  Flags
      hopCount  

  public java.lang.Object lookup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 207
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.lookup:(Ljavax/naming/Name;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object lookup(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 211
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 213
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 212
            checkcast javax.naming.NamingException
            athrow
         3: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.lookup:(Ljavax/naming/Name;)Ljava/lang/Object;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public void bind(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object obj
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* obj */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.bind:(Ljavax/naming/Name;Ljava/lang/Object;)V
         1: .line 221
            return
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  name  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      obj   

  public void bind(javax.naming.Name, java.lang.Object);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
         0: .line 224
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 226
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 225
            checkcast javax.naming.NamingException
            athrow
         3: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* obj */
            invokeinterface javax.naming.directory.DirContext.bind:(Ljavax/naming/Name;Ljava/lang/Object;)V
         4: .line 230
            return
        end local 2 // java.lang.Object obj
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  name  Ljavax/naming/Name;
            0    5     2   obj  Ljava/lang/Object;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      obj   

  public void rebind(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object obj
         0: .line 233
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* obj */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.rebind:(Ljavax/naming/Name;Ljava/lang/Object;)V
         1: .line 234
            return
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  name  Ljava/lang/String;
            0    2     2   obj  Ljava/lang/Object;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      obj   

  public void rebind(javax.naming.Name, java.lang.Object);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
         0: .line 237
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 239
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 238
            checkcast javax.naming.NamingException
            athrow
         3: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* obj */
            invokeinterface javax.naming.directory.DirContext.rebind:(Ljavax/naming/Name;Ljava/lang/Object;)V
         4: .line 243
            return
        end local 2 // java.lang.Object obj
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  name  Ljavax/naming/Name;
            0    5     2   obj  Ljava/lang/Object;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      obj   

  public void unbind(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 246
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.unbind:(Ljavax/naming/Name;)V
         1: .line 247
            return
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public void unbind(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 250
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 252
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 251
            checkcast javax.naming.NamingException
            athrow
         3: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.unbind:(Ljavax/naming/Name;)V
         4: .line 256
            return
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public void rename(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String oldName
        start local 2 // java.lang.String newName
         0: .line 259
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* oldName */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 0 /* this */
            aload 2 /* newName */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.rename:(Ljavax/naming/Name;Ljavax/naming/Name;)V
         1: .line 260
            return
        end local 2 // java.lang.String newName
        end local 1 // java.lang.String oldName
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  oldName  Ljava/lang/String;
            0    2     2  newName  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      oldName  
      newName  

  public void rename(javax.naming.Name, javax.naming.Name);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/Name;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name oldName
        start local 2 // javax.naming.Name newName
         0: .line 263
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 265
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 264
            checkcast javax.naming.NamingException
            athrow
         3: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* oldName */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.getNewRdn:()Ljava/lang/String;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.rename:(Ljavax/naming/Name;Ljavax/naming/Name;)V
         4: .line 269
            return
        end local 2 // javax.naming.Name newName
        end local 1 // javax.naming.Name oldName
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  oldName  Ljavax/naming/Name;
            0    5     2  newName  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      oldName  
      newName  

  public javax.naming.NamingEnumeration<javax.naming.NameClassPair> list(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 272
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.list:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration<javax.naming.NameClassPair> list(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 277
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 279
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 278
            checkcast javax.naming.NamingException
            athrow
         3: .line 282
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* ne */
        start local 2 // javax.naming.NamingEnumeration ne
         4: .line 284
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 11
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ldc "base"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         5: .line 285
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
            astore 3 /* cons */
        start local 3 // javax.naming.directory.SearchControls cons
         6: .line 286
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 287
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 290
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            ldc "(objectclass=*)"
            aload 3 /* cons */
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
         9: .line 289
            astore 2 /* ne */
        end local 3 // javax.naming.directory.SearchControls cons
        10: .line 292
            goto 12
        11: .line 293
      StackMap locals: javax.naming.NamingEnumeration
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.list:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
            astore 2 /* ne */
        12: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            iconst_1
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNameResolved:(Z)V
        13: .line 301
            aload 2 /* ne */
            checkcast com.sun.jndi.ldap.ReferralEnumeration
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokeinterface com.sun.jndi.ldap.ReferralEnumeration.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)V
        14: .line 303
            aload 2 /* ne */
        15: areturn
        end local 2 // javax.naming.NamingEnumeration ne
        16: .line 305
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext javax.naming.Name
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 2 /* e */
        start local 2 // com.sun.jndi.ldap.LdapReferralException e
        17: .line 311
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            pop
        18: .line 312
            aload 2 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast javax.naming.NamingException
            athrow
        end local 2 // com.sun.jndi.ldap.LdapReferralException e
        19: .line 314
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        20: .line 317
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 22
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 22
        21: .line 318
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aload 2 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNamingException:(Ljavax/naming/NamingException;)V
        22: .line 320
      StackMap locals: javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 27
        23: .line 321
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 25
        24: .line 322
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferralExceptions:()Z
            ifeq 27
        25: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
        26: .line 323
            checkcast javax.naming.NamingException
            athrow
        27: .line 326
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // javax.naming.NamingException e
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   28     1  name  Ljavax/naming/Name;
            4   16     2    ne  Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
            6   10     3  cons  Ljavax/naming/directory/SearchControls;
           17   19     2     e  Lcom/sun/jndi/ldap/LdapReferralException;
           20   28     2     e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3    15      16  Class com.sun.jndi.ldap.LdapReferralException
           3    15      19  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration<javax.naming.Binding> listBindings(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 333
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.listBindings:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration<javax.naming.Binding> listBindings(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 339
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 341
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 340
            checkcast javax.naming.NamingException
            athrow
         3: .line 345
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* be */
        start local 2 // javax.naming.NamingEnumeration be
         4: .line 347
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 12
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ldc "base"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
         5: .line 348
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
            astore 3 /* cons */
        start local 3 // javax.naming.directory.SearchControls cons
         6: .line 349
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 350
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 352
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
         9: .line 353
            ldc "(objectclass=*)"
            aload 3 /* cons */
        10: .line 352
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            astore 2 /* be */
        end local 3 // javax.naming.directory.SearchControls cons
        11: .line 355
            goto 13
        12: .line 356
      StackMap locals: javax.naming.NamingEnumeration
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.listBindings:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;
            astore 2 /* be */
        13: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            iconst_1
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNameResolved:(Z)V
        14: .line 364
            aload 2 /* be */
            checkcast com.sun.jndi.ldap.ReferralEnumeration
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokeinterface com.sun.jndi.ldap.ReferralEnumeration.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)V
        15: .line 366
            aload 2 /* be */
        16: areturn
        end local 2 // javax.naming.NamingEnumeration be
        17: .line 368
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext javax.naming.Name
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 2 /* e */
        start local 2 // com.sun.jndi.ldap.LdapReferralException e
        18: .line 374
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            pop
        19: .line 375
            aload 2 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast javax.naming.NamingException
            athrow
        end local 2 // com.sun.jndi.ldap.LdapReferralException e
        20: .line 377
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        21: .line 380
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 23
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 23
        22: .line 381
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aload 2 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNamingException:(Ljavax/naming/NamingException;)V
        23: .line 383
      StackMap locals: javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 28
        24: .line 384
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 26
        25: .line 385
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferralExceptions:()Z
            ifeq 28
        26: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
        27: .line 386
            checkcast javax.naming.NamingException
            athrow
        28: .line 389
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // javax.naming.NamingException e
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   29     1  name  Ljavax/naming/Name;
            4   17     2    be  Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
            6   11     3  cons  Ljavax/naming/directory/SearchControls;
           18   20     2     e  Lcom/sun/jndi/ldap/LdapReferralException;
           21   29     2     e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3    16      17  Class com.sun.jndi.ldap.LdapReferralException
           3    16      20  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
    MethodParameters:
      Name  Flags
      name  

  public void destroySubcontext(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 395
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.destroySubcontext:(Ljavax/naming/Name;)V
         1: .line 396
            return
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public void destroySubcontext(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 399
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 401
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 400
            checkcast javax.naming.NamingException
            athrow
         3: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.destroySubcontext:(Ljavax/naming/Name;)V
         4: .line 405
            return
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.Context createSubcontext(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 408
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.createSubcontext:(Ljavax/naming/Name;)Ljavax/naming/Context;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.Context createSubcontext(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 412
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 414
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 413
            checkcast javax.naming.NamingException
            athrow
         3: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.createSubcontext:(Ljavax/naming/Name;)Ljavax/naming/Context;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object lookupLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 421
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.lookupLink:(Ljavax/naming/Name;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object lookupLink(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 425
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 427
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 426
            checkcast javax.naming.NamingException
            athrow
         3: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.lookupLink:(Ljavax/naming/Name;)Ljava/lang/Object;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NameParser getNameParser(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/NameParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 434
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.getNameParser:(Ljavax/naming/Name;)Ljavax/naming/NameParser;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NameParser getNameParser(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/NameParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 438
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 440
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 439
            checkcast javax.naming.NamingException
            athrow
         3: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.getNameParser:(Ljavax/naming/Name;)Ljavax/naming/NameParser;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String composeName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String prefix
         0: .line 448
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 0 /* this */
            aload 2 /* prefix */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.composeName:(Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1    name  Ljava/lang/String;
            0    1     2  prefix  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      name    
      prefix  

  public javax.naming.Name composeName(javax.naming.Name, javax.naming.Name);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.Name prefix
         0: .line 452
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 454
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 453
            checkcast javax.naming.NamingException
            athrow
         3: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 1 /* name */
            aload 2 /* prefix */
            invokeinterface javax.naming.directory.DirContext.composeName:(Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;
            areturn
        end local 2 // javax.naming.Name prefix
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1    name  Ljavax/naming/Name;
            0    4     2  prefix  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      name    
      prefix  

  public java.lang.Object addToEnvironment(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String propName
        start local 2 // java.lang.Object propVal
         0: .line 461
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 463
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 462
            checkcast javax.naming.NamingException
            athrow
         3: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 1 /* propName */
            aload 2 /* propVal */
            invokeinterface javax.naming.directory.DirContext.addToEnvironment:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object propVal
        end local 1 // java.lang.String propName
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  propName  Ljava/lang/String;
            0    4     2   propVal  Ljava/lang/Object;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      propName  
      propVal   

  public java.lang.Object removeFromEnvironment(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String propName
         0: .line 471
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 473
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 472
            checkcast javax.naming.NamingException
            athrow
         3: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 1 /* propName */
            invokeinterface javax.naming.directory.DirContext.removeFromEnvironment:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String propName
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  propName  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      propName  

  public java.util.Hashtable<?, ?> getEnvironment();
    descriptor: ()Ljava/util/Hashtable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 480
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 482
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 481
            checkcast javax.naming.NamingException
            athrow
         3: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            invokeinterface javax.naming.directory.DirContext.getEnvironment:()Ljava/util/Hashtable;
            areturn
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException
    Signature: ()Ljava/util/Hashtable<**>;

  public javax.naming.directory.Attributes getAttributes(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/directory/Attributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 489
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.getAttributes:(Ljavax/naming/Name;)Ljavax/naming/directory/Attributes;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.directory.Attributes getAttributes(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/directory/Attributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 493
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 495
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 494
            checkcast javax.naming.NamingException
            athrow
         3: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.getAttributes:(Ljavax/naming/Name;)Ljavax/naming/directory/Attributes;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.directory.Attributes getAttributes(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String[] attrIds
         0: .line 503
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* attrIds */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.getAttributes:(Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;
            areturn
        end local 2 // java.lang.String[] attrIds
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1     name  Ljava/lang/String;
            0    1     2  attrIds  [Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      name     
      attrIds  

  public javax.naming.directory.Attributes getAttributes(javax.naming.Name, java.lang.String[]);
    descriptor: (Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.String[] attrIds
         0: .line 508
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 510
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 509
            checkcast javax.naming.NamingException
            athrow
         3: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* attrIds */
            invokeinterface javax.naming.directory.DirContext.getAttributes:(Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes;
            areturn
        end local 2 // java.lang.String[] attrIds
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1     name  Ljavax/naming/Name;
            0    4     2  attrIds  [Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      name     
      attrIds  

  public void modifyAttributes(java.lang.String, int, javax.naming.directory.Attributes);
    descriptor: (Ljava/lang/String;ILjavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // int mod_op
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 518
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            iload 2 /* mod_op */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.modifyAttributes:(Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V
         1: .line 519
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // int mod_op
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1    name  Ljava/lang/String;
            0    2     2  mod_op  I
            0    2     3   attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      name    
      mod_op  
      attrs   

  public void modifyAttributes(javax.naming.Name, int, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // int mod_op
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 523
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 525
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 524
            checkcast javax.naming.NamingException
            athrow
         3: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            iload 2 /* mod_op */
            aload 3 /* attrs */
            invokeinterface javax.naming.directory.DirContext.modifyAttributes:(Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V
         4: .line 529
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // int mod_op
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1    name  Ljavax/naming/Name;
            0    5     2  mod_op  I
            0    5     3   attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      name    
      mod_op  
      attrs   

  public void modifyAttributes(java.lang.String, javax.naming.directory.ModificationItem[]);
    descriptor: (Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // javax.naming.directory.ModificationItem[] mods
         0: .line 533
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* mods */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.modifyAttributes:(Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V
         1: .line 534
            return
        end local 2 // javax.naming.directory.ModificationItem[] mods
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1  name  Ljava/lang/String;
            0    2     2  mods  [Ljavax/naming/directory/ModificationItem;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      mods  

  public void modifyAttributes(javax.naming.Name, javax.naming.directory.ModificationItem[]);
    descriptor: (Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.directory.ModificationItem[] mods
         0: .line 538
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 540
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 539
            checkcast javax.naming.NamingException
            athrow
         3: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* mods */
            invokeinterface javax.naming.directory.DirContext.modifyAttributes:(Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V
         4: .line 544
            return
        end local 2 // javax.naming.directory.ModificationItem[] mods
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1  name  Ljavax/naming/Name;
            0    5     2  mods  [Ljavax/naming/directory/ModificationItem;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  
      mods  

  public void bind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 548
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* obj */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.bind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
         1: .line 549
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1   name  Ljava/lang/String;
            0    2     2    obj  Ljava/lang/Object;
            0    2     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  public void bind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 553
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 555
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 554
            checkcast javax.naming.NamingException
            athrow
         3: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* obj */
            aload 3 /* attrs */
            invokeinterface javax.naming.directory.DirContext.bind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
         4: .line 559
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // java.lang.Object obj
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1   name  Ljavax/naming/Name;
            0    5     2    obj  Ljava/lang/Object;
            0    5     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  public void rebind(java.lang.String, java.lang.Object, javax.naming.directory.Attributes);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 563
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* obj */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.rebind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
         1: .line 564
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    2     1   name  Ljava/lang/String;
            0    2     2    obj  Ljava/lang/Object;
            0    2     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  public void rebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 568
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 570
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 569
            checkcast javax.naming.NamingException
            athrow
         3: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* obj */
            aload 3 /* attrs */
            invokeinterface javax.naming.directory.DirContext.rebind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
         4: .line 574
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // java.lang.Object obj
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1   name  Ljavax/naming/Name;
            0    5     2    obj  Ljava/lang/Object;
            0    5     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  public javax.naming.directory.DirContext createSubcontext(java.lang.String, javax.naming.directory.Attributes);
    descriptor: (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // javax.naming.directory.Attributes attrs
         0: .line 578
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.createSubcontext:(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
            areturn
        end local 2 // javax.naming.directory.Attributes attrs
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1   name  Ljava/lang/String;
            0    1     2  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      attrs  

  public javax.naming.directory.DirContext createSubcontext(javax.naming.Name, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.directory.Attributes attrs
         0: .line 583
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 585
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 584
            checkcast javax.naming.NamingException
            athrow
         3: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* attrs */
            invokeinterface javax.naming.directory.DirContext.createSubcontext:(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
            areturn
        end local 2 // javax.naming.directory.Attributes attrs
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1   name  Ljavax/naming/Name;
            0    4     2  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      attrs  

  public javax.naming.directory.DirContext getSchema(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 592
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.getSchema:(Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.directory.DirContext getSchema(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 596
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 598
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 597
            checkcast javax.naming.NamingException
            athrow
         3: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.getSchema:(Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.directory.DirContext getSchemaClassDefinition(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 606
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.getSchemaClassDefinition:(Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.directory.DirContext getSchemaClassDefinition(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 611
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 613
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 612
            checkcast javax.naming.NamingException
            athrow
         3: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            invokeinterface javax.naming.directory.DirContext.getSchemaClassDefinition:(Ljavax/naming/Name;)Ljavax/naming/directory/DirContext;
            areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    4     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(java.lang.String, javax.naming.directory.Attributes);
    descriptor: (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // javax.naming.directory.Attributes matchingAttributes
         0: .line 622
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* matchingAttributes */
            invokestatic com.sun.jndi.toolkit.dir.SearchFilter.format:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
         1: .line 623
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 622
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 2 // javax.naming.directory.Attributes matchingAttributes
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1                name  Ljava/lang/String;
            0    3     2  matchingAttributes  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(javax.naming.Name, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.directory.Attributes matchingAttributes
         0: .line 629
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* matchingAttributes */
            invokestatic com.sun.jndi.toolkit.dir.SearchFilter.format:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
         1: .line 630
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 629
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 2 // javax.naming.directory.Attributes matchingAttributes
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1                name  Ljavax/naming/Name;
            0    3     2  matchingAttributes  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(java.lang.String, javax.naming.directory.Attributes, java.lang.String[]);
    descriptor: (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // javax.naming.directory.Attributes matchingAttributes
        start local 3 // java.lang.String[] attributesToReturn
         0: .line 637
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
            astore 4 /* cons */
        start local 4 // javax.naming.directory.SearchControls cons
         1: .line 638
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 640
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* matchingAttributes */
            invokestatic com.sun.jndi.toolkit.dir.SearchFilter.format:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
         3: .line 641
            aload 4 /* cons */
         4: .line 640
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 4 // javax.naming.directory.SearchControls cons
        end local 3 // java.lang.String[] attributesToReturn
        end local 2 // javax.naming.directory.Attributes matchingAttributes
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    5     1                name  Ljava/lang/String;
            0    5     2  matchingAttributes  Ljavax/naming/directory/Attributes;
            0    5     3  attributesToReturn  [Ljava/lang/String;
            1    5     4                cons  Ljavax/naming/directory/SearchControls;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  
      attributesToReturn  

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(javax.naming.Name, javax.naming.directory.Attributes, java.lang.String[]);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.directory.Attributes matchingAttributes
        start local 3 // java.lang.String[] attributesToReturn
         0: .line 648
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
            astore 4 /* cons */
        start local 4 // javax.naming.directory.SearchControls cons
         1: .line 649
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 651
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* matchingAttributes */
            invokestatic com.sun.jndi.toolkit.dir.SearchFilter.format:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 4 // javax.naming.directory.SearchControls cons
        end local 3 // java.lang.String[] attributesToReturn
        end local 2 // javax.naming.directory.Attributes matchingAttributes
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1                name  Ljavax/naming/Name;
            0    3     2  matchingAttributes  Ljavax/naming/directory/Attributes;
            0    3     3  attributesToReturn  [Ljava/lang/String;
            1    3     4                cons  Ljavax/naming/directory/SearchControls;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  
      attributesToReturn  

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(java.lang.String, java.lang.String, javax.naming.directory.SearchControls);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String filter
        start local 3 // javax.naming.directory.SearchControls cons
         0: .line 658
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* filter */
            aload 3 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 3 // javax.naming.directory.SearchControls cons
        end local 2 // java.lang.String filter
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1    name  Ljava/lang/String;
            0    1     2  filter  Ljava/lang/String;
            0    1     3    cons  Ljavax/naming/directory/SearchControls;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
        Name  Flags
      name    
      filter  
      cons    

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls);
    descriptor: (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.String filter
        start local 3 // javax.naming.directory.SearchControls cons
         0: .line 665
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 667
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 666
            checkcast javax.naming.NamingException
            athrow
         3: .line 672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
         4: .line 673
            aload 0 /* this */
            aload 2 /* filter */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideFilter:(Ljava/lang/String;)Ljava/lang/String;
         5: .line 674
            aload 0 /* this */
            aload 3 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         6: .line 672
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
         7: .line 671
            astore 4 /* se */
        start local 4 // javax.naming.NamingEnumeration se
         8: .line 676
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            iconst_1
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNameResolved:(Z)V
         9: .line 681
            aload 4 /* se */
            checkcast com.sun.jndi.ldap.ReferralEnumeration
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokeinterface com.sun.jndi.ldap.ReferralEnumeration.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)V
        10: .line 683
            aload 4 /* se */
        11: areturn
        end local 4 // javax.naming.NamingEnumeration se
        12: .line 685
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 4 /* e */
        start local 4 // com.sun.jndi.ldap.LdapReferralException e
        13: .line 693
            aload 4 /* e */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            pop
        14: .line 694
            aload 4 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast javax.naming.NamingException
            athrow
        end local 4 // com.sun.jndi.ldap.LdapReferralException e
        15: .line 696
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 4 /* e */
        start local 4 // javax.naming.NamingException e
        16: .line 699
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 18
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 18
        17: .line 700
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aload 4 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNamingException:(Ljavax/naming/NamingException;)V
        18: .line 702
      StackMap locals: javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 23
        19: .line 703
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 21
        20: .line 704
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferralExceptions:()Z
            ifeq 23
        21: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
        22: .line 705
            checkcast javax.naming.NamingException
            athrow
        23: .line 708
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // javax.naming.NamingException e
        end local 3 // javax.naming.directory.SearchControls cons
        end local 2 // java.lang.String filter
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   24     1    name  Ljavax/naming/Name;
            0   24     2  filter  Ljava/lang/String;
            0   24     3    cons  Ljavax/naming/directory/SearchControls;
            8   12     4      se  Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
           13   15     4       e  Lcom/sun/jndi/ldap/LdapReferralException;
           16   24     4       e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3    11      12  Class com.sun.jndi.ldap.LdapReferralException
           3    11      15  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
        Name  Flags
      name    
      filter  
      cons    

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(java.lang.String, java.lang.String, [], javax.naming.directory.SearchControls);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String filterExpr
        start local 3 // java.lang.Object[] filterArgs
        start local 4 // javax.naming.directory.SearchControls cons
         0: .line 718
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            aload 2 /* filterExpr */
            aload 3 /* filterArgs */
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.search:(Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            areturn
        end local 4 // javax.naming.directory.SearchControls cons
        end local 3 // java.lang.Object[] filterArgs
        end local 2 // java.lang.String filterExpr
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    1     1        name  Ljava/lang/String;
            0    1     2  filterExpr  Ljava/lang/String;
            0    1     3  filterArgs  [Ljava/lang/Object;
            0    1     4        cons  Ljavax/naming/directory/SearchControls;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
            Name  Flags
      name        
      filterExpr  
      filterArgs  
      cons        

  public javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> search(javax.naming.Name, java.lang.String, [], javax.naming.directory.SearchControls);
    descriptor: (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.String filterExpr
        start local 3 // java.lang.Object[] filterArgs
        start local 4 // javax.naming.directory.SearchControls cons
         0: .line 726
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 728
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 727
            checkcast javax.naming.NamingException
            athrow
         3: .line 734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
            ifnull 8
         4: .line 735
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
         5: .line 736
            aload 0 /* this */
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         6: .line 735
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            astore 5 /* se */
        start local 5 // javax.naming.NamingEnumeration se
         7: .line 737
            goto 11
        end local 5 // javax.naming.NamingEnumeration se
         8: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideName:(Ljavax/naming/Name;)Ljavax/naming/Name;
            aload 2 /* filterExpr */
         9: .line 739
            aload 3 /* filterArgs */
            aload 0 /* this */
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
        10: .line 738
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            astore 5 /* se */
        start local 5 // javax.naming.NamingEnumeration se
        11: .line 742
      StackMap locals: javax.naming.NamingEnumeration
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            iconst_1
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNameResolved:(Z)V
        12: .line 747
            aload 5 /* se */
            checkcast com.sun.jndi.ldap.ReferralEnumeration
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokeinterface com.sun.jndi.ldap.ReferralEnumeration.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)V
        13: .line 749
            aload 5 /* se */
        14: areturn
        end local 5 // javax.naming.NamingEnumeration se
        15: .line 751
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext javax.naming.Name java.lang.String java.lang.Object[] javax.naming.directory.SearchControls
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 5 /* e */
        start local 5 // com.sun.jndi.ldap.LdapReferralException e
        16: .line 757
            aload 5 /* e */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            pop
        17: .line 758
            aload 5 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
            checkcast javax.naming.NamingException
            athrow
        end local 5 // com.sun.jndi.ldap.LdapReferralException e
        18: .line 760
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 5 /* e */
        start local 5 // javax.naming.NamingException e
        19: .line 763
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 21
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 21
        20: .line 764
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aload 5 /* e */
            invokevirtual com.sun.jndi.ldap.LdapReferralException.setNamingException:(Ljavax/naming/NamingException;)V
        21: .line 766
      StackMap locals: javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 26
        22: .line 767
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 24
        23: .line 768
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferralExceptions:()Z
            ifeq 26
        24: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
        25: .line 769
            checkcast javax.naming.NamingException
            athrow
        26: .line 772
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 5 // javax.naming.NamingException e
        end local 4 // javax.naming.directory.SearchControls cons
        end local 3 // java.lang.Object[] filterArgs
        end local 2 // java.lang.String filterExpr
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   27     1        name  Ljavax/naming/Name;
            0   27     2  filterExpr  Ljava/lang/String;
            0   27     3  filterArgs  [Ljava/lang/Object;
            0   27     4        cons  Ljavax/naming/directory/SearchControls;
            7    8     5          se  Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
           11   15     5          se  Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
           16   18     5           e  Lcom/sun/jndi/ldap/LdapReferralException;
           19   27     5           e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3    14      15  Class com.sun.jndi.ldap.LdapReferralException
           3    14      18  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
    MethodParameters:
            Name  Flags
      name        
      filterExpr  
      filterArgs  
      cons        

  public java.lang.String getNameInNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 778
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 780
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 779
            checkcast javax.naming.NamingException
            athrow
         3: .line 782
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
            ifnull 4
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
            invokeinterface javax.naming.Name.isEmpty:()Z
            ifne 4
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
            iconst_0
            invokeinterface javax.naming.Name.get:(I)Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack:
         4: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException

  public javax.naming.ldap.ExtendedResponse extendedOperation(javax.naming.ldap.ExtendedRequest);
    descriptor: (Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.ldap.ExtendedRequest request
         0: .line 790
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 792
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 791
            checkcast javax.naming.NamingException
            athrow
         3: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 796
            new javax.naming.NotContextException
            dup
         5: .line 797
            ldc "Referral context not an instance of LdapContext"
         6: .line 796
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* request */
            invokeinterface javax.naming.ldap.LdapContext.extendedOperation:(Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse;
            areturn
        end local 1 // javax.naming.ldap.ExtendedRequest request
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    8     1  request  Ljavax/naming/ldap/ExtendedRequest;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      request  

  public javax.naming.ldap.LdapContext newInstance(javax.naming.ldap.Control[]);
    descriptor: ([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.ldap.Control[] requestControls
         0: .line 806
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 808
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 807
            checkcast javax.naming.NamingException
            athrow
         3: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 812
            new javax.naming.NotContextException
            dup
         5: .line 813
            ldc "Referral context not an instance of LdapContext"
         6: .line 812
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* requestControls */
            invokeinterface javax.naming.ldap.LdapContext.newInstance:([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext;
            areturn
        end local 1 // javax.naming.ldap.Control[] requestControls
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    8     1  requestControls  [Ljavax/naming/ldap/Control;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                 Name  Flags
      requestControls  

  public void reconnect(javax.naming.ldap.Control[]);
    descriptor: ([Ljavax/naming/ldap/Control;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.ldap.Control[] connCtls
         0: .line 820
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 822
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 821
            checkcast javax.naming.NamingException
            athrow
         3: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 826
            new javax.naming.NotContextException
            dup
         5: .line 827
            ldc "Referral context not an instance of LdapContext"
         6: .line 826
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* connCtls */
            invokeinterface javax.naming.ldap.LdapContext.reconnect:([Ljavax/naming/ldap/Control;)V
         8: .line 831
            return
        end local 1 // javax.naming.ldap.Control[] connCtls
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    9     1  connCtls  [Ljavax/naming/ldap/Control;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      connCtls  

  public javax.naming.ldap.Control[] getConnectControls();
    descriptor: ()[Ljavax/naming/ldap/Control;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 834
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 836
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 835
            checkcast javax.naming.NamingException
            athrow
         3: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 840
            new javax.naming.NotContextException
            dup
         5: .line 841
            ldc "Referral context not an instance of LdapContext"
         6: .line 840
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            invokeinterface javax.naming.ldap.LdapContext.getConnectControls:()[Ljavax/naming/ldap/Control;
            areturn
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException

  public void setRequestControls(javax.naming.ldap.Control[]);
    descriptor: ([Ljavax/naming/ldap/Control;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.ldap.Control[] requestControls
         0: .line 850
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 852
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 851
            checkcast javax.naming.NamingException
            athrow
         3: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 856
            new javax.naming.NotContextException
            dup
         5: .line 857
            ldc "Referral context not an instance of LdapContext"
         6: .line 856
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 860
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* requestControls */
            invokeinterface javax.naming.ldap.LdapContext.setRequestControls:([Ljavax/naming/ldap/Control;)V
         8: .line 861
            return
        end local 1 // javax.naming.ldap.Control[] requestControls
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    9     1  requestControls  [Ljavax/naming/ldap/Control;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                 Name  Flags
      requestControls  

  public javax.naming.ldap.Control[] getRequestControls();
    descriptor: ()[Ljavax/naming/ldap/Control;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 864
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 866
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 865
            checkcast javax.naming.NamingException
            athrow
         3: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 870
            new javax.naming.NotContextException
            dup
         5: .line 871
            ldc "Referral context not an instance of LdapContext"
         6: .line 870
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            invokeinterface javax.naming.ldap.LdapContext.getRequestControls:()[Ljavax/naming/ldap/Control;
            areturn
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException

  public javax.naming.ldap.Control[] getResponseControls();
    descriptor: ()[Ljavax/naming/ldap/Control;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
         0: .line 877
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 879
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 878
            checkcast javax.naming.NamingException
            athrow
         3: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 883
            new javax.naming.NotContextException
            dup
         5: .line 884
            ldc "Referral context not an instance of LdapContext"
         6: .line 883
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            invokeinterface javax.naming.ldap.LdapContext.getResponseControls:()[Ljavax/naming/ldap/Control;
            areturn
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
    Exceptions:
      throws javax.naming.NamingException

  private javax.naming.Name toName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/naming/Name;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String name
         0: .line 891
            aload 1 /* name */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 1
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            goto 2
         1: .line 892
      StackMap locals:
      StackMap stack:
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            aload 1 /* name */
            invokevirtual javax.naming.CompositeName.add:(Ljava/lang/String;)Ljavax/naming/Name;
         2: .line 891
      StackMap locals:
      StackMap stack: javax.naming.Name
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1  name  Ljava/lang/String;
    Exceptions:
      throws javax.naming.InvalidNameException
    MethodParameters:
      Name  Flags
      name  

  private javax.naming.Name overrideName(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)Ljavax/naming/Name;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.Name name
         0: .line 900
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
            ifnonnull 1
            aload 1 /* name */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
      StackMap locals:
      StackMap stack: javax.naming.Name
         2: areturn
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1  name  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.InvalidNameException
    MethodParameters:
      Name  Flags
      name  

  private javax.naming.directory.SearchControls overrideAttributesAndScope(javax.naming.directory.SearchControls);
    descriptor: (Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=7, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // javax.naming.directory.SearchControls cons
         0: .line 910
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnonnull 1
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
            ifnull 28
         1: .line 911
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SearchControls
            dup
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getSearchScope:()I
         2: .line 912
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getCountLimit:()J
         3: .line 913
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getTimeLimit:()I
         4: .line 914
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningAttributes:()[Ljava/lang/String;
         5: .line 915
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningObjFlag:()Z
         6: .line 916
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getDerefLinkFlag:()Z
         7: .line 911
            invokespecial javax.naming.directory.SearchControls.<init>:(IJI[Ljava/lang/String;ZZ)V
            astore 2 /* urlCons */
        start local 2 // javax.naming.directory.SearchControls urlCons
         8: .line 918
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 17
         9: .line 919
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ldc "base"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 920
            aload 2 /* urlCons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        11: .line 921
            goto 17
      StackMap locals: javax.naming.directory.SearchControls
      StackMap stack:
        12: aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ldc "one"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        13: .line 922
            aload 2 /* urlCons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        14: .line 923
            goto 17
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ldc "sub"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 924
            aload 2 /* urlCons */
            iconst_2
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        17: .line 928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
            ifnull 27
        18: .line 929
            new java.util.StringTokenizer
            dup
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
            ldc ","
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* tokens */
        start local 3 // java.util.StringTokenizer tokens
        19: .line 930
            aload 3 /* tokens */
            invokevirtual java.util.StringTokenizer.countTokens:()I
            istore 4 /* count */
        start local 4 // int count
        20: .line 931
            iload 4 /* count */
            anewarray java.lang.String
            astore 5 /* attrs */
        start local 5 // java.lang.String[] attrs
        21: .line 932
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 25
        23: .line 933
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext javax.naming.directory.SearchControls javax.naming.directory.SearchControls java.util.StringTokenizer int java.lang.String[] int
      StackMap stack:
            aload 5 /* attrs */
            iload 6 /* i */
            aload 3 /* tokens */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            aastore
        24: .line 932
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            iload 4 /* count */
            if_icmplt 23
        end local 6 // int i
        26: .line 935
            aload 2 /* urlCons */
            aload 5 /* attrs */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
        end local 5 // java.lang.String[] attrs
        end local 4 // int count
        end local 3 // java.util.StringTokenizer tokens
        27: .line 938
      StackMap locals: com.sun.jndi.ldap.LdapReferralContext javax.naming.directory.SearchControls javax.naming.directory.SearchControls
      StackMap stack:
            aload 2 /* urlCons */
            areturn
        end local 2 // javax.naming.directory.SearchControls urlCons
        28: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* cons */
            areturn
        end local 1 // javax.naming.directory.SearchControls cons
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   29     1     cons  Ljavax/naming/directory/SearchControls;
            8   28     2  urlCons  Ljavax/naming/directory/SearchControls;
           19   27     3   tokens  Ljava/util/StringTokenizer;
           20   27     4    count  I
           21   27     5    attrs  [Ljava/lang/String;
           22   26     6        i  I
    MethodParameters:
      Name  Flags
      cons  

  private java.lang.String overrideFilter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapReferralContext this
        start local 1 // java.lang.String filter
         0: .line 950
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
            ifnonnull 1
            aload 1 /* filter */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // java.lang.String filter
        end local 0 // com.sun.jndi.ldap.LdapReferralContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0    3     1  filter  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      filter  
}
SourceFile: "LdapReferralContext.java"