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, int);
    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 55
            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 62
            aload 0 /* this */
            aload 1 /* ex */
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
        11: .line 64
            aload 0 /* this */
            iload 6 /* skipThisReferral */
            dup_x1
            putfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 13
        12: .line 65
            return
        13: .line 71
      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 72
            aload 2 /* env */
            invokevirtual java.util.Hashtable.clone:()Ljava/lang/Object;
            checkcast java.util.Hashtable
            astore 2 /* env */
        15: .line 75
            aload 3 /* connCtls */
            ifnonnull 20
        16: .line 76
            aload 2 /* env */
            ldc "java.naming.ldap.control.connect"
            invokevirtual java.util.Hashtable.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 78
            goto 20
      StackMap locals:
      StackMap stack:
        18: aload 3 /* connCtls */
            ifnull 20
        19: .line 79
            new java.util.Hashtable
            dup
            iconst_5
            invokespecial java.util.Hashtable.<init>:(I)V
            astore 2 /* env */
        20: .line 81
      StackMap locals:
      StackMap stack:
            aload 3 /* connCtls */
            ifnull 24
        21: .line 82
            aload 3 /* connCtls */
            arraylength
            anewarray javax.naming.ldap.Control
            astore 9 /* copiedCtls */
        start local 9 // javax.naming.ldap.Control[] copiedCtls
        22: .line 83
            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 85
            aload 2 /* env */
            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
        24: .line 90
      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
        25: .line 91
            aload 8 /* referral */
            ifnonnull 32
        26: .line 92
            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
        27: .line 95
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 9 /* e */
        start local 9 // com.sun.jndi.ldap.LdapReferralException e
        28: .line 97
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 30
        29: .line 98
            aload 9 /* e */
            athrow
        30: .line 100
      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;
        31: .line 101
            goto 24
        end local 9 // com.sun.jndi.ldap.LdapReferralException e
        start local 8 // java.lang.String referral
        32: .line 106
      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"
        33: .line 107
            new javax.naming.StringRefAddr
            dup
            ldc "URL"
            aload 8 /* referral */
            invokespecial javax.naming.StringRefAddr.<init>:(Ljava/lang/String;Ljava/lang/String;)V
        34: .line 106
            invokespecial javax.naming.Reference.<init>:(Ljava/lang/String;Ljavax/naming/RefAddr;)V
            astore 9 /* ref */
        start local 9 // javax.naming.Reference ref
        35: .line 111
            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
        36: .line 113
            goto 49
        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
        37: astore 11 /* e */
        start local 11 // javax.naming.NamingException e
        38: .line 115
            iload 7 /* handleReferrals */
            iconst_2
            if_icmpne 40
        39: .line 116
            aload 11 /* e */
            athrow
        40: .line 120
      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;
        41: .line 123
            goto 24
        end local 11 // javax.naming.NamingException e
        42: .line 125
      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
        43: .line 127
            new javax.naming.NamingException
            dup
        44: .line 128
            ldc "problem generating object using object factory"
        45: .line 127
            invokespecial javax.naming.NamingException.<init>:(Ljava/lang/String;)V
        46: .line 126
            astore 12 /* e2 */
        start local 12 // javax.naming.NamingException e2
        47: .line 129
            aload 12 /* e2 */
            aload 11 /* e */
            invokevirtual javax.naming.NamingException.setRootCause:(Ljava/lang/Throwable;)V
        48: .line 130
            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
        49: .line 132
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* obj */
            instanceof javax.naming.directory.DirContext
            ifeq 55
        50: .line 133
            aload 0 /* this */
            aload 10 /* obj */
            checkcast javax.naming.directory.DirContext
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
        51: .line 134
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifeq 53
            aload 4 /* reqCtls */
            ifnull 53
        52: .line 135
            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
        53: .line 137
      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
        54: .line 139
            goto 60
        55: .line 141
      StackMap locals:
      StackMap stack:
            new javax.naming.NotContextException
            dup
        56: .line 142
            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;
        57: .line 141
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            astore 11 /* ne */
        start local 11 // javax.naming.NamingException ne
        58: .line 143
            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
        59: .line 144
            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
        60: .line 147
      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   61     0              this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   61     1                ex  Lcom/sun/jndi/ldap/LdapReferralException;
            0   61     2               env  Ljava/util/Hashtable;
            0   61     3          connCtls  [Ljavax/naming/ldap/Control;
            0   61     4           reqCtls  [Ljavax/naming/ldap/Control;
            0   61     5          nextName  Ljava/lang/String;
            0   61     6  skipThisReferral  Z
            0   61     7   handleReferrals  I
           25   27     8          referral  Ljava/lang/String;
           32   61     8          referral  Ljava/lang/String;
           22   24     9        copiedCtls  [Ljavax/naming/ldap/Control;
           28   32     9                 e  Lcom/sun/jndi/ldap/LdapReferralException;
           35   60     9               ref  Ljavax/naming/Reference;
           36   37    10               obj  Ljava/lang/Object;
           49   60    10               obj  Ljava/lang/Object;
           38   42    11                 e  Ljavax/naming/NamingException;
           43   49    11                 e  Ljava/lang/Exception;
           47   49    12                e2  Ljavax/naming/NamingException;
           58   60    11                ne  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
          24    27      27  Class com.sun.jndi.ldap.LdapReferralException
          35    36      37  Class javax.naming.NamingException
          35    36      42  Class java.lang.Exception
    Exceptions:
      throws javax.naming.NamingException
    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 154
            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 155
            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 156
            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 157
            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 158
            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 160
            goto 9
        end local 3 // java.lang.String urlString
      StackMap locals:
      StackMap stack: javax.naming.NamingException
         6: pop
         7: .line 162
            aload 1 /* referral */
            astore 3 /* urlString */
        start local 3 // java.lang.String urlString
         8: .line 163
            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 167
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 12
        10: .line 168
            aload 2 /* nextName */
            astore 3 /* urlString */
        11: .line 169
            goto 13
        12: .line 171
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 3 /* urlString */
        13: .line 174
      StackMap locals:
      StackMap stack:
            aload 3 /* urlString */
            ifnonnull 16
        14: .line 175
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.urlName:Ljavax/naming/Name;
        15: .line 176
            goto 19
        16: .line 177
      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 178
      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 177
      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 180
      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 184
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            ifnull 3
         1: .line 185
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            invokeinterface javax.naming.directory.DirContext.close:()V
         2: .line 186
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
         3: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
         4: .line 189
            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 192
            aload 0 /* this */
            iload 1 /* hopCount */
            putfield com.sun.jndi.ldap.LdapReferralContext.hopCount:I
         1: .line 193
            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 194
            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 196
      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 199
            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 203
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 205
            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 204
            checkcast javax.naming.NamingException
            athrow
         3: .line 208
      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 212
            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 213
            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 216
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 218
            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 217
            checkcast javax.naming.NamingException
            athrow
         3: .line 221
      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 222
            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 225
            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 226
            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 229
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 231
            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 230
            checkcast javax.naming.NamingException
            athrow
         3: .line 234
      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 235
            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 238
            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 239
            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 242
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 244
            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 243
            checkcast javax.naming.NamingException
            athrow
         3: .line 247
      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 248
            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 251
            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 252
            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 255
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 257
            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 256
            checkcast javax.naming.NamingException
            athrow
         3: .line 260
      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 261
            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 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 264
            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
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration 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 268
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 270
            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 269
            checkcast javax.naming.NamingException
            athrow
         3: .line 273
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* ne */
        start local 2 // javax.naming.NamingEnumeration ne
         4: .line 275
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 10
            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 10
         5: .line 276
            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 277
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 278
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 280
            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;
            astore 2 /* ne */
        end local 3 // javax.naming.directory.SearchControls cons
         9: .line 282
            goto 11
        10: .line 283
      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 */
        11: .line 286
      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
        12: .line 291
            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
        13: .line 293
            aload 2 /* ne */
        14: areturn
        end local 2 // javax.naming.NamingEnumeration ne
        15: .line 295
      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
        16: .line 301
            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
        17: .line 302
            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
        18: .line 304
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        19: .line 307
            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 308
            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
        21: .line 310
      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 311
            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 312
            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 314
      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 313
            checkcast javax.naming.NamingException
            athrow
        26: .line 316
      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   27     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   27     1  name  Ljavax/naming/Name;
            4   15     2    ne  Ljavax/naming/NamingEnumeration;
            6    9     3  cons  Ljavax/naming/directory/SearchControls;
           16   18     2     e  Lcom/sun/jndi/ldap/LdapReferralException;
           19   27     2     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
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration 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 322
            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
    MethodParameters:
      Name  Flags
      name  

  public javax.naming.NamingEnumeration 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 326
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 328
            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 327
            checkcast javax.naming.NamingException
            athrow
         3: .line 332
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* be */
        start local 2 // javax.naming.NamingEnumeration be
         4: .line 334
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 10
            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 10
         5: .line 335
            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 336
            aload 3 /* cons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setReturningObjFlag:(Z)V
         7: .line 337
            aload 3 /* cons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
         8: .line 339
            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;
            astore 2 /* be */
        end local 3 // javax.naming.directory.SearchControls cons
         9: .line 341
            goto 11
        10: .line 342
      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 */
        11: .line 345
      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
        12: .line 350
            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
        13: .line 352
            aload 2 /* be */
        14: areturn
        end local 2 // javax.naming.NamingEnumeration be
        15: .line 354
      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
        16: .line 360
            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
        17: .line 361
            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
        18: .line 363
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 2 /* e */
        start local 2 // javax.naming.NamingException e
        19: .line 366
            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 367
            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
        21: .line 369
      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 370
            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 371
            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 373
      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 372
            checkcast javax.naming.NamingException
            athrow
        26: .line 375
      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   27     0  this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   27     1  name  Ljavax/naming/Name;
            4   15     2    be  Ljavax/naming/NamingEnumeration;
            6    9     3  cons  Ljavax/naming/directory/SearchControls;
           16   18     2     e  Lcom/sun/jndi/ldap/LdapReferralException;
           19   27     2     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
    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 381
            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 382
            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 385
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 387
            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 386
            checkcast javax.naming.NamingException
            athrow
         3: .line 390
      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 391
            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 394
            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 398
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 400
            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 399
            checkcast javax.naming.NamingException
            athrow
         3: .line 403
      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 407
            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 411
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 413
            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 412
            checkcast javax.naming.NamingException
            athrow
         3: .line 416
      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 420
            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 424
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 426
            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 425
            checkcast javax.naming.NamingException
            athrow
         3: .line 429
      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 434
            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 438
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 440
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 439
            checkcast javax.naming.NamingException
            athrow
         3: .line 442
      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 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 452
      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 457
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 459
            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 458
            checkcast javax.naming.NamingException
            athrow
         3: .line 462
      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 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;
            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

  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 475
            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 479
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 481
            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 480
            checkcast javax.naming.NamingException
            athrow
         3: .line 484
      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 489
            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 494
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 496
            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 495
            checkcast javax.naming.NamingException
            athrow
         3: .line 499
      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 504
            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 505
            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 509
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 511
            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 510
            checkcast javax.naming.NamingException
            athrow
         3: .line 514
      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 515
            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 519
            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 520
            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 524
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 526
            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 525
            checkcast javax.naming.NamingException
            athrow
         3: .line 529
      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 530
            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 534
            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 535
            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 539
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 541
            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 540
            checkcast javax.naming.NamingException
            athrow
         3: .line 544
      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 545
            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 549
            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 550
            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 554
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 556
            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 555
            checkcast javax.naming.NamingException
            athrow
         3: .line 559
      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 560
            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 564
            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 569
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 571
            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 570
            checkcast javax.naming.NamingException
            athrow
         3: .line 574
      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 578
            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 582
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 584
            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 583
            checkcast javax.naming.NamingException
            athrow
         3: .line 587
      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 592
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.toName:(Ljava/lang/String;)Ljavax/naming/Name;
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.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 597
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 599
            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 598
            checkcast javax.naming.NamingException
            athrow
         3: .line 602
      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 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 608
            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 609
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 608
            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
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  

  public javax.naming.NamingEnumeration 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 615
            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 616
            new javax.naming.directory.SearchControls
            dup
            invokespecial javax.naming.directory.SearchControls.<init>:()V
         2: .line 615
            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
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  

  public javax.naming.NamingEnumeration 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 623
            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 624
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 626
            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 627
            aload 4 /* cons */
         4: .line 626
            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
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  
      attributesToReturn  

  public javax.naming.NamingEnumeration 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 634
            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 635
            aload 4 /* cons */
            aload 3 /* attributesToReturn */
            invokevirtual javax.naming.directory.SearchControls.setReturningAttributes:([Ljava/lang/String;)V
         2: .line 637
            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
    MethodParameters:
                    Name  Flags
      name                
      matchingAttributes  
      attributesToReturn  

  public javax.naming.NamingEnumeration 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 644
            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
    MethodParameters:
        Name  Flags
      name    
      filter  
      cons    

  public javax.naming.NamingEnumeration 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 651
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 653
            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 652
            checkcast javax.naming.NamingException
            athrow
         3: .line 657
      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 658
            aload 0 /* this */
            aload 2 /* filter */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideFilter:(Ljava/lang/String;)Ljava/lang/String;
            aload 0 /* this */
            aload 3 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         5: .line 657
            invokeinterface javax.naming.directory.DirContext.search:(Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration;
            astore 4 /* se */
        start local 4 // javax.naming.NamingEnumeration se
         6: .line 660
            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
         7: .line 665
            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
         8: .line 667
            aload 4 /* se */
         9: areturn
        end local 4 // javax.naming.NamingEnumeration se
        10: .line 669
      StackMap locals:
      StackMap stack: com.sun.jndi.ldap.LdapReferralException
            astore 4 /* e */
        start local 4 // com.sun.jndi.ldap.LdapReferralException e
        11: .line 677
            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
        12: .line 678
            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
        13: .line 680
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 4 /* e */
        start local 4 // javax.naming.NamingException e
        14: .line 683
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 16
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 16
        15: .line 684
            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
        16: .line 686
      StackMap locals: javax.naming.NamingException
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            ifnull 21
        17: .line 687
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferrals:()Z
            ifne 19
        18: .line 688
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.hasMoreReferralExceptions:()Z
            ifeq 21
        19: .line 690
      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;
        20: .line 689
            checkcast javax.naming.NamingException
            athrow
        21: .line 692
      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   22     0    this  Lcom/sun/jndi/ldap/LdapReferralContext;
            0   22     1    name  Ljavax/naming/Name;
            0   22     2  filter  Ljava/lang/String;
            0   22     3    cons  Ljavax/naming/directory/SearchControls;
            6   10     4      se  Ljavax/naming/NamingEnumeration;
           11   13     4       e  Lcom/sun/jndi/ldap/LdapReferralException;
           14   22     4       e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           3     9      10  Class com.sun.jndi.ldap.LdapReferralException
           3     9      13  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      name    
      filter  
      cons    

  public javax.naming.NamingEnumeration search(java.lang.String, java.lang.String, java.lang.Object[], 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 702
            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
    MethodParameters:
            Name  Flags
      name        
      filterExpr  
      filterArgs  
      cons        

  public javax.naming.NamingEnumeration search(javax.naming.Name, java.lang.String, java.lang.Object[], 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 710
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 712
            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 711
            checkcast javax.naming.NamingException
            athrow
         3: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlFilter:Ljava/lang/String;
            ifnull 8
         4: .line 719
            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 720
            aload 0 /* this */
            aload 4 /* cons */
            invokevirtual com.sun.jndi.ldap.LdapReferralContext.overrideAttributesAndScope:(Ljavax/naming/directory/SearchControls;)Ljavax/naming/directory/SearchControls;
         6: .line 719
            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 721
            goto 11
        end local 5 // javax.naming.NamingEnumeration se
         8: .line 722
      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 723
            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 722
            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 726
      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 731
            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 733
            aload 5 /* se */
        14: areturn
        end local 5 // javax.naming.NamingEnumeration se
        15: .line 735
      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 741
            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 742
            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 744
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 5 /* e */
        start local 5 // javax.naming.NamingException e
        19: .line 747
            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 748
            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 750
      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 751
            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 752
            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 754
      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 753
            checkcast javax.naming.NamingException
            athrow
        26: .line 756
      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;
           11   15     5          se  Ljavax/naming/NamingEnumeration;
           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
    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 762
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 764
            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 763
            checkcast javax.naming.NamingException
            athrow
         3: .line 766
      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 774
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 776
            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 775
            checkcast javax.naming.NamingException
            athrow
         3: .line 779
      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 780
            new javax.naming.NotContextException
            dup
         5: .line 781
            ldc "Referral context not an instance of LdapContext"
         6: .line 780
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 784
      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 790
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 792
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 791
            checkcast javax.naming.NamingException
            athrow
         3: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 796
            new javax.naming.NotContextException
            dup
         5: .line 797
            ldc "Referral context not an instance of LdapContext"
         6: .line 796
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* 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 804
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 806
            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 805
            checkcast javax.naming.NamingException
            athrow
         3: .line 809
      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 810
            new javax.naming.NotContextException
            dup
         5: .line 811
            ldc "Referral context not an instance of LdapContext"
         6: .line 810
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 814
      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 815
            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 818
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 820
            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 819
            checkcast javax.naming.NamingException
            athrow
         3: .line 823
      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 824
            new javax.naming.NotContextException
            dup
         5: .line 825
            ldc "Referral context not an instance of LdapContext"
         6: .line 824
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 828
      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 834
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 836
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refEx:Lcom/sun/jndi/ldap/LdapReferralException;
            aconst_null
            invokevirtual com.sun.jndi.ldap.LdapReferralException.appendUnprocessedReferrals:(Lcom/sun/jndi/ldap/LdapReferralException;)Lcom/sun/jndi/ldap/LdapReferralException;
            invokevirtual com.sun.jndi.ldap.LdapReferralException.fillInStackTrace:()Ljava/lang/Throwable;
         2: .line 835
            checkcast javax.naming.NamingException
            athrow
         3: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            instanceof javax.naming.ldap.LdapContext
            ifne 7
         4: .line 840
            new javax.naming.NotContextException
            dup
         5: .line 841
            ldc "Referral context not an instance of LdapContext"
         6: .line 840
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.refCtx:Ljavax/naming/directory/DirContext;
            checkcast javax.naming.ldap.LdapContext
            aload 1 /* requestControls */
            invokeinterface javax.naming.ldap.LdapContext.setRequestControls:([Ljavax/naming/ldap/Control;)V
         8: .line 845
            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 848
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 850
            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 849
            checkcast javax.naming.NamingException
            athrow
         3: .line 853
      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 854
            new javax.naming.NotContextException
            dup
         5: .line 855
            ldc "Referral context not an instance of LdapContext"
         6: .line 854
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 857
      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 861
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.skipThisReferral:Z
            ifeq 3
         1: .line 863
            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 862
            checkcast javax.naming.NamingException
            athrow
         3: .line 866
      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 867
            new javax.naming.NotContextException
            dup
         5: .line 868
            ldc "Referral context not an instance of LdapContext"
         6: .line 867
            invokespecial javax.naming.NotContextException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 870
      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 875
            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 876
      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 875
      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 884
            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 894
            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 895
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SearchControls
            dup
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getSearchScope:()I
         2: .line 896
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getCountLimit:()J
         3: .line 897
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getTimeLimit:()I
         4: .line 898
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningAttributes:()[Ljava/lang/String;
         5: .line 899
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getReturningObjFlag:()Z
         6: .line 900
            aload 1 /* cons */
            invokevirtual javax.naming.directory.SearchControls.getDerefLinkFlag:()Z
         7: .line 895
            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 902
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlScope:Ljava/lang/String;
            ifnull 17
         9: .line 903
            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 904
            aload 2 /* urlCons */
            iconst_0
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        11: .line 905
            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 906
            aload 2 /* urlCons */
            iconst_1
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        14: .line 907
            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 908
            aload 2 /* urlCons */
            iconst_2
            invokevirtual javax.naming.directory.SearchControls.setSearchScope:(I)V
        17: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapReferralContext.urlAttrs:Ljava/lang/String;
            ifnull 27
        18: .line 913
            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 914
            aload 3 /* tokens */
            invokevirtual java.util.StringTokenizer.countTokens:()I
            istore 4 /* count */
        start local 4 // int count
        20: .line 915
            iload 4 /* count */
            anewarray java.lang.String
            astore 5 /* attrs */
        start local 5 // java.lang.String[] attrs
        21: .line 916
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 25
        23: .line 917
      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 916
            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 919
            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 922
      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 925
      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 934
            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"