final class com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
  super_class: java.lang.Object
{
  private com.sun.jndi.ldap.LdapCtx schemaEntry;
    descriptor: Lcom/sun/jndi/ldap/LdapCtx;
    flags: (0x0002) ACC_PRIVATE

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

  com.sun.jndi.ldap.LdapSchemaParser parser;
    descriptor: Lcom/sun/jndi/ldap/LdapSchemaParser;
    flags: (0x0000) 

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

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

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

  void <init>(java.lang.String, com.sun.jndi.ldap.LdapCtx, com.sun.jndi.ldap.LdapSchemaParser);
    descriptor: (Ljava/lang/String;Lcom/sun/jndi/ldap/LdapCtx;Lcom/sun/jndi/ldap/LdapSchemaParser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
        start local 1 // java.lang.String schemaEntryName
        start local 2 // com.sun.jndi.ldap.LdapCtx schemaEntry
        start local 3 // com.sun.jndi.ldap.LdapSchemaParser parser
         0: .line 397
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 399
            aload 0 /* this */
            aload 1 /* schemaEntryName */
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntryName:Ljava/lang/String;
         2: .line 400
            aload 0 /* this */
            aload 2 /* schemaEntry */
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
         3: .line 401
            aload 0 /* this */
            aload 3 /* parser */
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
         4: .line 402
            aload 0 /* this */
            aload 2 /* schemaEntry */
            getfield com.sun.jndi.ldap.LdapCtx.port_number:I
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.port:I
         5: .line 403
            aload 0 /* this */
            aload 2 /* schemaEntry */
            getfield com.sun.jndi.ldap.LdapCtx.hostname:Ljava/lang/String;
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.host:Ljava/lang/String;
         6: .line 404
            aload 0 /* this */
            aload 2 /* schemaEntry */
            getfield com.sun.jndi.ldap.LdapCtx.hasLdapsScheme:Z
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.hasLdapsScheme:Z
         7: .line 405
            return
        end local 3 // com.sun.jndi.ldap.LdapSchemaParser parser
        end local 2 // com.sun.jndi.ldap.LdapCtx schemaEntry
        end local 1 // java.lang.String schemaEntryName
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            0    8     1  schemaEntryName  Ljava/lang/String;
            0    8     2      schemaEntry  Lcom/sun/jndi/ldap/LdapCtx;
            0    8     3           parser  Lcom/sun/jndi/ldap/LdapSchemaParser;
    MethodParameters:
                 Name  Flags
      schemaEntryName  
      schemaEntry      
      parser           

  synchronized void close();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
         0: .line 408
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            ifnull 3
         1: .line 409
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            invokevirtual com.sun.jndi.ldap.LdapCtx.close:()V
         2: .line 410
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
         3: .line 412
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
    Exceptions:
      throws javax.naming.NamingException

  private com.sun.jndi.ldap.LdapCtx reopenEntry(java.util.Hashtable<?, ?>);
    descriptor: (Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
        start local 1 // java.util.Hashtable env
         0: .line 416
            new com.sun.jndi.ldap.LdapCtx
            dup
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntryName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.host:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.port:I
         1: .line 417
            aload 1 /* env */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.hasLdapsScheme:Z
         2: .line 416
            invokespecial com.sun.jndi.ldap.LdapCtx.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/util/Hashtable;Z)V
            areturn
        end local 1 // java.util.Hashtable env
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            0    3     1   env  Ljava/util/Hashtable<**>;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/Hashtable<**>;)Lcom/sun/jndi/ldap/LdapCtx;
    MethodParameters:
      Name  Flags
      env   

  synchronized void modifyAttributes(java.util.Hashtable<?, ?>, javax.naming.directory.ModificationItem[]);
    descriptor: (Ljava/util/Hashtable;[Ljavax/naming/directory/ModificationItem;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
        start local 1 // java.util.Hashtable env
        start local 2 // javax.naming.directory.ModificationItem[] mods
         0: .line 423
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            ifnonnull 2
         1: .line 424
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.reopenEntry:(Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
         2: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            ldc ""
            aload 2 /* mods */
            invokevirtual com.sun.jndi.ldap.LdapCtx.modifyAttributes:(Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V
         3: .line 427
            return
        end local 2 // javax.naming.directory.ModificationItem[] mods
        end local 1 // java.util.Hashtable env
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            0    4     1   env  Ljava/util/Hashtable<**>;
            0    4     2  mods  [Ljavax/naming/directory/ModificationItem;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/Hashtable<**>;[Ljavax/naming/directory/ModificationItem;)V
    MethodParameters:
      Name  Flags
      env   
      mods  

  synchronized void modifyAttributes(java.util.Hashtable<?, ?>, int, javax.naming.directory.Attributes);
    descriptor: (Ljava/util/Hashtable;ILjavax/naming/directory/Attributes;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
        start local 1 // java.util.Hashtable env
        start local 2 // int mod
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 431
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            ifnonnull 2
         1: .line 432
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.reopenEntry:(Ljava/util/Hashtable;)Lcom/sun/jndi/ldap/LdapCtx;
            putfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
         2: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.schemaEntry:Lcom/sun/jndi/ldap/LdapCtx;
            ldc ""
            iload 2 /* mod */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapCtx.modifyAttributes:(Ljava/lang/String;ILjavax/naming/directory/Attributes;)V
         3: .line 435
            return
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // int mod
        end local 1 // java.util.Hashtable env
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            0    4     1    env  Ljava/util/Hashtable<**>;
            0    4     2    mod  I
            0    4     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/Hashtable<**>;ILjavax/naming/directory/Attributes;)V
    MethodParameters:
       Name  Flags
      env    
      mod    
      attrs  
}
SourceFile: "LdapSchemaCtx.java"
NestHost: com.sun.jndi.ldap.LdapSchemaCtx
InnerClasses:
  private final SchemaInfo = com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo of com.sun.jndi.ldap.LdapSchemaCtx