final class com.sun.jndi.ldap.LdapSchemaCtx extends com.sun.jndi.toolkit.dir.HierMemDirCtx
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapSchemaCtx
  super_class: com.sun.jndi.toolkit.dir.HierMemDirCtx
{
  private static final boolean debug;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int LEAF;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int SCHEMA_ROOT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int OBJECTCLASS_ROOT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int ATTRIBUTE_ROOT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int SYNTAX_ROOT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int MATCHRULE_ROOT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int OBJECTCLASS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int ATTRIBUTE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  static final int SYNTAX;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  static final int MATCHRULE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo info;
    descriptor: Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
    flags: (0x0002) ACC_PRIVATE

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

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

  static javax.naming.directory.DirContext createSchemaTree(java.util.Hashtable<java.lang.String, java.lang.Object>, java.lang.String, com.sun.jndi.ldap.LdapCtx, javax.naming.directory.Attributes, boolean);
    descriptor: (Ljava/util/Hashtable;Ljava/lang/String;Lcom/sun/jndi/ldap/LdapCtx;Ljavax/naming/directory/Attributes;Z)Ljavax/naming/directory/DirContext;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // java.util.Hashtable env
        start local 1 // java.lang.String subschemasubentry
        start local 2 // com.sun.jndi.ldap.LdapCtx schemaEntry
        start local 3 // javax.naming.directory.Attributes schemaAttrs
        start local 4 // boolean netscapeBug
         0: .line 69
            new com.sun.jndi.ldap.LdapSchemaParser
            dup
            iload 4 /* netscapeBug */
            invokespecial com.sun.jndi.ldap.LdapSchemaParser.<init>:(Z)V
            astore 5 /* parser */
        start local 5 // com.sun.jndi.ldap.LdapSchemaParser parser
         1: .line 71
            new com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
            dup
            aload 1 /* subschemasubentry */
         2: .line 72
            aload 2 /* schemaEntry */
            aload 5 /* parser */
         3: .line 71
            invokespecial com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.<init>:(Ljava/lang/String;Lcom/sun/jndi/ldap/LdapCtx;Lcom/sun/jndi/ldap/LdapSchemaParser;)V
            astore 6 /* allinfo */
        start local 6 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo allinfo
         4: .line 74
            new com.sun.jndi.ldap.LdapSchemaCtx
            dup
            iconst_1
            aload 0 /* env */
            aload 6 /* allinfo */
            invokespecial com.sun.jndi.ldap.LdapSchemaCtx.<init>:(ILjava/util/Hashtable;Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;)V
            astore 7 /* root */
        start local 7 // com.sun.jndi.ldap.LdapSchemaCtx root
         5: .line 75
            aload 3 /* schemaAttrs */
            aload 7 /* root */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.LDAP2JNDISchema:(Ljavax/naming/directory/Attributes;Lcom/sun/jndi/ldap/LdapSchemaCtx;)V
         6: .line 76
            aload 7 /* root */
         7: areturn
        end local 7 // com.sun.jndi.ldap.LdapSchemaCtx root
        end local 6 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo allinfo
        end local 5 // com.sun.jndi.ldap.LdapSchemaParser parser
         8: .line 77
      StackMap locals:
      StackMap stack: javax.naming.NamingException
            astore 5 /* e */
        start local 5 // javax.naming.NamingException e
         9: .line 78
            aload 2 /* schemaEntry */
            invokevirtual com.sun.jndi.ldap.LdapCtx.close:()V
        10: .line 79
            aload 5 /* e */
            athrow
        end local 5 // javax.naming.NamingException e
        end local 4 // boolean netscapeBug
        end local 3 // javax.naming.directory.Attributes schemaAttrs
        end local 2 // com.sun.jndi.ldap.LdapCtx schemaEntry
        end local 1 // java.lang.String subschemasubentry
        end local 0 // java.util.Hashtable env
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0                env  Ljava/util/Hashtable<Ljava/lang/String;Ljava/lang/Object;>;
            0   11     1  subschemasubentry  Ljava/lang/String;
            0   11     2        schemaEntry  Lcom/sun/jndi/ldap/LdapCtx;
            0   11     3        schemaAttrs  Ljavax/naming/directory/Attributes;
            0   11     4        netscapeBug  Z
            1    8     5             parser  Lcom/sun/jndi/ldap/LdapSchemaParser;
            4    8     6            allinfo  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            5    8     7               root  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            9   11     5                  e  Ljavax/naming/NamingException;
      Exception table:
        from    to  target  type
           0     7       8  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/util/Hashtable<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/String;Lcom/sun/jndi/ldap/LdapCtx;Ljavax/naming/directory/Attributes;Z)Ljavax/naming/directory/DirContext;
    MethodParameters:
                   Name  Flags
      env                
      subschemasubentry  
      schemaEntry        
      schemaAttrs        
      netscapeBug        

  private void <init>(int, java.util.Hashtable<java.lang.String, java.lang.Object>, com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo);
    descriptor: (ILjava/util/Hashtable;Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // int objectType
        start local 2 // java.util.Hashtable environment
        start local 3 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo info
         0: .line 86
            aload 0 /* this */
            aload 2 /* environment */
            iconst_1
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.<init>:(Ljava/util/Hashtable;Z)V
         1: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
         2: .line 60
            aload 0 /* this */
            iconst_1
            putfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
         3: .line 88
            aload 0 /* this */
            iload 1 /* objectType */
            putfield com.sun.jndi.ldap.LdapSchemaCtx.objectType:I
         4: .line 89
            aload 0 /* this */
            aload 3 /* info */
            putfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
         5: .line 90
            return
        end local 3 // com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo info
        end local 2 // java.util.Hashtable environment
        end local 1 // int objectType
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    6     1   objectType  I
            0    6     2  environment  Ljava/util/Hashtable<Ljava/lang/String;Ljava/lang/Object;>;
            0    6     3         info  Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
    Signature: (ILjava/util/Hashtable<Ljava/lang/String;Ljava/lang/Object;>;Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;)V
    MethodParameters:
             Name  Flags
      objectType   
      environment  
      info         

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
         0: .line 94
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.close:()V
         1: .line 95
            return
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
    Exceptions:
      throws javax.naming.NamingException

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx 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 101
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 4
         1: .line 102
            aload 2 /* obj */
            ifnull 3
         2: .line 103
            new java.lang.IllegalArgumentException
            dup
            ldc "obj must be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.addServerSchema:(Ljavax/naming/directory/Attributes;)V
         4: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            aload 3 /* attrs */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doCreateSubcontext:(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
            checkcast com.sun.jndi.ldap.LdapSchemaCtx
            pop
         5: .line 113
            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.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    6     1   name  Ljavax/naming/Name;
            0    6     2    obj  Ljava/lang/Object;
            0    6     3  attrs  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  protected final void doBind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes, boolean);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
        start local 4 // boolean useFactory
         0: .line 117
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 4
         1: .line 118
            new javax.naming.directory.SchemaViolationException
            dup
         2: .line 119
            ldc "Cannot bind arbitrary object; use createSubcontext()"
         3: .line 118
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* obj */
            aload 3 /* attrs */
            iconst_0
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doBind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V
         5: .line 123
            return
        end local 4 // boolean useFactory
        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.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    6     1        name  Ljavax/naming/Name;
            0    6     2         obj  Ljava/lang/Object;
            0    6     3       attrs  Ljavax/naming/directory/Attributes;
            0    6     4  useFactory  Z
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
            Name  Flags
      name        
      obj         
      attrs       
      useFactory  

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx 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 129
            aload 0 /* this */
            aload 1 /* name */
            iconst_0
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.doLookup:(Ljavax/naming/Name;Z)Ljava/lang/Object;
            pop
         1: .line 130
            new javax.naming.directory.SchemaViolationException
            dup
         2: .line 131
            ldc "Cannot replace existing schema object"
         3: .line 130
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 132
      StackMap locals:
      StackMap stack: javax.naming.NameNotFoundException
            pop
         5: .line 133
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* obj */
            aload 3 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.bind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V
         6: .line 135
            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.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    7     1   name  Ljavax/naming/Name;
            0    7     2    obj  Ljava/lang/Object;
            0    7     3  attrs  Ljavax/naming/directory/Attributes;
      Exception table:
        from    to  target  type
           0     4       4  Class javax.naming.NameNotFoundException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      obj    
      attrs  

  protected final void doRebind(javax.naming.Name, java.lang.Object, javax.naming.directory.Attributes, boolean);
    descriptor: (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name name
        start local 2 // java.lang.Object obj
        start local 3 // javax.naming.directory.Attributes attrs
        start local 4 // boolean useFactory
         0: .line 139
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 4
         1: .line 140
            new javax.naming.directory.SchemaViolationException
            dup
         2: .line 141
            ldc "Cannot bind arbitrary object; use createSubcontext()"
         3: .line 140
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* obj */
            aload 3 /* attrs */
            iconst_0
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doRebind:(Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V
         5: .line 145
            return
        end local 4 // boolean useFactory
        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.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    6     1        name  Ljavax/naming/Name;
            0    6     2         obj  Ljava/lang/Object;
            0    6     3       attrs  Ljavax/naming/directory/Attributes;
            0    6     4  useFactory  Z
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
            Name  Flags
      name        
      obj         
      attrs       
      useFactory  

  protected final void doUnbind(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name name
         0: .line 148
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 6
         1: .line 152
            aload 0 /* this */
            aload 1 /* name */
            iconst_0
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.doLookup:(Ljavax/naming/Name;Z)Ljava/lang/Object;
            checkcast com.sun.jndi.ldap.LdapSchemaCtx
            astore 2 /* target */
        start local 2 // com.sun.jndi.ldap.LdapSchemaCtx target
         2: .line 154
            aload 0 /* this */
            aload 2 /* target */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.attrs:Ljavax/naming/directory/Attributes;
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.deleteServerSchema:(Ljavax/naming/directory/Attributes;)V
        end local 2 // com.sun.jndi.ldap.LdapSchemaCtx target
         3: .line 155
            goto 6
      StackMap locals:
      StackMap stack: javax.naming.NameNotFoundException
         4: pop
         5: .line 156
            return
         6: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doUnbind:(Ljavax/naming/Name;)V
         7: .line 161
            return
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    8     1    name  Ljavax/naming/Name;
            2    3     2  target  Lcom/sun/jndi/ldap/LdapSchemaCtx;
      Exception table:
        from    to  target  type
           1     3       4  Class javax.naming.NameNotFoundException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  protected final void doRename(javax.naming.Name, javax.naming.Name);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/Name;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name oldname
        start local 2 // javax.naming.Name newname
         0: .line 165
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 2
         1: .line 166
            new javax.naming.directory.SchemaViolationException
            dup
            ldc "Cannot rename a schema object"
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* oldname */
            aload 2 /* newname */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doRename:(Ljavax/naming/Name;Ljavax/naming/Name;)V
         3: .line 170
            return
        end local 2 // javax.naming.Name newname
        end local 1 // javax.naming.Name oldname
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    4     1  oldname  Ljavax/naming/Name;
            0    4     2  newname  Ljavax/naming/Name;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
         Name  Flags
      oldname  
      newname  

  protected final void doDestroySubcontext(javax.naming.Name);
    descriptor: (Ljavax/naming/Name;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name name
         0: .line 173
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 6
         1: .line 177
            aload 0 /* this */
            aload 1 /* name */
            iconst_0
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.doLookup:(Ljavax/naming/Name;Z)Ljava/lang/Object;
            checkcast com.sun.jndi.ldap.LdapSchemaCtx
            astore 2 /* target */
        start local 2 // com.sun.jndi.ldap.LdapSchemaCtx target
         2: .line 179
            aload 0 /* this */
            aload 2 /* target */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.attrs:Ljavax/naming/directory/Attributes;
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.deleteServerSchema:(Ljavax/naming/directory/Attributes;)V
        end local 2 // com.sun.jndi.ldap.LdapSchemaCtx target
         3: .line 180
            goto 6
      StackMap locals:
      StackMap stack: javax.naming.NameNotFoundException
         4: pop
         5: .line 181
            return
         6: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doDestroySubcontext:(Ljavax/naming/Name;)V
         7: .line 187
            return
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    8     1    name  Ljavax/naming/Name;
            2    3     2  target  Lcom/sun/jndi/ldap/LdapSchemaCtx;
      Exception table:
        from    to  target  type
           1     3       4  Class javax.naming.NameNotFoundException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      name  

  final com.sun.jndi.ldap.LdapSchemaCtx setup(int, java.lang.String, javax.naming.directory.Attributes);
    descriptor: (ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // int objectType
        start local 2 // java.lang.String name
        start local 3 // javax.naming.directory.Attributes attrs
         0: .line 193
            aload 0 /* this */
            iconst_1
            putfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
         1: .line 195
            aload 0 /* this */
         2: .line 196
            new javax.naming.CompositeName
            dup
            aload 2 /* name */
            invokespecial javax.naming.CompositeName.<init>:(Ljava/lang/String;)V
            aload 3 /* attrs */
         3: .line 195
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doCreateSubcontext:(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
            checkcast com.sun.jndi.ldap.LdapSchemaCtx
         4: .line 194
            astore 4 /* answer */
        start local 4 // com.sun.jndi.ldap.LdapSchemaCtx answer
         5: .line 198
            aload 4 /* answer */
            iload 1 /* objectType */
            putfield com.sun.jndi.ldap.LdapSchemaCtx.objectType:I
         6: .line 199
            aload 4 /* answer */
            iconst_0
            putfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
         7: .line 200
            aload 4 /* answer */
            astore 6
         8: .line 202
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
         9: .line 200
            aload 6
            areturn
        end local 4 // com.sun.jndi.ldap.LdapSchemaCtx answer
        10: .line 201
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 202
            aload 0 /* this */
            iconst_0
            putfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
        12: .line 203
            aload 5
            athrow
        end local 3 // javax.naming.directory.Attributes attrs
        end local 2 // java.lang.String name
        end local 1 // int objectType
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0   13     1  objectType  I
            0   13     2        name  Ljava/lang/String;
            0   13     3       attrs  Ljavax/naming/directory/Attributes;
            5   10     4      answer  Lcom/sun/jndi/ldap/LdapSchemaCtx;
      Exception table:
        from    to  target  type
           0     8      10  any
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
            Name  Flags
      objectType  
      name        
      attrs       

  protected final javax.naming.directory.DirContext doCreateSubcontext(javax.naming.Name, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.Name name
        start local 2 // javax.naming.directory.Attributes attrs
         0: .line 209
            aload 2 /* attrs */
            ifnull 1
            aload 2 /* attrs */
            invokeinterface javax.naming.directory.Attributes.size:()I
            ifne 4
         1: .line 210
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
         2: .line 211
            ldc "Must supply attributes describing schema"
         3: .line 210
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifne 6
         5: .line 216
            aload 0 /* this */
            aload 2 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.addServerSchema:(Ljavax/naming/directory/Attributes;)V
         6: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* attrs */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doCreateSubcontext:(Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext;
            checkcast com.sun.jndi.ldap.LdapSchemaCtx
         7: .line 220
            astore 3 /* newEntry */
        start local 3 // com.sun.jndi.ldap.LdapSchemaCtx newEntry
         8: .line 222
            aload 3 /* newEntry */
            areturn
        end local 3 // com.sun.jndi.ldap.LdapSchemaCtx newEntry
        end local 2 // javax.naming.directory.Attributes attrs
        end local 1 // javax.naming.Name name
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    9     1      name  Ljavax/naming/Name;
            0    9     2     attrs  Ljavax/naming/directory/Attributes;
            8    9     3  newEntry  Lcom/sun/jndi/ldap/LdapSchemaCtx;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      name   
      attrs  

  private static final javax.naming.directory.Attributes deepClone(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attributes;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.naming.directory.Attributes orig
         0: .line 227
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 1 /* copy */
        start local 1 // javax.naming.directory.BasicAttributes copy
         1: .line 228
            aload 0 /* orig */
            invokeinterface javax.naming.directory.Attributes.getAll:()Ljavax/naming/NamingEnumeration;
            astore 2 /* attrs */
        start local 2 // javax.naming.NamingEnumeration attrs
         2: .line 229
            goto 4
         3: .line 230
      StackMap locals: javax.naming.directory.BasicAttributes javax.naming.NamingEnumeration
      StackMap stack:
            aload 1 /* copy */
            aload 2 /* attrs */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            invokeinterface javax.naming.directory.Attribute.clone:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            invokevirtual javax.naming.directory.BasicAttributes.put:(Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute;
            pop
         4: .line 229
      StackMap locals:
      StackMap stack:
            aload 2 /* attrs */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 3
         5: .line 232
            aload 1 /* copy */
            areturn
        end local 2 // javax.naming.NamingEnumeration attrs
        end local 1 // javax.naming.directory.BasicAttributes copy
        end local 0 // javax.naming.directory.Attributes orig
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   orig  Ljavax/naming/directory/Attributes;
            1    6     1   copy  Ljavax/naming/directory/BasicAttributes;
            2    6     2  attrs  Ljavax/naming/NamingEnumeration<+Ljavax/naming/directory/Attribute;>;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      orig  

  protected final void doModifyAttributes(javax.naming.directory.ModificationItem[]);
    descriptor: ([Ljavax/naming/directory/ModificationItem;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.directory.ModificationItem[] mods
         0: .line 237
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.setupMode:Z
            ifeq 3
         1: .line 238
            aload 0 /* this */
            aload 1 /* mods */
            invokespecial com.sun.jndi.toolkit.dir.HierMemDirCtx.doModifyAttributes:([Ljavax/naming/directory/ModificationItem;)V
         2: .line 239
            goto 7
         3: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.attrs:Ljavax/naming/directory/Attributes;
            invokestatic com.sun.jndi.ldap.LdapSchemaCtx.deepClone:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attributes;
            astore 2 /* copy */
        start local 2 // javax.naming.directory.Attributes copy
         4: .line 243
            aload 1 /* mods */
            aload 2 /* copy */
            invokestatic com.sun.jndi.ldap.LdapSchemaCtx.applyMods:([Ljavax/naming/directory/ModificationItem;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attributes;
            pop
         5: .line 246
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.attrs:Ljavax/naming/directory/Attributes;
            aload 2 /* copy */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.modifyServerSchema:(Ljavax/naming/directory/Attributes;Ljavax/naming/directory/Attributes;)V
         6: .line 249
            aload 0 /* this */
            aload 2 /* copy */
            putfield com.sun.jndi.ldap.LdapSchemaCtx.attrs:Ljavax/naming/directory/Attributes;
        end local 2 // javax.naming.directory.Attributes copy
         7: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.naming.directory.ModificationItem[] mods
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0    8     1  mods  [Ljavax/naming/directory/ModificationItem;
            4    7     2  copy  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      mods  

  protected final com.sun.jndi.toolkit.dir.HierMemDirCtx createNewCtx();
    descriptor: ()Lcom/sun/jndi/toolkit/dir/HierMemDirCtx;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
         0: .line 257
            new com.sun.jndi.ldap.LdapSchemaCtx
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.myEnv:Ljava/util/Hashtable;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            invokespecial com.sun.jndi.ldap.LdapSchemaCtx.<init>:(ILjava/util/Hashtable;Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;)V
            astore 1 /* ctx */
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx ctx
         1: .line 258
            aload 1 /* ctx */
            areturn
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx ctx
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1    2     1   ctx  Lcom/sun/jndi/ldap/LdapSchemaCtx;

  private final void addServerSchema(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.directory.Attributes attrs
         0: .line 266
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.objectType:I
            tableswitch { // 1 - 5
                    1: 9
                    2: 1
                    3: 3
                    4: 5
                    5: 7
              default: 12
          }
         1: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyObjDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* schemaAttr */
        start local 2 // javax.naming.directory.Attribute schemaAttr
         2: .line 269
            goto 15
        end local 2 // javax.naming.directory.Attribute schemaAttr
         3: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyAttrDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* schemaAttr */
        start local 2 // javax.naming.directory.Attribute schemaAttr
         4: .line 273
            goto 15
        end local 2 // javax.naming.directory.Attribute schemaAttr
         5: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifySyntaxDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* schemaAttr */
        start local 2 // javax.naming.directory.Attribute schemaAttr
         6: .line 277
            goto 15
        end local 2 // javax.naming.directory.Attribute schemaAttr
         7: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* attrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyMatchRuleDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* schemaAttr */
        start local 2 // javax.naming.directory.Attribute schemaAttr
         8: .line 281
            goto 15
        end local 2 // javax.naming.directory.Attribute schemaAttr
         9: .line 284
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
        10: .line 285
            ldc "Cannot create new entry under schema root"
        11: .line 284
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 288
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
        13: .line 289
            ldc "Cannot create child of schema object"
        14: .line 288
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // javax.naming.directory.Attribute schemaAttr
        15: .line 292
      StackMap locals: javax.naming.directory.Attribute
      StackMap stack:
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 3 /* holder */
        start local 3 // javax.naming.directory.Attributes holder
        16: .line 293
            aload 3 /* holder */
            aload 2 /* schemaAttr */
            invokeinterface javax.naming.directory.Attributes.put:(Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute;
            pop
        17: .line 296
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.myEnv:Ljava/util/Hashtable;
            iconst_1
            aload 3 /* holder */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.modifyAttributes:(Ljava/util/Hashtable;ILjavax/naming/directory/Attributes;)V
        18: .line 298
            return
        end local 3 // javax.naming.directory.Attributes holder
        end local 2 // javax.naming.directory.Attribute schemaAttr
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0   19     1       attrs  Ljavax/naming/directory/Attributes;
            2    3     2  schemaAttr  Ljavax/naming/directory/Attribute;
            4    5     2  schemaAttr  Ljavax/naming/directory/Attribute;
            6    7     2  schemaAttr  Ljavax/naming/directory/Attribute;
            8    9     2  schemaAttr  Ljavax/naming/directory/Attribute;
           15   19     2  schemaAttr  Ljavax/naming/directory/Attribute;
           16   19     3      holder  Ljavax/naming/directory/Attributes;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      attrs  

  private final void deleteServerSchema(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.directory.Attributes origAttrs
         0: .line 312
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.objectType:I
            tableswitch { // 1 - 5
                    1: 9
                    2: 1
                    3: 3
                    4: 5
                    5: 7
              default: 12
          }
         1: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyObjDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* origAttrVal */
        start local 2 // javax.naming.directory.Attribute origAttrVal
         2: .line 315
            goto 15
        end local 2 // javax.naming.directory.Attribute origAttrVal
         3: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyAttrDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* origAttrVal */
        start local 2 // javax.naming.directory.Attribute origAttrVal
         4: .line 319
            goto 15
        end local 2 // javax.naming.directory.Attribute origAttrVal
         5: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifySyntaxDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* origAttrVal */
        start local 2 // javax.naming.directory.Attribute origAttrVal
         6: .line 323
            goto 15
        end local 2 // javax.naming.directory.Attribute origAttrVal
         7: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyMatchRuleDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 2 /* origAttrVal */
        start local 2 // javax.naming.directory.Attribute origAttrVal
         8: .line 327
            goto 15
        end local 2 // javax.naming.directory.Attribute origAttrVal
         9: .line 330
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
        10: .line 331
            ldc "Cannot delete schema root"
        11: .line 330
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 334
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
        13: .line 335
            ldc "Cannot delete child of schema object"
        14: .line 334
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // javax.naming.directory.Attribute origAttrVal
        15: .line 338
      StackMap locals: javax.naming.directory.Attribute
      StackMap stack:
            iconst_1
            anewarray javax.naming.directory.ModificationItem
            astore 3 /* mods */
        start local 3 // javax.naming.directory.ModificationItem[] mods
        16: .line 339
            aload 3 /* mods */
            iconst_0
            new javax.naming.directory.ModificationItem
            dup
            iconst_3
            aload 2 /* origAttrVal */
            invokespecial javax.naming.directory.ModificationItem.<init>:(ILjavax/naming/directory/Attribute;)V
            aastore
        17: .line 341
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.myEnv:Ljava/util/Hashtable;
            aload 3 /* mods */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.modifyAttributes:(Ljava/util/Hashtable;[Ljavax/naming/directory/ModificationItem;)V
        18: .line 342
            return
        end local 3 // javax.naming.directory.ModificationItem[] mods
        end local 2 // javax.naming.directory.Attribute origAttrVal
        end local 1 // javax.naming.directory.Attributes origAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0   19     1    origAttrs  Ljavax/naming/directory/Attributes;
            2    3     2  origAttrVal  Ljavax/naming/directory/Attribute;
            4    5     2  origAttrVal  Ljavax/naming/directory/Attribute;
            6    7     2  origAttrVal  Ljavax/naming/directory/Attribute;
            8    9     2  origAttrVal  Ljavax/naming/directory/Attribute;
           15   19     2  origAttrVal  Ljavax/naming/directory/Attribute;
           16   19     3         mods  [Ljavax/naming/directory/ModificationItem;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
           Name  Flags
      origAttrs  

  private final void modifyServerSchema(javax.naming.directory.Attributes, javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;Ljavax/naming/directory/Attributes;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
        start local 1 // javax.naming.directory.Attributes origAttrs
        start local 2 // javax.naming.directory.Attributes newAttrs
         0: .line 356
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.objectType:I
            tableswitch { // 6 - 9
                    6: 1
                    7: 4
                    8: 7
                    9: 10
              default: 13
          }
         1: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyObjDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 4 /* origAttrVal */
        start local 4 // javax.naming.directory.Attribute origAttrVal
         2: .line 359
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 2 /* newAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyObjDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 3 /* newAttrVal */
        start local 3 // javax.naming.directory.Attribute newAttrVal
         3: .line 360
            goto 16
        end local 4 // javax.naming.directory.Attribute origAttrVal
        end local 3 // javax.naming.directory.Attribute newAttrVal
         4: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyAttrDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 4 /* origAttrVal */
        start local 4 // javax.naming.directory.Attribute origAttrVal
         5: .line 364
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 2 /* newAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyAttrDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 3 /* newAttrVal */
        start local 3 // javax.naming.directory.Attribute newAttrVal
         6: .line 365
            goto 16
        end local 4 // javax.naming.directory.Attribute origAttrVal
        end local 3 // javax.naming.directory.Attribute newAttrVal
         7: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifySyntaxDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 4 /* origAttrVal */
        start local 4 // javax.naming.directory.Attribute origAttrVal
         8: .line 369
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 2 /* newAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifySyntaxDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 3 /* newAttrVal */
        start local 3 // javax.naming.directory.Attribute newAttrVal
         9: .line 370
            goto 16
        end local 4 // javax.naming.directory.Attribute origAttrVal
        end local 3 // javax.naming.directory.Attribute newAttrVal
        10: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 1 /* origAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyMatchRuleDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 4 /* origAttrVal */
        start local 4 // javax.naming.directory.Attribute origAttrVal
        11: .line 374
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            getfield com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.parser:Lcom/sun/jndi/ldap/LdapSchemaParser;
            aload 2 /* newAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.stringifyMatchRuleDesc:(Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
            astore 3 /* newAttrVal */
        start local 3 // javax.naming.directory.Attribute newAttrVal
        12: .line 375
            goto 16
        end local 4 // javax.naming.directory.Attribute origAttrVal
        end local 3 // javax.naming.directory.Attribute newAttrVal
        13: .line 378
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.SchemaViolationException
            dup
        14: .line 379
            ldc "Cannot modify schema root"
        15: .line 378
            invokespecial javax.naming.directory.SchemaViolationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // javax.naming.directory.Attribute newAttrVal
        start local 4 // javax.naming.directory.Attribute origAttrVal
        16: .line 382
      StackMap locals: javax.naming.directory.Attribute javax.naming.directory.Attribute
      StackMap stack:
            iconst_2
            anewarray javax.naming.directory.ModificationItem
            astore 5 /* mods */
        start local 5 // javax.naming.directory.ModificationItem[] mods
        17: .line 383
            aload 5 /* mods */
            iconst_0
            new javax.naming.directory.ModificationItem
            dup
            iconst_3
            aload 4 /* origAttrVal */
            invokespecial javax.naming.directory.ModificationItem.<init>:(ILjavax/naming/directory/Attribute;)V
            aastore
        18: .line 384
            aload 5 /* mods */
            iconst_1
            new javax.naming.directory.ModificationItem
            dup
            iconst_1
            aload 3 /* newAttrVal */
            invokespecial javax.naming.directory.ModificationItem.<init>:(ILjavax/naming/directory/Attribute;)V
            aastore
        19: .line 386
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.info:Lcom/sun/jndi/ldap/LdapSchemaCtx$SchemaInfo;
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaCtx.myEnv:Ljava/util/Hashtable;
            aload 5 /* mods */
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo.modifyAttributes:(Ljava/util/Hashtable;[Ljavax/naming/directory/ModificationItem;)V
        20: .line 387
            return
        end local 5 // javax.naming.directory.ModificationItem[] mods
        end local 4 // javax.naming.directory.Attribute origAttrVal
        end local 3 // javax.naming.directory.Attribute newAttrVal
        end local 2 // javax.naming.directory.Attributes newAttrs
        end local 1 // javax.naming.directory.Attributes origAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaCtx this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            0   21     1    origAttrs  Ljavax/naming/directory/Attributes;
            0   21     2     newAttrs  Ljavax/naming/directory/Attributes;
            3    4     3   newAttrVal  Ljavax/naming/directory/Attribute;
            6    7     3   newAttrVal  Ljavax/naming/directory/Attribute;
            9   10     3   newAttrVal  Ljavax/naming/directory/Attribute;
           12   13     3   newAttrVal  Ljavax/naming/directory/Attribute;
           16   21     3   newAttrVal  Ljavax/naming/directory/Attribute;
            2    4     4  origAttrVal  Ljavax/naming/directory/Attribute;
            5    7     4  origAttrVal  Ljavax/naming/directory/Attribute;
            8   10     4  origAttrVal  Ljavax/naming/directory/Attribute;
           11   13     4  origAttrVal  Ljavax/naming/directory/Attribute;
           16   21     4  origAttrVal  Ljavax/naming/directory/Attribute;
           17   21     5         mods  [Ljavax/naming/directory/ModificationItem;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
           Name  Flags
      origAttrs  
      newAttrs   
}
SourceFile: "LdapSchemaCtx.java"
NestMembers:
  com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo
InnerClasses:
  private final SchemaInfo = com.sun.jndi.ldap.LdapSchemaCtx$SchemaInfo of com.sun.jndi.ldap.LdapSchemaCtx