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 33
        27: .line 95
            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
        end local 8 // java.lang.String referral
        28: .line 98
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 9 /* e */
        start local 9 // com.sun.jndi.ldap.LdapReferralException e
        29: .line 100
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 31
        30: .line 101
            aload 9 /* e */
            athrow
        31: .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 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;
        32: .line 104
            goto 25
        end local 9 // com.sun.jndi.ldap.LdapReferralException e
        start local 8 // java.lang.String referral
        33: .line 109
      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"
        34: .line 110
            new javax.naming.StringRefAddr
            dup
            ldc "URL"
            aload 8 /* referral */
            invokespecial javax.naming.StringRefAddr.<init>:(Ljava/lang/String;Ljava/lang/String;)V
        35: .line 109
            invokespecial javax.naming.Reference.<init>:(Ljava/lang/String;Ljavax/naming/RefAddr;)V
            astore 9 /* ref */
        start local 9 // javax.naming.Reference ref
        36: .line 114
            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
        37: .line 116
            goto 50
        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
        38: astore 11 /* e */
        start local 11 // javax.naming.NamingException e
        39: .line 118
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 41
        40: .line 119
            aload 11 /* e */
            athrow
        41: .line 123
      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;
        42: .line 126
            goto 25
        end local 11 // javax.naming.NamingException e
        43: .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
      StackMap stack: java.lang.Exception
            astore 11 /* e */
        start local 11 // java.lang.Exception e
        44: .line 130
            new javax.naming.NamingException
            dup
        45: .line 131
            ldc "problem generating object using object factory"
        46: .line 130
            invokespecial javax.naming.NamingException.<init>:(Ljava/lang/String;)V
        47: .line 129
            astore 12 /* e2 */
        start local 12 // javax.naming.NamingException e2
        48: .line 132
            aload 12 /* e2 */
            aload 11 /* e */
            invokevirtual javax.naming.NamingException.setRootCause:(Ljava/lang/Throwable;)V
        49: .line 133
            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
        50: .line 135
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* obj */
            instanceof javax.naming.directory.DirContext
            ifeq 56
        51: .line 136
            aload 0 /* this */
            aload 10 /* obj */
            checkcast javax.naming.directory.DirContext
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
        52: .line 137
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifeq 54
            aload 4 /* reqCtls */
            ifnull 54
        53: .line 138
            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
        54: .line 140
      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
        55: .line 142
            goto 61
        56: .line 144
      StackMap locals:
      StackMap stack:
            new javax.naming.NotContextException
            dup
        57: .line 145
            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;
        58: .line 144
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            astore 11 /* ne */
        start local 11 // javax.naming.NamingException ne
        59: .line 146
            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
        60: .line 147
            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
        61: .line 150
      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   62     0              this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   62     1                ex  Lcom/sun/jndi/ldap/LdapReferralException;
            0   62     2               env  Ljava/util/Hashtable<**>;
            0   62     3          connCtls  [Ljavax/naming/ldap/Control;
            0   62     4           reqCtls  [Ljavax/naming/ldap/Control;
            0   62     5          nextName  Ljava/lang/String;
            0   62     6  skipThisReferral  Z
            0   62     7   handleReferrals  I
           26   28     8          referral  Ljava/lang/String;
           33   62     8          referral  Ljava/lang/String;
           22   25     9        copiedCtls  [Ljavax/naming/ldap/Control;
           29   33     9                 e  Lcom/sun/jndi/ldap/LdapReferralException;
           36   61     9               ref  Ljavax/naming/Reference;
           37   38    10               obj  Ljava/lang/Object;
           50   61    10               obj  Ljava/lang/Object;
           39   43    11                 e  Ljavax/naming/NamingException;
           44   50    11                 e  Ljava/lang/Exception;
           48   50    12                e2  Ljavax/naming/NamingException;
           59   61    11                ne  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
          25    28      28  Class com.sun.jndi.ldap.LdapReferralException
          36    37      38  Class javax.naming.NamingException
          36    37      43  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 157
            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 158
            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 159
            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 160
            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 161
            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 163
            goto 9
        end local 3 // java.lang.String urlString
      StackMap locals:
      StackMap stack: javax.naming.NamingException
         6: pop
         7: .line 165
            aload 1 /* referral */
            astore 3 /* urlString */
        start local 3 // java.lang.String urlString
         8: .line 166
            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 170
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 12
        10: .line 171
            aload 2 /* nextName */
            astore 3 /* urlString */
        11: .line 172
            goto 13
        12: .line 174
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 3 /* urlString */
        13: .line 177
      StackMap locals:
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 16
        14: .line 178
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
        15: .line 179
            goto 19
        16: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* urlString */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            goto 18
        17: .line 181
      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 180
      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 183
      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 187
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            ifnull 3
         1: .line 188
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            invokeinterface javax.naming.directory.DirContext.close:()V
         2: .line 189
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
         4: .line 192
            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 195
            aload 0 /* this */
            iload 1 /* hopCount */
            putfield com.sun.jndi.ldap.LdapReferralContext.hopCount:I
         1: .line 196
            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 197
            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 199
      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 202
            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 206
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 208
            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 207
            checkcast javax.naming.NamingException
            athrow
         3: .line 211
      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 215
            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 216
            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 219
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 221
            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 220
            checkcast javax.naming.NamingException
            athrow
         3: .line 224
      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 225
            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 228
            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 229
            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 232
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 234
            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 233
            checkcast javax.naming.NamingException
            athrow
         3: .line 237
      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 238
            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 241
            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 242
            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 245
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 247
            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 246
            checkcast javax.naming.NamingException
            athrow
         3: .line 250
      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 251
            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 254
            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 255
            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 258
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 260
            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 259
            checkcast javax.naming.NamingException
            athrow
         3: .line 263
      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 264
            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 267
            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 272
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 274
            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 273
            checkcast javax.naming.NamingException
            athrow
         3: .line 277
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* ne */
        start local 2 // javax.naming.NamingEnumeration ne
         4: .line 279
            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 280
            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 281
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 282
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 285
            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 284
            astore 2 /* ne */
        end local 3 // javax.naming.directory.SearchControls cons
        10: .line 287
            goto 12
        11: .line 288
      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 291
      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 296
            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 298
            aload 2 /* ne */
        15: areturn
        end local 2 // javax.naming.NamingEnumeration ne
        16: .line 300
      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 306
            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 307
            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 309
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        20: .line 312
            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 313
            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 315
      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 316
            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 317
            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 319
      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 318
            checkcast javax.naming.NamingException
            athrow
        27: .line 321
      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 328
            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 334
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 336
            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 335
            checkcast javax.naming.NamingException
            athrow
         3: .line 340
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* be */
        start local 2 // javax.naming.NamingEnumeration be
         4: .line 342
            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 343
            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 344
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 345
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 347
            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 348
            ldc "(objectclass=*)"
            aload 3 /* cons */
        10: .line 347
            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 350
            goto 13
        12: .line 351
      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 354
      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 359
            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 361
            aload 2 /* be */
        16: areturn
        end local 2 // javax.naming.NamingEnumeration be
        17: .line 363
      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 369
            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 370
            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 372
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        21: .line 375
            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 376
            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 378
      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 379
            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 380
            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 382
      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 381
            checkcast javax.naming.NamingException
            athrow
        28: .line 384
      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 390
            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 391
            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 394
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 396
            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 395
            checkcast javax.naming.NamingException
            athrow
         3: .line 399
      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 400
            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 403
            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 407
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 409
            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 408
            checkcast javax.naming.NamingException
            athrow
         3: .line 412
      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 416
            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 420
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 422
            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 421
            checkcast javax.naming.NamingException
            athrow
         3: .line 425
      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 429
            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 433
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 435
            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 434
            checkcast javax.naming.NamingException
            athrow
         3: .line 438
      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 443
            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 447
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 449
            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 448
            checkcast javax.naming.NamingException
            athrow
         3: .line 451
      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 456
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 458
            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 457
            checkcast javax.naming.NamingException
            athrow
         3: .line 461
      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 466
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 468
            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 467
            checkcast javax.naming.NamingException
            athrow
         3: .line 471
      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 475
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 477
            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 476
            checkcast javax.naming.NamingException
            athrow
         3: .line 480
      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 484
            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 488
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 490
            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 489
            checkcast javax.naming.NamingException
            athrow
         3: .line 493
      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 498
            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 503
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 505
            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 504
            checkcast javax.naming.NamingException
            athrow
         3: .line 508
      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 513
            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 514
            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 518
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 520
            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 519
            checkcast javax.naming.NamingException
            athrow
         3: .line 523
      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 524
            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 528
            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 529
            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 533
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 535
            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 534
            checkcast javax.naming.NamingException
            athrow
         3: .line 538
      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 539
            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 543
            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 544
            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 548
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 550
            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 549
            checkcast javax.naming.NamingException
            athrow
         3: .line 553
      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 554
            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 558
            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 559
            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 563
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 565
            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 564
            checkcast javax.naming.NamingException
            athrow
         3: .line 568
      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 569
            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 573
            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 578
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 580
            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 579
            checkcast javax.naming.NamingException
            athrow
         3: .line 583
      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 587
            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 591
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 593
            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 592
            checkcast javax.naming.NamingException
            athrow
         3: .line 596
      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 601
            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 606
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 608
            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 607
            checkcast javax.naming.NamingException
            athrow
         3: .line 611
      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 617
            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 618
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 617
            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 624
            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 625
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 624
            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 632
            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 633
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 635
            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 636
            aload 4 /* cons */
         4: .line 635
            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 643
            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 644
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 646
            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 653
            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 660
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 662
            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 661
            checkcast javax.naming.NamingException
            athrow
         3: .line 667
      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 668
            aload 0 /* this */
            aload 2 /* filter */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideFilter:(Ljava/lang/String;)Ljava/lang/String;
         5: .line 669
            aload 0 /* this */
            aload 3 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         6: .line 667
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
         7: .line 666
            astore 4 /* se */
        start local 4 // javax.naming.NamingEnumeration se
         8: .line 671
            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 676
            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 678
            aload 4 /* se */
        11: areturn
        end local 4 // javax.naming.NamingEnumeration se
        12: .line 680
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 4 /* e */
        start local 4 // com.sun.jndi.ldap.LdapReferralException e
        13: .line 688
            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 689
            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 691
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 4 /* e */
        start local 4 // javax.naming.NamingException e
        16: .line 694
            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 695
            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 697
      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 698
            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 699
            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 701
      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 700
            checkcast javax.naming.NamingException
            athrow
        23: .line 703
      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 713
            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 721
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 723
            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 722
            checkcast javax.naming.NamingException
            athrow
         3: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
            ifnull 8
         4: .line 730
            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 731
            aload 0 /* this */
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         6: .line 730
            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 732
            goto 11
        end local 5 // javax.naming.NamingEnumeration se
         8: .line 733
      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 734
            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 733
            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 737
      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 742
            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 744
            aload 5 /* se */
        14: areturn
        end local 5 // javax.naming.NamingEnumeration se
        15: .line 746
      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 752
            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 753
            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 755
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 5 /* e */
        start local 5 // javax.naming.NamingException e
        19: .line 758
            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 759
            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 761
      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 762
            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 763
            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 765
      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 764
            checkcast javax.naming.NamingException
            athrow
        26: .line 767
      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 773
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 775
            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 774
            checkcast javax.naming.NamingException
            athrow
         3: .line 777
      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 785
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 787
            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 786
            checkcast javax.naming.NamingException
            athrow
         3: .line 790
      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 791
            new javax.naming.NotContextException
            dup
         5: .line 792
            ldc "Referral context not an instance of LdapContext"
         6: .line 791
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 795
      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 801
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 803
            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 802
            checkcast javax.naming.NamingException
            athrow
         3: .line 806
      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 807
            new javax.naming.NotContextException
            dup
         5: .line 808
            ldc "Referral context not an instance of LdapContext"
         6: .line 807
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 811
      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 815
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 817
            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 816
            checkcast javax.naming.NamingException
            athrow
         3: .line 820
      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 821
            new javax.naming.NotContextException
            dup
         5: .line 822
            ldc "Referral context not an instance of LdapContext"
         6: .line 821
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 825
      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 826
            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 829
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 831
            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 830
            checkcast javax.naming.NamingException
            athrow
         3: .line 834
      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 835
            new javax.naming.NotContextException
            dup
         5: .line 836
            ldc "Referral context not an instance of LdapContext"
         6: .line 835
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 839
      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 845
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 847
            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 846
            checkcast javax.naming.NamingException
            athrow
         3: .line 850
      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 851
            new javax.naming.NotContextException
            dup
         5: .line 852
            ldc "Referral context not an instance of LdapContext"
         6: .line 851
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 855
      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 856
            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 859
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 861
            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 860
            checkcast javax.naming.NamingException
            athrow
         3: .line 864
      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 865
            new javax.naming.NotContextException
            dup
         5: .line 866
            ldc "Referral context not an instance of LdapContext"
         6: .line 865
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 868
      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 872
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 874
            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 873
            checkcast javax.naming.NamingException
            athrow
         3: .line 877
      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 878
            new javax.naming.NotContextException
            dup
         5: .line 879
            ldc "Referral context not an instance of LdapContext"
         6: .line 878
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 881
      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 886
            aload 1 /* name */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 1
            new javax.naming.CompositeName
            dup
            invokespecial javax.naming.CompositeName.<init>:()V
            goto 2
         1: .line 887
      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 886
      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 895
            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 905
            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 906
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SearchControls
            dup
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getSearchScope:()I
         2: .line 907
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getCountLimit:()J
         3: .line 908
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getTimeLimit:()I
         4: .line 909
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningAttributes:()[Ljava/lang/String;
         5: .line 910
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningObjFlag:()Z
         6: .line 911
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getDerefLinkFlag:()Z
         7: .line 906
            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 913
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 17
         9: .line 914
            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 915
            aload 2 /* urlCons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        11: .line 916
            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 917
            aload 2 /* urlCons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        14: .line 918
            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 919
            aload 2 /* urlCons */
            iconst_2
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        17: .line 923
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
            ifnull 27
        18: .line 924
            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 925
            aload 3 /* tokens */
            invokevirtual java.util.StringTokenizer.countTokens:()I
            istore 4 /* count */
        start local 4 // int count
        20: .line 926
            iload 4 /* count */
            anewarray java.lang.String
            astore 5 /* attrs */
        start local 5 // java.lang.String[] attrs
        21: .line 927
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 25
        23: .line 928
      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 927
            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 930
            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 933
      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 936
      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 945
            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"