final class com.sun.jndi.ldap.LdapSchemaParser
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.jndi.ldap.LdapSchemaParser
  super_class: java.lang.Object
{
  private static final boolean debug;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final java.lang.String OBJECTCLASSDESC_ATTR_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "objectClasses"

  static final java.lang.String ATTRIBUTEDESC_ATTR_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "attributeTypes"

  static final java.lang.String SYNTAXDESC_ATTR_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "ldapSyntaxes"

  static final java.lang.String MATCHRULEDESC_ATTR_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "matchingRules"

  static final java.lang.String OBJECTCLASS_DEFINITION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "ClassDefinition"

  private static final java.lang.String[] CLASS_DEF_ATTRS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final java.lang.String ATTRIBUTE_DEFINITION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "AttributeDefinition"

  private static final java.lang.String[] ATTR_DEF_ATTRS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final java.lang.String SYNTAX_DEFINITION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "SyntaxDefinition"

  private static final java.lang.String[] SYNTAX_DEF_ATTRS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final java.lang.String MATCHRULE_DEFINITION_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "MatchingRule"

  private static final java.lang.String[] MATCHRULE_DEF_ATTRS;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char SINGLE_QUOTE;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  private static final char WHSP;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final char OID_LIST_BEGIN;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  private static final char OID_LIST_END;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 41

  private static final char OID_SEPARATOR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 36

  private static final java.lang.String NUMERICOID_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "NUMERICOID"

  private static final java.lang.String NAME_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "NAME"

  private static final java.lang.String DESC_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "DESC"

  private static final java.lang.String OBSOLETE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "OBSOLETE"

  private static final java.lang.String SUP_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SUP"

  private static final java.lang.String PRIVATE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "X-"

  private static final java.lang.String ABSTRACT_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ABSTRACT"

  private static final java.lang.String STRUCTURAL_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "STRUCTURAL"

  private static final java.lang.String AUXILARY_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "AUXILIARY"

  private static final java.lang.String MUST_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "MUST"

  private static final java.lang.String MAY_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "MAY"

  private static final java.lang.String EQUALITY_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "EQUALITY"

  private static final java.lang.String ORDERING_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ORDERING"

  private static final java.lang.String SUBSTR_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SUBSTR"

  private static final java.lang.String SYNTAX_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SYNTAX"

  private static final java.lang.String SINGLE_VAL_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SINGLE-VALUE"

  private static final java.lang.String COLLECTIVE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "COLLECTIVE"

  private static final java.lang.String NO_USER_MOD_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "NO-USER-MODIFICATION"

  private static final java.lang.String USAGE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "USAGE"

  private static final java.lang.String SCHEMA_TRUE_VALUE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "true"

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 55
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 56
            ldc "objectclass"
            aastore
            dup
            iconst_1
            ldc "ClassDefinition"
            aastore
         2: .line 55
            putstatic com.sun.jndi.ldap.LdapSchemaParser.CLASS_DEF_ATTRS:[Ljava/lang/String;
         3: .line 59
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 60
            ldc "objectclass"
            aastore
            dup
            iconst_1
            ldc "AttributeDefinition"
            aastore
         5: .line 59
            putstatic com.sun.jndi.ldap.LdapSchemaParser.ATTR_DEF_ATTRS:[Ljava/lang/String;
         6: .line 63
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
         7: .line 64
            ldc "objectclass"
            aastore
            dup
            iconst_1
            ldc "SyntaxDefinition"
            aastore
         8: .line 63
            putstatic com.sun.jndi.ldap.LdapSchemaParser.SYNTAX_DEF_ATTRS:[Ljava/lang/String;
         9: .line 67
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
        10: .line 68
            ldc "objectclass"
            aastore
            dup
            iconst_1
            ldc "MatchingRule"
            aastore
        11: .line 67
            putstatic com.sun.jndi.ldap.LdapSchemaParser.MATCHRULE_DEF_ATTRS:[Ljava/lang/String;
        12: .line 103
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // boolean netscapeBug
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 109
            aload 0 /* this */
            iload 1 /* netscapeBug */
            putfield com.sun.jndi.ldap.LdapSchemaParser.netscapeBug:Z
         2: .line 110
            return
        end local 1 // boolean netscapeBug
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  netscapeBug  Z
    MethodParameters:
             Name  Flags
      netscapeBug  

  static final void LDAP2JNDISchema(javax.naming.directory.Attributes, com.sun.jndi.ldap.LdapSchemaCtx);
    descriptor: (Ljavax/naming/directory/Attributes;Lcom/sun/jndi/ldap/LdapSchemaCtx;)V
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.naming.directory.Attributes schemaAttrs
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
         0: .line 114
            aconst_null
            astore 2 /* objectClassesAttr */
        start local 2 // javax.naming.directory.Attribute objectClassesAttr
         1: .line 115
            aconst_null
            astore 3 /* attributeDefAttr */
        start local 3 // javax.naming.directory.Attribute attributeDefAttr
         2: .line 116
            aconst_null
            astore 4 /* syntaxDefAttr */
        start local 4 // javax.naming.directory.Attribute syntaxDefAttr
         3: .line 117
            aconst_null
            astore 5 /* matchRuleDefAttr */
        start local 5 // javax.naming.directory.Attribute matchRuleDefAttr
         4: .line 119
            aload 0 /* schemaAttrs */
            ldc "objectClasses"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 2 /* objectClassesAttr */
         5: .line 120
            aload 2 /* objectClassesAttr */
            ifnull 7
         6: .line 121
            aload 2 /* objectClassesAttr */
            aload 1 /* schemaRoot */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.objectDescs2ClassDefs:(Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
            pop
         7: .line 124
      StackMap locals: javax.naming.directory.Attributes com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attribute javax.naming.directory.Attribute javax.naming.directory.Attribute javax.naming.directory.Attribute
      StackMap stack:
            aload 0 /* schemaAttrs */
            ldc "attributeTypes"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attributeDefAttr */
         8: .line 125
            aload 3 /* attributeDefAttr */
            ifnull 10
         9: .line 126
            aload 3 /* attributeDefAttr */
            aload 1 /* schemaRoot */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.attrDescs2AttrDefs:(Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
            pop
        10: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* schemaAttrs */
            ldc "ldapSyntaxes"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 4 /* syntaxDefAttr */
        11: .line 130
            aload 4 /* syntaxDefAttr */
            ifnull 13
        12: .line 131
            aload 4 /* syntaxDefAttr */
            aload 1 /* schemaRoot */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.syntaxDescs2SyntaxDefs:(Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
            pop
        13: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* schemaAttrs */
            ldc "matchingRules"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 5 /* matchRuleDefAttr */
        14: .line 135
            aload 5 /* matchRuleDefAttr */
            ifnull 16
        15: .line 136
            aload 5 /* matchRuleDefAttr */
            aload 1 /* schemaRoot */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.matchRuleDescs2MatchRuleDefs:(Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
            pop
        16: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.naming.directory.Attribute matchRuleDefAttr
        end local 4 // javax.naming.directory.Attribute syntaxDefAttr
        end local 3 // javax.naming.directory.Attribute attributeDefAttr
        end local 2 // javax.naming.directory.Attribute objectClassesAttr
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
        end local 0 // javax.naming.directory.Attributes schemaAttrs
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0        schemaAttrs  Ljavax/naming/directory/Attributes;
            0   17     1         schemaRoot  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1   17     2  objectClassesAttr  Ljavax/naming/directory/Attribute;
            2   17     3   attributeDefAttr  Ljavax/naming/directory/Attribute;
            3   17     4      syntaxDefAttr  Ljavax/naming/directory/Attribute;
            4   17     5   matchRuleDefAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
             Name  Flags
      schemaAttrs  
      schemaRoot   

  private static final javax.naming.directory.DirContext objectDescs2ClassDefs(javax.naming.directory.Attribute, com.sun.jndi.ldap.LdapSchemaCtx);
    descriptor: (Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.naming.directory.Attribute objDescsAttr
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
         0: .line 149
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 5 /* attrs */
        start local 5 // javax.naming.directory.Attributes attrs
         1: .line 150
            aload 5 /* attrs */
            getstatic com.sun.jndi.ldap.LdapSchemaParser.CLASS_DEF_ATTRS:[Ljava/lang/String;
            iconst_0
            aaload
            getstatic com.sun.jndi.ldap.LdapSchemaParser.CLASS_DEF_ATTRS:[Ljava/lang/String;
            iconst_1
            aaload
            invokeinterface javax.naming.directory.Attributes.put:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;
            pop
         2: .line 151
            aload 1 /* schemaRoot */
            iconst_2
         3: .line 152
            ldc "ClassDefinition"
            aload 5 /* attrs */
         4: .line 151
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            astore 4 /* classDefTree */
        start local 4 // com.sun.jndi.ldap.LdapSchemaCtx classDefTree
         5: .line 154
            aload 0 /* objDescsAttr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 2 /* objDescs */
        start local 2 // javax.naming.NamingEnumeration objDescs
         6: .line 156
            goto 16
         7: .line 157
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* objDescs */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* objDesc */
        start local 7 // java.lang.String objDesc
         8: .line 159
            aload 7 /* objDesc */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.desc2Def:(Ljava/lang/String;)[Ljava/lang/Object;
            astore 8 /* def */
        start local 8 // java.lang.Object[] def
         9: .line 160
            aload 8 /* def */
            iconst_0
            aaload
            checkcast java.lang.String
            astore 6 /* currentName */
        start local 6 // java.lang.String currentName
        10: .line 161
            aload 8 /* def */
            iconst_1
            aaload
            checkcast javax.naming.directory.Attributes
            astore 3 /* objDef */
        start local 3 // javax.naming.directory.Attributes objDef
        11: .line 162
            aload 4 /* classDefTree */
            bipush 6
        12: .line 163
            aload 6 /* currentName */
            aload 3 /* objDef */
        13: .line 162
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            pop
        end local 8 // java.lang.Object[] def
        14: .line 164
            goto 16
        end local 6 // java.lang.String currentName
        end local 3 // javax.naming.directory.Attributes objDef
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes top java.lang.String
      StackMap stack: javax.naming.NamingException
        15: pop
        end local 7 // java.lang.String objDesc
        16: .line 156
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* objDescs */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 7
        17: .line 169
            aload 4 /* classDefTree */
            areturn
        end local 5 // javax.naming.directory.Attributes attrs
        end local 4 // com.sun.jndi.ldap.LdapSchemaCtx classDefTree
        end local 2 // javax.naming.NamingEnumeration objDescs
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
        end local 0 // javax.naming.directory.Attribute objDescsAttr
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0  objDescsAttr  Ljavax/naming/directory/Attribute;
            0   18     1    schemaRoot  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            6   18     2      objDescs  Ljavax/naming/NamingEnumeration;
           11   15     3        objDef  Ljavax/naming/directory/Attributes;
            5   18     4  classDefTree  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1   18     5         attrs  Ljavax/naming/directory/Attributes;
           10   15     6   currentName  Ljava/lang/String;
            8   16     7       objDesc  Ljava/lang/String;
            9   14     8           def  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    14      15  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
              Name  Flags
      objDescsAttr  
      schemaRoot    

  private static final javax.naming.directory.DirContext attrDescs2AttrDefs(javax.naming.directory.Attribute, com.sun.jndi.ldap.LdapSchemaCtx);
    descriptor: (Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.naming.directory.Attribute attributeDescAttr
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
         0: .line 181
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 5 /* attrs */
        start local 5 // javax.naming.directory.Attributes attrs
         1: .line 182
            aload 5 /* attrs */
            getstatic com.sun.jndi.ldap.LdapSchemaParser.ATTR_DEF_ATTRS:[Ljava/lang/String;
            iconst_0
            aaload
            getstatic com.sun.jndi.ldap.LdapSchemaParser.ATTR_DEF_ATTRS:[Ljava/lang/String;
            iconst_1
            aaload
            invokeinterface javax.naming.directory.Attributes.put:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;
            pop
         2: .line 183
            aload 1 /* schemaRoot */
            iconst_3
         3: .line 184
            ldc "AttributeDefinition"
            aload 5 /* attrs */
         4: .line 183
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            astore 4 /* attrDefTree */
        start local 4 // com.sun.jndi.ldap.LdapSchemaCtx attrDefTree
         5: .line 186
            aload 0 /* attributeDescAttr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 2 /* attrDescs */
        start local 2 // javax.naming.NamingEnumeration attrDescs
         6: .line 188
            goto 16
         7: .line 189
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* attrDescs */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* attrDesc */
        start local 7 // java.lang.String attrDesc
         8: .line 191
            aload 7 /* attrDesc */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.desc2Def:(Ljava/lang/String;)[Ljava/lang/Object;
            astore 8 /* def */
        start local 8 // java.lang.Object[] def
         9: .line 192
            aload 8 /* def */
            iconst_0
            aaload
            checkcast java.lang.String
            astore 6 /* currentName */
        start local 6 // java.lang.String currentName
        10: .line 193
            aload 8 /* def */
            iconst_1
            aaload
            checkcast javax.naming.directory.Attributes
            astore 3 /* attrDef */
        start local 3 // javax.naming.directory.Attributes attrDef
        11: .line 194
            aload 4 /* attrDefTree */
            bipush 7
        12: .line 195
            aload 6 /* currentName */
            aload 3 /* attrDef */
        13: .line 194
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            pop
        end local 8 // java.lang.Object[] def
        14: .line 196
            goto 16
        end local 6 // java.lang.String currentName
        end local 3 // javax.naming.directory.Attributes attrDef
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes top java.lang.String
      StackMap stack: javax.naming.NamingException
        15: pop
        end local 7 // java.lang.String attrDesc
        16: .line 188
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* attrDescs */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 7
        17: .line 201
            aload 4 /* attrDefTree */
            areturn
        end local 5 // javax.naming.directory.Attributes attrs
        end local 4 // com.sun.jndi.ldap.LdapSchemaCtx attrDefTree
        end local 2 // javax.naming.NamingEnumeration attrDescs
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
        end local 0 // javax.naming.directory.Attribute attributeDescAttr
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0  attributeDescAttr  Ljavax/naming/directory/Attribute;
            0   18     1         schemaRoot  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            6   18     2          attrDescs  Ljavax/naming/NamingEnumeration;
           11   15     3            attrDef  Ljavax/naming/directory/Attributes;
            5   18     4        attrDefTree  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1   18     5              attrs  Ljavax/naming/directory/Attributes;
           10   15     6        currentName  Ljava/lang/String;
            8   16     7           attrDesc  Ljava/lang/String;
            9   14     8                def  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    14      15  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                   Name  Flags
      attributeDescAttr  
      schemaRoot         

  private static final javax.naming.directory.DirContext syntaxDescs2SyntaxDefs(javax.naming.directory.Attribute, com.sun.jndi.ldap.LdapSchemaCtx);
    descriptor: (Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.naming.directory.Attribute syntaxDescAttr
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
         0: .line 214
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 5 /* attrs */
        start local 5 // javax.naming.directory.Attributes attrs
         1: .line 215
            aload 5 /* attrs */
            getstatic com.sun.jndi.ldap.LdapSchemaParser.SYNTAX_DEF_ATTRS:[Ljava/lang/String;
            iconst_0
            aaload
            getstatic com.sun.jndi.ldap.LdapSchemaParser.SYNTAX_DEF_ATTRS:[Ljava/lang/String;
            iconst_1
            aaload
            invokeinterface javax.naming.directory.Attributes.put:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;
            pop
         2: .line 216
            aload 1 /* schemaRoot */
            iconst_4
         3: .line 217
            ldc "SyntaxDefinition"
            aload 5 /* attrs */
         4: .line 216
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            astore 4 /* syntaxDefTree */
        start local 4 // com.sun.jndi.ldap.LdapSchemaCtx syntaxDefTree
         5: .line 219
            aload 0 /* syntaxDescAttr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 2 /* syntaxDescs */
        start local 2 // javax.naming.NamingEnumeration syntaxDescs
         6: .line 221
            goto 16
         7: .line 222
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* syntaxDescs */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* syntaxDesc */
        start local 7 // java.lang.String syntaxDesc
         8: .line 224
            aload 7 /* syntaxDesc */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.desc2Def:(Ljava/lang/String;)[Ljava/lang/Object;
            astore 8 /* def */
        start local 8 // java.lang.Object[] def
         9: .line 225
            aload 8 /* def */
            iconst_0
            aaload
            checkcast java.lang.String
            astore 6 /* currentName */
        start local 6 // java.lang.String currentName
        10: .line 226
            aload 8 /* def */
            iconst_1
            aaload
            checkcast javax.naming.directory.Attributes
            astore 3 /* syntaxDef */
        start local 3 // javax.naming.directory.Attributes syntaxDef
        11: .line 227
            aload 4 /* syntaxDefTree */
            bipush 8
        12: .line 228
            aload 6 /* currentName */
            aload 3 /* syntaxDef */
        13: .line 227
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            pop
        end local 8 // java.lang.Object[] def
        14: .line 229
            goto 16
        end local 6 // java.lang.String currentName
        end local 3 // javax.naming.directory.Attributes syntaxDef
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes top java.lang.String
      StackMap stack: javax.naming.NamingException
        15: pop
        end local 7 // java.lang.String syntaxDesc
        16: .line 221
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* syntaxDescs */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 7
        17: .line 234
            aload 4 /* syntaxDefTree */
            areturn
        end local 5 // javax.naming.directory.Attributes attrs
        end local 4 // com.sun.jndi.ldap.LdapSchemaCtx syntaxDefTree
        end local 2 // javax.naming.NamingEnumeration syntaxDescs
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
        end local 0 // javax.naming.directory.Attribute syntaxDescAttr
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0  syntaxDescAttr  Ljavax/naming/directory/Attribute;
            0   18     1      schemaRoot  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            6   18     2     syntaxDescs  Ljavax/naming/NamingEnumeration;
           11   15     3       syntaxDef  Ljavax/naming/directory/Attributes;
            5   18     4   syntaxDefTree  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1   18     5           attrs  Ljavax/naming/directory/Attributes;
           10   15     6     currentName  Ljava/lang/String;
            8   16     7      syntaxDesc  Ljava/lang/String;
            9   14     8             def  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    14      15  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                Name  Flags
      syntaxDescAttr  
      schemaRoot      

  private static final javax.naming.directory.DirContext matchRuleDescs2MatchRuleDefs(javax.naming.directory.Attribute, com.sun.jndi.ldap.LdapSchemaCtx);
    descriptor: (Ljavax/naming/directory/Attribute;Lcom/sun/jndi/ldap/LdapSchemaCtx;)Ljavax/naming/directory/DirContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.naming.directory.Attribute matchRuleDescAttr
        start local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
         0: .line 247
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 5 /* attrs */
        start local 5 // javax.naming.directory.Attributes attrs
         1: .line 248
            aload 5 /* attrs */
            getstatic com.sun.jndi.ldap.LdapSchemaParser.MATCHRULE_DEF_ATTRS:[Ljava/lang/String;
            iconst_0
            aaload
            getstatic com.sun.jndi.ldap.LdapSchemaParser.MATCHRULE_DEF_ATTRS:[Ljava/lang/String;
            iconst_1
            aaload
            invokeinterface javax.naming.directory.Attributes.put:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute;
            pop
         2: .line 249
            aload 1 /* schemaRoot */
            iconst_5
         3: .line 250
            ldc "MatchingRule"
            aload 5 /* attrs */
         4: .line 249
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            astore 4 /* matchRuleDefTree */
        start local 4 // com.sun.jndi.ldap.LdapSchemaCtx matchRuleDefTree
         5: .line 252
            aload 0 /* matchRuleDescAttr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 2 /* matchRuleDescs */
        start local 2 // javax.naming.NamingEnumeration matchRuleDescs
         6: .line 254
            goto 16
         7: .line 255
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* matchRuleDescs */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* matchRuleDesc */
        start local 7 // java.lang.String matchRuleDesc
         8: .line 257
            aload 7 /* matchRuleDesc */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.desc2Def:(Ljava/lang/String;)[Ljava/lang/Object;
            astore 8 /* def */
        start local 8 // java.lang.Object[] def
         9: .line 258
            aload 8 /* def */
            iconst_0
            aaload
            checkcast java.lang.String
            astore 6 /* currentName */
        start local 6 // java.lang.String currentName
        10: .line 259
            aload 8 /* def */
            iconst_1
            aaload
            checkcast javax.naming.directory.Attributes
            astore 3 /* matchRuleDef */
        start local 3 // javax.naming.directory.Attributes matchRuleDef
        11: .line 260
            aload 4 /* matchRuleDefTree */
            bipush 9
        12: .line 261
            aload 6 /* currentName */
            aload 3 /* matchRuleDef */
        13: .line 260
            invokevirtual com.sun.jndi.ldap.LdapSchemaCtx.setup:(ILjava/lang/String;Ljavax/naming/directory/Attributes;)Lcom/sun/jndi/ldap/LdapSchemaCtx;
            pop
        end local 8 // java.lang.Object[] def
        14: .line 262
            goto 16
        end local 6 // java.lang.String currentName
        end local 3 // javax.naming.directory.Attributes matchRuleDef
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes top java.lang.String
      StackMap stack: javax.naming.NamingException
        15: pop
        end local 7 // java.lang.String matchRuleDesc
        16: .line 254
      StackMap locals: javax.naming.directory.Attribute com.sun.jndi.ldap.LdapSchemaCtx javax.naming.NamingEnumeration top com.sun.jndi.ldap.LdapSchemaCtx javax.naming.directory.Attributes
      StackMap stack:
            aload 2 /* matchRuleDescs */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 7
        17: .line 267
            aload 4 /* matchRuleDefTree */
            areturn
        end local 5 // javax.naming.directory.Attributes attrs
        end local 4 // com.sun.jndi.ldap.LdapSchemaCtx matchRuleDefTree
        end local 2 // javax.naming.NamingEnumeration matchRuleDescs
        end local 1 // com.sun.jndi.ldap.LdapSchemaCtx schemaRoot
        end local 0 // javax.naming.directory.Attribute matchRuleDescAttr
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0  matchRuleDescAttr  Ljavax/naming/directory/Attribute;
            0   18     1         schemaRoot  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            6   18     2     matchRuleDescs  Ljavax/naming/NamingEnumeration;
           11   15     3       matchRuleDef  Ljavax/naming/directory/Attributes;
            5   18     4   matchRuleDefTree  Lcom/sun/jndi/ldap/LdapSchemaCtx;
            1   18     5              attrs  Ljavax/naming/directory/Attributes;
           10   15     6        currentName  Ljava/lang/String;
            8   16     7      matchRuleDesc  Ljava/lang/String;
            9   14     8                def  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    14      15  Class javax.naming.NamingException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                   Name  Flags
      matchRuleDescAttr  
      schemaRoot         

  private static final java.lang.Object[] desc2Def(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // java.lang.String desc
         0: .line 274
            new javax.naming.directory.BasicAttributes
            dup
            iconst_1
            invokespecial javax.naming.directory.BasicAttributes.<init>:(Z)V
            astore 1 /* attrs */
        start local 1 // javax.naming.directory.Attributes attrs
         1: .line 275
            aconst_null
            astore 2 /* attr */
        start local 2 // javax.naming.directory.Attribute attr
         2: .line 276
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            astore 3 /* pos */
        start local 3 // int[] pos
         3: .line 277
            iconst_1
            istore 4 /* moreTags */
        start local 4 // boolean moreTags
         4: .line 280
            aload 0 /* desc */
            aload 3 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readNumericOID:(Ljava/lang/String;[I)Ljavax/naming/directory/Attribute;
            astore 2 /* attr */
         5: .line 281
            aload 2 /* attr */
            iconst_0
            invokeinterface javax.naming.directory.Attribute.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* currentName */
        start local 5 // java.lang.String currentName
         6: .line 282
            aload 1 /* attrs */
            aload 2 /* attr */
            invokeinterface javax.naming.directory.Attributes.put:(Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute;
            pop
         7: .line 284
            aload 0 /* desc */
            aload 3 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         8: .line 286
            goto 16
         9: .line 287
      StackMap locals: java.lang.String javax.naming.directory.Attributes javax.naming.directory.Attribute int[] int java.lang.String
      StackMap stack:
            aload 0 /* desc */
            aload 3 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readNextTag:(Ljava/lang/String;[I)Ljavax/naming/directory/Attribute;
            astore 2 /* attr */
        10: .line 288
            aload 1 /* attrs */
            aload 2 /* attr */
            invokeinterface javax.naming.directory.Attributes.put:(Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute;
            pop
        11: .line 290
            aload 2 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            ldc "NAME"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 291
            aload 2 /* attr */
            iconst_0
            invokeinterface javax.naming.directory.Attribute.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* currentName */
        13: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* desc */
            aload 3 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
        14: .line 296
            aload 3 /* pos */
            iconst_0
            iaload
            aload 0 /* desc */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            if_icmplt 16
        15: .line 297
            iconst_0
            istore 4 /* moreTags */
        16: .line 286
      StackMap locals:
      StackMap stack:
            iload 4 /* moreTags */
            ifne 9
        17: .line 301
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* currentName */
            aastore
            dup
            iconst_1
            aload 1 /* attrs */
            aastore
            areturn
        end local 5 // java.lang.String currentName
        end local 4 // boolean moreTags
        end local 3 // int[] pos
        end local 2 // javax.naming.directory.Attribute attr
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // java.lang.String desc
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         desc  Ljava/lang/String;
            1   18     1        attrs  Ljavax/naming/directory/Attributes;
            2   18     2         attr  Ljavax/naming/directory/Attribute;
            3   18     3          pos  [I
            4   18     4     moreTags  Z
            6   18     5  currentName  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      desc  

  private static final int findTrailingWhitespace(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int pos
         0: .line 307
            iload 1 /* pos */
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 308
      StackMap locals: int
      StackMap stack:
            aload 0 /* string */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 4
         3: .line 309
            iload 2 /* i */
            iconst_1
            iadd
            ireturn
         4: .line 307
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifgt 2
        end local 2 // int i
         6: .line 312
            iconst_0
            ireturn
        end local 1 // int pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  string  Ljava/lang/String;
            0    7     1     pos  I
            1    6     2       i  I
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final void skipWhitespace(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)V
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 316
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 317
      StackMap locals: int
      StackMap stack:
            aload 0 /* string */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 5
         3: .line 318
            aload 1 /* pos */
            iconst_0
            iload 2 /* i */
            iastore
         4: .line 322
            return
         5: .line 316
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* string */
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
        end local 2 // int i
         7: .line 325
            return
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0  string  Ljava/lang/String;
            0    8     1     pos  [I
            1    7     2       i  I
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final javax.naming.directory.Attribute readNumericOID(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)Ljavax/naming/directory/Attribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 335
            aconst_null
            astore 4 /* value */
        start local 4 // java.lang.String value
         1: .line 337
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         2: .line 339
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        start local 2 // int begin
         3: .line 340
            aload 0 /* string */
            bipush 32
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* end */
        start local 3 // int end
         4: .line 342
            iload 3 /* end */
            iconst_m1
            if_icmpeq 5
            iload 3 /* end */
            iload 2 /* begin */
            isub
            iconst_1
            if_icmpge 8
         5: .line 343
      StackMap locals: int int java.lang.String
      StackMap stack:
            new javax.naming.directory.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            ldc "no numericoid found: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 344
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 343
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            iload 2 /* begin */
            iload 3 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 4 /* value */
         9: .line 349
            aload 1 /* pos */
            iconst_0
            dup2
            iaload
            aload 4 /* value */
            invokevirtual java.lang.String.length:()I
            iadd
            iastore
        10: .line 351
            new javax.naming.directory.BasicAttribute
            dup
            ldc "NUMERICOID"
            aload 4 /* value */
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            areturn
        end local 4 // java.lang.String value
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0  string  Ljava/lang/String;
            0   11     1     pos  [I
            3   11     2   begin  I
            4   11     3     end  I
            1   11     4   value  Ljava/lang/String;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final javax.naming.directory.Attribute readNextTag(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)Ljavax/naming/directory/Attribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 357
            aconst_null
            astore 2 /* attr */
        start local 2 // javax.naming.directory.Attribute attr
         1: .line 358
            aconst_null
            astore 3 /* tagName */
        start local 3 // java.lang.String tagName
         2: .line 359
            aconst_null
            astore 4 /* values */
        start local 4 // java.lang.String[] values
         3: .line 361
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         4: .line 368
            aload 0 /* string */
            bipush 32
            aload 1 /* pos */
            iconst_0
            iaload
            invokevirtual java.lang.String.indexOf:(II)I
            istore 5 /* trailingSpace */
        start local 5 // int trailingSpace
         5: .line 371
            iload 5 /* trailingSpace */
            ifge 8
         6: .line 372
            aload 0 /* string */
            aload 1 /* pos */
            iconst_0
            iaload
            aload 0 /* string */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* tagName */
         7: .line 373
            goto 9
         8: .line 374
      StackMap locals: java.lang.String int[] javax.naming.directory.Attribute java.lang.String java.lang.String[] int
      StackMap stack:
            aload 0 /* string */
            aload 1 /* pos */
            iconst_0
            iaload
            iload 5 /* trailingSpace */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* tagName */
         9: .line 377
      StackMap locals:
      StackMap stack:
            aload 3 /* tagName */
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readTag:(Ljava/lang/String;Ljava/lang/String;[I)[Ljava/lang/String;
            astore 4 /* values */
        10: .line 380
            aload 4 /* values */
            arraylength
            ifge 14
        11: .line 381
            new javax.naming.directory.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            ldc "no values for attribute \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 383
            aload 3 /* tagName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 381
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 387
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.BasicAttribute
            dup
            aload 3 /* tagName */
            aload 4 /* values */
            iconst_0
            aaload
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            astore 2 /* attr */
        15: .line 390
            iconst_1
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 391
      StackMap locals: int
      StackMap stack:
            aload 2 /* attr */
            aload 4 /* values */
            iload 6 /* i */
            aaload
            invokeinterface javax.naming.directory.Attribute.add:(Ljava/lang/Object;)Z
            pop
        18: .line 390
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 4 /* values */
            arraylength
            if_icmplt 17
        end local 6 // int i
        20: .line 394
            aload 2 /* attr */
            areturn
        end local 5 // int trailingSpace
        end local 4 // java.lang.String[] values
        end local 3 // java.lang.String tagName
        end local 2 // javax.naming.directory.Attribute attr
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0         string  Ljava/lang/String;
            0   21     1            pos  [I
            1   21     2           attr  Ljavax/naming/directory/Attribute;
            2   21     3        tagName  Ljava/lang/String;
            3   21     4         values  [Ljava/lang/String;
            5   21     5  trailingSpace  I
           16   20     6              i  I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readTag(java.lang.String, java.lang.String, int[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.String tag
        start local 1 // java.lang.String string
        start local 2 // int[] pos
         0: .line 405
            aload 2 /* pos */
            iconst_0
            dup2
            iaload
            aload 0 /* tag */
            invokevirtual java.lang.String.length:()I
            iadd
            iastore
         1: .line 406
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         2: .line 408
            aload 0 /* tag */
            ldc "NAME"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 409
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDescrs:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         4: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* tag */
            ldc "DESC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 413
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDString:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         6: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* tag */
            ldc "EQUALITY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         7: .line 418
            aload 0 /* tag */
            ldc "ORDERING"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         8: .line 419
            aload 0 /* tag */
            ldc "SUBSTR"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 420
            aload 0 /* tag */
            ldc "SYNTAX"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 421
      StackMap locals:
      StackMap stack:
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readWOID:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
        11: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* tag */
            ldc "OBSOLETE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        12: .line 425
            aload 0 /* tag */
            ldc "ABSTRACT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        13: .line 426
            aload 0 /* tag */
            ldc "STRUCTURAL"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        14: .line 427
            aload 0 /* tag */
            ldc "AUXILIARY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        15: .line 428
            aload 0 /* tag */
            ldc "SINGLE-VALUE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        16: .line 429
            aload 0 /* tag */
            ldc "COLLECTIVE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        17: .line 430
            aload 0 /* tag */
            ldc "NO-USER-MODIFICATION"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        18: .line 431
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "true"
            aastore
            areturn
        19: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* tag */
            ldc "SUP"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        20: .line 435
            aload 0 /* tag */
            ldc "MUST"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        21: .line 436
            aload 0 /* tag */
            ldc "MAY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        22: .line 437
            aload 0 /* tag */
            ldc "USAGE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        23: .line 438
      StackMap locals:
      StackMap stack:
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readOIDs:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
        24: .line 442
      StackMap locals:
      StackMap stack:
            aload 1 /* string */
            aload 2 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDStrings:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
        end local 2 // int[] pos
        end local 1 // java.lang.String string
        end local 0 // java.lang.String tag
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0     tag  Ljava/lang/String;
            0   25     1  string  Ljava/lang/String;
            0   25     2     pos  [I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      tag     
      string  
      pos     

  private static final java.lang.String[] readQDString(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 450
            aload 0 /* string */
            bipush 39
            aload 1 /* pos */
            iconst_0
            iaload
            invokevirtual java.lang.String.indexOf:(II)I
            iconst_1
            iadd
            istore 2 /* begin */
        start local 2 // int begin
         1: .line 451
            aload 0 /* string */
            bipush 39
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* end */
        start local 3 // int end
         2: .line 458
            iload 2 /* begin */
            iconst_m1
            if_icmpeq 3
            iload 3 /* end */
            iconst_m1
            if_icmpeq 3
            iload 2 /* begin */
            iload 3 /* end */
            if_icmpne 6
         3: .line 459
      StackMap locals: int int
      StackMap stack:
            new javax.naming.directory.InvalidAttributeIdentifierException
            dup
            new java.lang.StringBuilder
            dup
            ldc "malformed QDString: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 461
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 459
            invokespecial javax.naming.directory.InvalidAttributeIdentifierException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            iload 2 /* begin */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 39
            if_icmpeq 10
         7: .line 466
            new javax.naming.directory.InvalidAttributeIdentifierException
            dup
            new java.lang.StringBuilder
            dup
            ldc "qdstring has no end mark: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 468
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 466
            invokespecial javax.naming.directory.InvalidAttributeIdentifierException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 471
      StackMap locals:
      StackMap stack:
            aload 1 /* pos */
            iconst_0
            iload 3 /* end */
            iconst_1
            iadd
            iastore
        11: .line 472
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* string */
            iload 2 /* begin */
            iload 3 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aastore
            areturn
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0  string  Ljava/lang/String;
            0   12     1     pos  [I
            1   12     2   begin  I
            2   12     3     end  I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readQDStrings(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 484
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDescrs:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  string  Ljava/lang/String;
            0    1     1     pos  [I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readQDescrs(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 501
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         1: .line 503
            aload 0 /* string */
            aload 1 /* pos */
            iconst_0
            iaload
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 39 - 40
                   39: 3
                   40: 2
              default: 4
          }
         2: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDescrList:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         3: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDString:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         4: .line 509
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected oids string: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 510
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 509
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  string  Ljava/lang/String;
            0    7     1     pos  [I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readQDescrList(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 523
            new java.util.Vector
            dup
            iconst_5
            invokespecial java.util.Vector.<init>:(I)V
            astore 4 /* values */
        start local 4 // java.util.Vector values
         1: .line 529
            aload 1 /* pos */
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         2: .line 530
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         3: .line 531
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        start local 2 // int begin
         4: .line 532
            aload 0 /* string */
            bipush 41
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* end */
        start local 3 // int end
         5: .line 534
            iload 3 /* end */
            iconst_m1
            if_icmpne 13
         6: .line 535
            new javax.naming.directory.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            ldc "oidlist has no end mark: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 536
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 535
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 540
      StackMap locals: int int java.util.Vector
      StackMap stack:
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDString:(Ljava/lang/String;[I)[Ljava/lang/String;
            astore 5 /* one */
        start local 5 // java.lang.String[] one
        10: .line 547
            aload 4 /* values */
            aload 5 /* one */
            iconst_0
            aaload
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        11: .line 548
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
        12: .line 549
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        end local 5 // java.lang.String[] one
        13: .line 539
      StackMap locals:
      StackMap stack:
            iload 2 /* begin */
            iload 3 /* end */
            if_icmplt 9
        14: .line 552
            aload 1 /* pos */
            iconst_0
            iload 3 /* end */
            iconst_1
            iadd
            iastore
        15: .line 554
            aload 4 /* values */
            invokevirtual java.util.Vector.size:()I
            anewarray java.lang.String
            astore 5 /* answer */
        start local 5 // java.lang.String[] answer
        16: .line 555
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        17: goto 20
        18: .line 556
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 5 /* answer */
            iload 6 /* i */
            aload 4 /* values */
            iload 6 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            aastore
        19: .line 555
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            aload 5 /* answer */
            arraylength
            if_icmplt 18
        end local 6 // int i
        21: .line 558
            aload 5 /* answer */
            areturn
        end local 5 // java.lang.String[] answer
        end local 4 // java.util.Vector values
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0  string  Ljava/lang/String;
            0   22     1     pos  [I
            4   22     2   begin  I
            5   22     3     end  I
            1   22     4  values  Ljava/util/Vector;
           10   13     5     one  [Ljava/lang/String;
           16   22     5  answer  [Ljava/lang/String;
           17   21     6       i  I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readWOID(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 568
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         1: .line 570
            aload 0 /* string */
            aload 1 /* pos */
            iconst_0
            iaload
            invokevirtual java.lang.String.charAt:(I)C
            bipush 39
            if_icmpne 3
         2: .line 572
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readQDString:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         3: .line 577
      StackMap locals:
      StackMap stack:
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        start local 2 // int begin
         4: .line 578
            aload 0 /* string */
            bipush 32
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* end */
        start local 3 // int end
         5: .line 585
            iload 3 /* end */
            iconst_m1
            if_icmpeq 6
            iload 2 /* begin */
            iload 3 /* end */
            if_icmpne 9
         6: .line 586
      StackMap locals: int int
      StackMap stack:
            new javax.naming.directory.InvalidAttributeIdentifierException
            dup
            new java.lang.StringBuilder
            dup
            ldc "malformed OID: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 588
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 586
            invokespecial javax.naming.directory.InvalidAttributeIdentifierException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 590
      StackMap locals:
      StackMap stack:
            aload 1 /* pos */
            iconst_0
            iload 3 /* end */
            iconst_1
            iadd
            iastore
        10: .line 592
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* string */
            iload 2 /* begin */
            iload 3 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aastore
            areturn
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0  string  Ljava/lang/String;
            0   11     1     pos  [I
            4   11     2   begin  I
            5   11     3     end  I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private static final java.lang.String[] readOIDs(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)[Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // java.lang.String string
        start local 1 // int[] pos
         0: .line 606
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         1: .line 609
            aload 0 /* string */
            aload 1 /* pos */
            iconst_0
            iaload
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpeq 3
         2: .line 610
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.readWOID:(Ljava/lang/String;[I)[Ljava/lang/String;
            areturn
         3: .line 616
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* oidName */
        start local 5 // java.lang.String oidName
         4: .line 617
            new java.util.Vector
            dup
            iconst_5
            invokespecial java.util.Vector.<init>:(I)V
            astore 6 /* values */
        start local 6 // java.util.Vector values
         5: .line 623
            aload 1 /* pos */
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         6: .line 624
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
         7: .line 625
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        start local 2 // int begin
         8: .line 626
            aload 0 /* string */
            bipush 41
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 4 /* end */
        start local 4 // int end
         9: .line 627
            aload 0 /* string */
            bipush 36
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* cur */
        start local 3 // int cur
        10: .line 629
            iload 4 /* end */
            iconst_m1
            if_icmpne 14
        11: .line 630
            new javax.naming.directory.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            ldc "oidlist has no end mark: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 631
            aload 0 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 630
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 634
      StackMap locals: java.lang.String int[] int int int java.lang.String java.util.Vector
      StackMap stack:
            iload 3 /* cur */
            iconst_m1
            if_icmpeq 15
            iload 4 /* end */
            iload 3 /* cur */
            if_icmpge 24
        15: .line 635
      StackMap locals:
      StackMap stack:
            iload 4 /* end */
            istore 3 /* cur */
        16: .line 638
            goto 24
        17: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            iload 3 /* cur */
            iconst_1
            isub
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.findTrailingWhitespace:(Ljava/lang/String;I)I
            istore 7 /* wsBegin */
        start local 7 // int wsBegin
        18: .line 640
            aload 0 /* string */
            iload 2 /* begin */
            iload 7 /* wsBegin */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 5 /* oidName */
        19: .line 645
            aload 6 /* values */
            aload 5 /* oidName */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        20: .line 646
            aload 1 /* pos */
            iconst_0
            iload 3 /* cur */
            iconst_1
            iadd
            iastore
        21: .line 647
            aload 0 /* string */
            aload 1 /* pos */
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.skipWhitespace:(Ljava/lang/String;[I)V
        22: .line 648
            aload 1 /* pos */
            iconst_0
            iaload
            istore 2 /* begin */
        23: .line 649
            aload 0 /* string */
            bipush 36
            iload 2 /* begin */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 3 /* cur */
        end local 7 // int wsBegin
        24: .line 638
      StackMap locals:
      StackMap stack:
            iload 3 /* cur */
            iload 4 /* end */
            if_icmpge 25
            iload 3 /* cur */
            ifgt 17
        25: .line 658
      StackMap locals:
      StackMap stack:
            aload 0 /* string */
            iload 4 /* end */
            iconst_1
            isub
            invokestatic com.sun.jndi.ldap.LdapSchemaParser.findTrailingWhitespace:(Ljava/lang/String;I)I
            istore 7 /* wsBegin */
        start local 7 // int wsBegin
        26: .line 659
            aload 0 /* string */
            iload 2 /* begin */
            iload 7 /* wsBegin */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 5 /* oidName */
        27: .line 660
            aload 6 /* values */
            aload 5 /* oidName */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        28: .line 662
            aload 1 /* pos */
            iconst_0
            iload 4 /* end */
            iconst_1
            iadd
            iastore
        29: .line 664
            aload 6 /* values */
            invokevirtual java.util.Vector.size:()I
            anewarray java.lang.String
            astore 8 /* answer */
        start local 8 // java.lang.String[] answer
        30: .line 665
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        31: goto 34
        32: .line 666
      StackMap locals: int java.lang.String[] int
      StackMap stack:
            aload 8 /* answer */
            iload 9 /* i */
            aload 6 /* values */
            iload 9 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            aastore
        33: .line 665
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 9 /* i */
            aload 8 /* answer */
            arraylength
            if_icmplt 32
        end local 9 // int i
        35: .line 668
            aload 8 /* answer */
            areturn
        end local 8 // java.lang.String[] answer
        end local 7 // int wsBegin
        end local 6 // java.util.Vector values
        end local 5 // java.lang.String oidName
        end local 4 // int end
        end local 3 // int cur
        end local 2 // int begin
        end local 1 // int[] pos
        end local 0 // java.lang.String string
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0   string  Ljava/lang/String;
            0   36     1      pos  [I
            8   36     2    begin  I
           10   36     3      cur  I
            9   36     4      end  I
            4   36     5  oidName  Ljava/lang/String;
            5   36     6   values  Ljava/util/Vector;
           18   24     7  wsBegin  I
           26   36     7  wsBegin  I
           30   36     8   answer  [Ljava/lang/String;
           31   35     9        i  I
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
        Name  Flags
      string  
      pos     

  private final java.lang.String classDef2ObjectDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes attrs
         0: .line 771
            new java.lang.StringBuffer
            dup
            ldc "( "
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* objectDesc */
        start local 2 // java.lang.StringBuffer objectDesc
         1: .line 773
            aconst_null
            astore 3 /* attr */
        start local 3 // javax.naming.directory.Attribute attr
         2: .line 774
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         3: .line 778
            aload 1 /* attrs */
            ldc "NUMERICOID"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
         4: .line 779
            aload 3 /* attr */
            ifnull 8
         5: .line 780
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeNumericOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 781
            iinc 4 /* count */ 1
         7: .line 782
            goto 9
         8: .line 783
      StackMap locals: java.lang.StringBuffer javax.naming.directory.Attribute int
      StackMap stack:
            new javax.naming.ConfigurationException
            dup
            ldc "Class definition doesn'thave a numeric OID"
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 787
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "NAME"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        10: .line 788
            aload 3 /* attr */
            ifnull 13
        11: .line 789
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDescrs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 790
            iinc 4 /* count */ 1
        13: .line 793
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "DESC"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        14: .line 794
            aload 3 /* attr */
            ifnull 17
        15: .line 795
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 796
            iinc 4 /* count */ 1
        17: .line 799
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "OBSOLETE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        18: .line 800
            aload 3 /* attr */
            ifnull 21
        19: .line 801
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 802
            iinc 4 /* count */ 1
        21: .line 805
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SUP"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        22: .line 806
            aload 3 /* attr */
            ifnull 25
        23: .line 807
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeOIDs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 808
            iinc 4 /* count */ 1
        25: .line 811
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "ABSTRACT"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        26: .line 812
            aload 3 /* attr */
            ifnull 29
        27: .line 813
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        28: .line 814
            iinc 4 /* count */ 1
        29: .line 817
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "STRUCTURAL"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        30: .line 818
            aload 3 /* attr */
            ifnull 33
        31: .line 819
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        32: .line 820
            iinc 4 /* count */ 1
        33: .line 823
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "AUXILIARY"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        34: .line 824
            aload 3 /* attr */
            ifnull 37
        35: .line 825
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        36: .line 826
            iinc 4 /* count */ 1
        37: .line 829
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "MUST"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        38: .line 830
            aload 3 /* attr */
            ifnull 41
        39: .line 831
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeOIDs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        40: .line 832
            iinc 4 /* count */ 1
        41: .line 835
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "MAY"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        42: .line 836
            aload 3 /* attr */
            ifnull 45
        43: .line 837
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeOIDs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        44: .line 838
            iinc 4 /* count */ 1
        45: .line 842
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.size:()I
            if_icmpge 64
        46: .line 843
            aconst_null
            astore 5 /* attrId */
        start local 5 // java.lang.String attrId
        47: .line 846
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.getAll:()Ljavax/naming/NamingEnumeration;
            astore 6 /* ae */
        start local 6 // javax.naming.NamingEnumeration ae
        48: .line 847
            goto 63
        49: .line 849
      StackMap locals: java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            astore 3 /* attr */
        50: .line 850
            aload 3 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            astore 5 /* attrId */
        51: .line 853
            aload 5 /* attrId */
            ldc "NUMERICOID"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        52: .line 854
            aload 5 /* attrId */
            ldc "NAME"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        53: .line 855
            aload 5 /* attrId */
            ldc "SUP"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        54: .line 856
            aload 5 /* attrId */
            ldc "MAY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        55: .line 857
            aload 5 /* attrId */
            ldc "MUST"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        56: .line 858
            aload 5 /* attrId */
            ldc "STRUCTURAL"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        57: .line 859
            aload 5 /* attrId */
            ldc "DESC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        58: .line 860
            aload 5 /* attrId */
            ldc "AUXILIARY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        59: .line 861
            aload 5 /* attrId */
            ldc "ABSTRACT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 63
        60: .line 862
            aload 5 /* attrId */
            ldc "OBSOLETE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 62
        61: .line 863
            goto 63
        62: .line 866
      StackMap locals:
      StackMap stack:
            aload 2 /* objectDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDStrings:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        63: .line 847
      StackMap locals:
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.hasMoreElements:()Z
            ifne 49
        end local 6 // javax.naming.NamingEnumeration ae
        end local 5 // java.lang.String attrId
        64: .line 871
      StackMap locals:
      StackMap stack:
            aload 2 /* objectDesc */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        65: .line 873
            aload 2 /* objectDesc */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // int count
        end local 3 // javax.naming.directory.Attribute attr
        end local 2 // java.lang.StringBuffer objectDesc
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   66     0        this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   66     1       attrs  Ljavax/naming/directory/Attributes;
            1   66     2  objectDesc  Ljava/lang/StringBuffer;
            2   66     3        attr  Ljavax/naming/directory/Attribute;
            3   66     4       count  I
           47   64     5      attrId  Ljava/lang/String;
           48   64     6          ae  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      attrs  

  private final java.lang.String attrDef2AttrDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes attrs
         0: .line 883
            new java.lang.StringBuffer
            dup
            ldc "( "
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* attrDesc */
        start local 2 // java.lang.StringBuffer attrDesc
         1: .line 885
            aconst_null
            astore 3 /* attr */
        start local 3 // javax.naming.directory.Attribute attr
         2: .line 886
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         3: .line 890
            aload 1 /* attrs */
            ldc "NUMERICOID"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
         4: .line 891
            aload 3 /* attr */
            ifnull 8
         5: .line 892
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeNumericOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 893
            iinc 4 /* count */ 1
         7: .line 894
            goto 9
         8: .line 895
      StackMap locals: java.lang.StringBuffer javax.naming.directory.Attribute int
      StackMap stack:
            new javax.naming.ConfigurationException
            dup
            ldc "Attribute type doesn'thave a numeric OID"
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 899
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "NAME"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        10: .line 900
            aload 3 /* attr */
            ifnull 13
        11: .line 901
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDescrs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 902
            iinc 4 /* count */ 1
        13: .line 905
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "DESC"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        14: .line 906
            aload 3 /* attr */
            ifnull 17
        15: .line 907
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 908
            iinc 4 /* count */ 1
        17: .line 911
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "OBSOLETE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        18: .line 912
            aload 3 /* attr */
            ifnull 21
        19: .line 913
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 914
            iinc 4 /* count */ 1
        21: .line 917
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SUP"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        22: .line 918
            aload 3 /* attr */
            ifnull 25
        23: .line 919
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 920
            iinc 4 /* count */ 1
        25: .line 923
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "EQUALITY"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        26: .line 924
            aload 3 /* attr */
            ifnull 29
        27: .line 925
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        28: .line 926
            iinc 4 /* count */ 1
        29: .line 929
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "ORDERING"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        30: .line 930
            aload 3 /* attr */
            ifnull 33
        31: .line 931
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        32: .line 932
            iinc 4 /* count */ 1
        33: .line 935
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SUBSTR"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        34: .line 936
            aload 3 /* attr */
            ifnull 37
        35: .line 937
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        36: .line 938
            iinc 4 /* count */ 1
        37: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SYNTAX"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        38: .line 942
            aload 3 /* attr */
            ifnull 41
        39: .line 943
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        40: .line 944
            iinc 4 /* count */ 1
        41: .line 947
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SINGLE-VALUE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        42: .line 948
            aload 3 /* attr */
            ifnull 45
        43: .line 949
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        44: .line 950
            iinc 4 /* count */ 1
        45: .line 953
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "COLLECTIVE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        46: .line 954
            aload 3 /* attr */
            ifnull 49
        47: .line 955
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        48: .line 956
            iinc 4 /* count */ 1
        49: .line 959
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "NO-USER-MODIFICATION"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        50: .line 960
            aload 3 /* attr */
            ifnull 53
        51: .line 961
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        52: .line 962
            iinc 4 /* count */ 1
        53: .line 965
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "USAGE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        54: .line 966
            aload 3 /* attr */
            ifnull 57
        55: .line 967
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        56: .line 968
            iinc 4 /* count */ 1
        57: .line 972
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.size:()I
            if_icmpge 79
        58: .line 973
            aconst_null
            astore 5 /* attrId */
        start local 5 // java.lang.String attrId
        59: .line 976
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.getAll:()Ljavax/naming/NamingEnumeration;
            astore 6 /* ae */
        start local 6 // javax.naming.NamingEnumeration ae
        60: .line 977
            goto 78
        61: .line 979
      StackMap locals: java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            astore 3 /* attr */
        62: .line 980
            aload 3 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            astore 5 /* attrId */
        63: .line 983
            aload 5 /* attrId */
            ldc "NUMERICOID"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        64: .line 984
            aload 5 /* attrId */
            ldc "NAME"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        65: .line 985
            aload 5 /* attrId */
            ldc "SYNTAX"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        66: .line 986
            aload 5 /* attrId */
            ldc "DESC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        67: .line 987
            aload 5 /* attrId */
            ldc "SINGLE-VALUE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        68: .line 988
            aload 5 /* attrId */
            ldc "EQUALITY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        69: .line 989
            aload 5 /* attrId */
            ldc "ORDERING"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        70: .line 990
            aload 5 /* attrId */
            ldc "SUBSTR"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        71: .line 991
            aload 5 /* attrId */
            ldc "NO-USER-MODIFICATION"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        72: .line 992
            aload 5 /* attrId */
            ldc "USAGE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        73: .line 993
            aload 5 /* attrId */
            ldc "SUP"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        74: .line 994
            aload 5 /* attrId */
            ldc "COLLECTIVE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 78
        75: .line 995
            aload 5 /* attrId */
            ldc "OBSOLETE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 77
        76: .line 996
            goto 78
        77: .line 999
      StackMap locals:
      StackMap stack:
            aload 2 /* attrDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDStrings:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        78: .line 977
      StackMap locals:
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.hasMoreElements:()Z
            ifne 61
        end local 6 // javax.naming.NamingEnumeration ae
        end local 5 // java.lang.String attrId
        79: .line 1004
      StackMap locals:
      StackMap stack:
            aload 2 /* attrDesc */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        80: .line 1006
            aload 2 /* attrDesc */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // int count
        end local 3 // javax.naming.directory.Attribute attr
        end local 2 // java.lang.StringBuffer attrDesc
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   81     0      this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   81     1     attrs  Ljavax/naming/directory/Attributes;
            1   81     2  attrDesc  Ljava/lang/StringBuffer;
            2   81     3      attr  Ljavax/naming/directory/Attribute;
            3   81     4     count  I
           59   79     5    attrId  Ljava/lang/String;
           60   79     6        ae  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      attrs  

  private final java.lang.String syntaxDef2SyntaxDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes attrs
         0: .line 1016
            new java.lang.StringBuffer
            dup
            ldc "( "
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* syntaxDesc */
        start local 2 // java.lang.StringBuffer syntaxDesc
         1: .line 1018
            aconst_null
            astore 3 /* attr */
        start local 3 // javax.naming.directory.Attribute attr
         2: .line 1019
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         3: .line 1023
            aload 1 /* attrs */
            ldc "NUMERICOID"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
         4: .line 1024
            aload 3 /* attr */
            ifnull 8
         5: .line 1025
            aload 2 /* syntaxDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeNumericOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 1026
            iinc 4 /* count */ 1
         7: .line 1027
            goto 9
         8: .line 1028
      StackMap locals: java.lang.StringBuffer javax.naming.directory.Attribute int
      StackMap stack:
            new javax.naming.ConfigurationException
            dup
            ldc "Attribute type doesn'thave a numeric OID"
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 1032
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "DESC"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        10: .line 1033
            aload 3 /* attr */
            ifnull 13
        11: .line 1034
            aload 2 /* syntaxDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 1035
            iinc 4 /* count */ 1
        13: .line 1039
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.size:()I
            if_icmpge 24
        14: .line 1040
            aconst_null
            astore 5 /* attrId */
        start local 5 // java.lang.String attrId
        15: .line 1043
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.getAll:()Ljavax/naming/NamingEnumeration;
            astore 6 /* ae */
        start local 6 // javax.naming.NamingEnumeration ae
        16: .line 1044
            goto 23
        17: .line 1046
      StackMap locals: java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            astore 3 /* attr */
        18: .line 1047
            aload 3 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            astore 5 /* attrId */
        19: .line 1050
            aload 5 /* attrId */
            ldc "NUMERICOID"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 23
        20: .line 1051
            aload 5 /* attrId */
            ldc "DESC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        21: .line 1052
            goto 23
        22: .line 1055
      StackMap locals:
      StackMap stack:
            aload 2 /* syntaxDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDStrings:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 1044
      StackMap locals:
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.hasMoreElements:()Z
            ifne 17
        end local 6 // javax.naming.NamingEnumeration ae
        end local 5 // java.lang.String attrId
        24: .line 1060
      StackMap locals:
      StackMap stack:
            aload 2 /* syntaxDesc */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        25: .line 1062
            aload 2 /* syntaxDesc */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // int count
        end local 3 // javax.naming.directory.Attribute attr
        end local 2 // java.lang.StringBuffer syntaxDesc
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   26     1       attrs  Ljavax/naming/directory/Attributes;
            1   26     2  syntaxDesc  Ljava/lang/StringBuffer;
            2   26     3        attr  Ljavax/naming/directory/Attribute;
            3   26     4       count  I
           15   24     5      attrId  Ljava/lang/String;
           16   24     6          ae  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      attrs  

  private final java.lang.String matchRuleDef2MatchRuleDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes attrs
         0: .line 1072
            new java.lang.StringBuffer
            dup
            ldc "( "
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* matchRuleDesc */
        start local 2 // java.lang.StringBuffer matchRuleDesc
         1: .line 1074
            aconst_null
            astore 3 /* attr */
        start local 3 // javax.naming.directory.Attribute attr
         2: .line 1075
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         3: .line 1079
            aload 1 /* attrs */
            ldc "NUMERICOID"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
         4: .line 1080
            aload 3 /* attr */
            ifnull 8
         5: .line 1081
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeNumericOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 1082
            iinc 4 /* count */ 1
         7: .line 1083
            goto 9
         8: .line 1084
      StackMap locals: java.lang.StringBuffer javax.naming.directory.Attribute int
      StackMap stack:
            new javax.naming.ConfigurationException
            dup
            ldc "Attribute type doesn'thave a numeric OID"
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 1088
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "NAME"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        10: .line 1089
            aload 3 /* attr */
            ifnull 13
        11: .line 1090
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDescrs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 1091
            iinc 4 /* count */ 1
        13: .line 1094
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "DESC"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        14: .line 1095
            aload 3 /* attr */
            ifnull 17
        15: .line 1096
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 1097
            iinc 4 /* count */ 1
        17: .line 1100
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "OBSOLETE"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        18: .line 1101
            aload 3 /* attr */
            ifnull 21
        19: .line 1102
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeBoolean:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 1103
            iinc 4 /* count */ 1
        21: .line 1106
      StackMap locals:
      StackMap stack:
            aload 1 /* attrs */
            ldc "SYNTAX"
            invokeinterface javax.naming.directory.Attributes.get:(Ljava/lang/String;)Ljavax/naming/directory/Attribute;
            astore 3 /* attr */
        22: .line 1107
            aload 3 /* attr */
            ifnull 26
        23: .line 1108
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 1109
            iinc 4 /* count */ 1
        25: .line 1110
            goto 27
        26: .line 1111
      StackMap locals:
      StackMap stack:
            new javax.naming.ConfigurationException
            dup
            ldc "Attribute type doesn'thave a syntax OID"
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 1116
      StackMap locals:
      StackMap stack:
            iload 4 /* count */
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.size:()I
            if_icmpge 41
        28: .line 1117
            aconst_null
            astore 5 /* attrId */
        start local 5 // java.lang.String attrId
        29: .line 1120
            aload 1 /* attrs */
            invokeinterface javax.naming.directory.Attributes.getAll:()Ljavax/naming/NamingEnumeration;
            astore 6 /* ae */
        start local 6 // javax.naming.NamingEnumeration ae
        30: .line 1121
            goto 40
        31: .line 1123
      StackMap locals: java.lang.String javax.naming.NamingEnumeration
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast javax.naming.directory.Attribute
            astore 3 /* attr */
        32: .line 1124
            aload 3 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            astore 5 /* attrId */
        33: .line 1127
            aload 5 /* attrId */
            ldc "NUMERICOID"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 40
        34: .line 1128
            aload 5 /* attrId */
            ldc "NAME"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 40
        35: .line 1129
            aload 5 /* attrId */
            ldc "SYNTAX"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 40
        36: .line 1130
            aload 5 /* attrId */
            ldc "DESC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 40
        37: .line 1131
            aload 5 /* attrId */
            ldc "OBSOLETE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        38: .line 1132
            goto 40
        39: .line 1135
      StackMap locals:
      StackMap stack:
            aload 2 /* matchRuleDesc */
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDStrings:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        40: .line 1121
      StackMap locals:
      StackMap stack:
            aload 6 /* ae */
            invokeinterface javax.naming.NamingEnumeration.hasMoreElements:()Z
            ifne 31
        end local 6 // javax.naming.NamingEnumeration ae
        end local 5 // java.lang.String attrId
        41: .line 1140
      StackMap locals:
      StackMap stack:
            aload 2 /* matchRuleDesc */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        42: .line 1142
            aload 2 /* matchRuleDesc */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 4 // int count
        end local 3 // javax.naming.directory.Attribute attr
        end local 2 // java.lang.StringBuffer matchRuleDesc
        end local 1 // javax.naming.directory.Attributes attrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   43     0           this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   43     1          attrs  Ljavax/naming/directory/Attributes;
            1   43     2  matchRuleDesc  Ljava/lang/StringBuffer;
            2   43     3           attr  Ljavax/naming/directory/Attribute;
            3   43     4          count  I
           29   41     5         attrId  Ljava/lang/String;
           30   41     6             ae  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
       Name  Flags
      attrs  

  private final java.lang.String writeNumericOID(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute nOIDAttr
         0: .line 1147
            aload 1 /* nOIDAttr */
            invokeinterface javax.naming.directory.Attribute.size:()I
            iconst_1
            if_icmpeq 4
         1: .line 1148
            new javax.naming.directory.InvalidAttributeValueException
            dup
         2: .line 1149
            ldc "A class definition must have exactly one numeric OID"
         3: .line 1148
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1151
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* nOIDAttr */
            invokeinterface javax.naming.directory.Attribute.get:()Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // javax.naming.directory.Attribute nOIDAttr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    5     1  nOIDAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      nOIDAttr  

  private final java.lang.String writeWOID(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute attr
         0: .line 1155
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaParser.netscapeBug:Z
            ifeq 2
         1: .line 1156
            aload 0 /* this */
            aload 1 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            areturn
         2: .line 1158
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.get:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // javax.naming.directory.Attribute attr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  attr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      attr  

  private final java.lang.String writeQDString(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute qdStringAttr
         0: .line 1164
            aload 1 /* qdStringAttr */
            invokeinterface javax.naming.directory.Attribute.size:()I
            iconst_1
            if_icmpeq 4
         1: .line 1165
            new javax.naming.directory.InvalidAttributeValueException
            dup
         2: .line 1166
            new java.lang.StringBuilder
            dup
            aload 1 /* qdStringAttr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " must have exactly one value"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1165
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1169
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* qdStringAttr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 1170
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* qdStringAttr */
            invokeinterface javax.naming.directory.Attribute.get:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         6: .line 1169
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // javax.naming.directory.Attribute qdStringAttr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    7     1  qdStringAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
              Name  Flags
      qdStringAttr  

  private final java.lang.String writeQDStrings(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute attr
         0: .line 1180
            aload 0 /* this */
            aload 1 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDescrs:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            areturn
        end local 1 // javax.naming.directory.Attribute attr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    1     1  attr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      attr  

  private final java.lang.String writeQDescrs(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute attr
         0: .line 1190
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.size:()I
            tableswitch { // 0 - 1
                    0: 1
                    1: 4
              default: 5
          }
         1: .line 1192
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.InvalidAttributeValueException
            dup
         2: .line 1193
            new java.lang.StringBuilder
            dup
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "has no values"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1192
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeQDString:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            areturn
         5: .line 1200
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* qdList */
        start local 2 // java.lang.StringBuffer qdList
         6: .line 1201
            aload 2 /* qdList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 1202
            aload 2 /* qdList */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 1204
            aload 1 /* attr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 3 /* values */
        start local 3 // javax.naming.NamingEnumeration values
         9: .line 1206
            goto 15
        10: .line 1207
      StackMap locals: java.lang.StringBuffer javax.naming.NamingEnumeration
      StackMap stack:
            aload 2 /* qdList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 1208
            aload 2 /* qdList */
            bipush 39
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 1209
            aload 2 /* qdList */
            aload 3 /* values */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 1210
            aload 2 /* qdList */
            bipush 39
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        14: .line 1211
            aload 2 /* qdList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        15: .line 1206
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 10
        16: .line 1214
            aload 2 /* qdList */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        17: .line 1215
            aload 2 /* qdList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        18: .line 1217
            aload 2 /* qdList */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // javax.naming.NamingEnumeration values
        end local 2 // java.lang.StringBuffer qdList
        end local 1 // javax.naming.directory.Attribute attr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   19     1    attr  Ljavax/naming/directory/Attribute;
            6   19     2  qdList  Ljava/lang/StringBuffer;
            9   19     3  values  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
      Name  Flags
      attr  

  private final java.lang.String writeOIDs(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute oidsAttr
         0: .line 1223
            aload 1 /* oidsAttr */
            invokeinterface javax.naming.directory.Attribute.size:()I
            tableswitch { // 0 - 1
                    0: 1
                    1: 4
              default: 7
          }
         1: .line 1225
      StackMap locals:
      StackMap stack:
            new javax.naming.directory.InvalidAttributeValueException
            dup
         2: .line 1226
            new java.lang.StringBuilder
            dup
            aload 1 /* oidsAttr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "has no values"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1225
            invokespecial javax.naming.directory.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jndi.ldap.LdapSchemaParser.netscapeBug:Z
            ifeq 6
         5: .line 1230
            goto 7
         6: .line 1232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* oidsAttr */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.writeWOID:(Ljavax/naming/directory/Attribute;)Ljava/lang/String;
            areturn
         7: .line 1237
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            aload 1 /* oidsAttr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 2 /* oidList */
        start local 2 // java.lang.StringBuffer oidList
         8: .line 1238
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         9: .line 1239
            aload 2 /* oidList */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 1241
            aload 1 /* oidsAttr */
            invokeinterface javax.naming.directory.Attribute.getAll:()Ljavax/naming/NamingEnumeration;
            astore 3 /* values */
        start local 3 // javax.naming.NamingEnumeration values
        11: .line 1242
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 1243
            aload 2 /* oidList */
            aload 3 /* values */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        13: .line 1245
            goto 18
        14: .line 1246
      StackMap locals: java.lang.StringBuffer javax.naming.NamingEnumeration
      StackMap stack:
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        15: .line 1247
            aload 2 /* oidList */
            bipush 36
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        16: .line 1248
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        17: .line 1249
            aload 2 /* oidList */
            aload 3 /* values */
            invokeinterface javax.naming.NamingEnumeration.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 1245
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            invokeinterface javax.naming.NamingEnumeration.hasMore:()Z
            ifne 14
        19: .line 1252
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        20: .line 1253
            aload 2 /* oidList */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        21: .line 1254
            aload 2 /* oidList */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        22: .line 1256
            aload 2 /* oidList */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // javax.naming.NamingEnumeration values
        end local 2 // java.lang.StringBuffer oidList
        end local 1 // javax.naming.directory.Attribute oidsAttr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0   23     1  oidsAttr  Ljavax/naming/directory/Attribute;
            8   23     2   oidList  Ljava/lang/StringBuffer;
           11   23     3    values  Ljavax/naming/NamingEnumeration;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      oidsAttr  

  private final java.lang.String writeBoolean(javax.naming.directory.Attribute);
    descriptor: (Ljavax/naming/directory/Attribute;)Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attribute booleanAttr
         0: .line 1261
            new java.lang.StringBuilder
            dup
            aload 1 /* booleanAttr */
            invokeinterface javax.naming.directory.Attribute.getID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // javax.naming.directory.Attribute booleanAttr
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    1     1  booleanAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
             Name  Flags
      booleanAttr  

  final javax.naming.directory.Attribute stringifyObjDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes classDefAttrs
         0: .line 1270
            new javax.naming.directory.BasicAttribute
            dup
            ldc "objectClasses"
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;)V
            astore 2 /* objDescAttr */
        start local 2 // javax.naming.directory.Attribute objDescAttr
         1: .line 1271
            aload 2 /* objDescAttr */
            aload 0 /* this */
            aload 1 /* classDefAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.classDef2ObjectDesc:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
            invokeinterface javax.naming.directory.Attribute.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1272
            aload 2 /* objDescAttr */
            areturn
        end local 2 // javax.naming.directory.Attribute objDescAttr
        end local 1 // javax.naming.directory.Attributes classDefAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  classDefAttrs  Ljavax/naming/directory/Attributes;
            1    3     2    objDescAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
               Name  Flags
      classDefAttrs  

  final javax.naming.directory.Attribute stringifyAttrDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes attrDefAttrs
         0: .line 1280
            new javax.naming.directory.BasicAttribute
            dup
            ldc "attributeTypes"
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;)V
            astore 2 /* attrDescAttr */
        start local 2 // javax.naming.directory.Attribute attrDescAttr
         1: .line 1281
            aload 2 /* attrDescAttr */
            aload 0 /* this */
            aload 1 /* attrDefAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.attrDef2AttrDesc:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
            invokeinterface javax.naming.directory.Attribute.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1282
            aload 2 /* attrDescAttr */
            areturn
        end local 2 // javax.naming.directory.Attribute attrDescAttr
        end local 1 // javax.naming.directory.Attributes attrDefAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  attrDefAttrs  Ljavax/naming/directory/Attributes;
            1    3     2  attrDescAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
              Name  Flags
      attrDefAttrs  

  final javax.naming.directory.Attribute stringifySyntaxDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes syntaxDefAttrs
         0: .line 1290
            new javax.naming.directory.BasicAttribute
            dup
            ldc "ldapSyntaxes"
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;)V
            astore 2 /* syntaxDescAttr */
        start local 2 // javax.naming.directory.Attribute syntaxDescAttr
         1: .line 1291
            aload 2 /* syntaxDescAttr */
            aload 0 /* this */
            aload 1 /* syntaxDefAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.syntaxDef2SyntaxDesc:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
            invokeinterface javax.naming.directory.Attribute.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1292
            aload 2 /* syntaxDescAttr */
            areturn
        end local 2 // javax.naming.directory.Attribute syntaxDescAttr
        end local 1 // javax.naming.directory.Attributes syntaxDefAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  syntaxDefAttrs  Ljavax/naming/directory/Attributes;
            1    3     2  syntaxDescAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                Name  Flags
      syntaxDefAttrs  

  final javax.naming.directory.Attribute stringifyMatchRuleDesc(javax.naming.directory.Attributes);
    descriptor: (Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/Attribute;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.jndi.ldap.LdapSchemaParser this
        start local 1 // javax.naming.directory.Attributes matchRuleDefAttrs
         0: .line 1300
            new javax.naming.directory.BasicAttribute
            dup
            ldc "matchingRules"
            invokespecial javax.naming.directory.BasicAttribute.<init>:(Ljava/lang/String;)V
            astore 2 /* matchRuleDescAttr */
        start local 2 // javax.naming.directory.Attribute matchRuleDescAttr
         1: .line 1301
            aload 2 /* matchRuleDescAttr */
            aload 0 /* this */
            aload 1 /* matchRuleDefAttrs */
            invokevirtual com.sun.jndi.ldap.LdapSchemaParser.matchRuleDef2MatchRuleDesc:(Ljavax/naming/directory/Attributes;)Ljava/lang/String;
            invokeinterface javax.naming.directory.Attribute.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1302
            aload 2 /* matchRuleDescAttr */
            areturn
        end local 2 // javax.naming.directory.Attribute matchRuleDescAttr
        end local 1 // javax.naming.directory.Attributes matchRuleDefAttrs
        end local 0 // com.sun.jndi.ldap.LdapSchemaParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/sun/jndi/ldap/LdapSchemaParser;
            0    3     1  matchRuleDefAttrs  Ljavax/naming/directory/Attributes;
            1    3     2  matchRuleDescAttr  Ljavax/naming/directory/Attribute;
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
                   Name  Flags
      matchRuleDefAttrs  
}
SourceFile: "LdapSchemaParser.java"