public class com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher extends com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher
  super_class: com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
{
  protected final com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore fStore;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected boolean fMayMatch;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  final com.sun.org.apache.xerces.internal.impl.xs.identity.Field this$0;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.org.apache.xerces.internal.impl.xs.identity.Field, com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath, com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath xpath
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore store
         0: .line 222
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
         1: .line 223
            aload 0 /* this */
            aload 2 /* xpath */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;)V
         2: .line 215
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fMayMatch:Z
         3: .line 224
            aload 0 /* this */
            aload 3 /* store */
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fStore:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
         4: .line 225
            return
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore store
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath xpath
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher;
            0    5     2  xpath  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
            0    5     3  store  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
    MethodParameters:
        Name  Flags
      this$0  final
      xpath   
      store   

  protected void matched(java.lang.Object, short, com.sun.org.apache.xerces.internal.xs.ShortList, boolean);
    descriptor: (Ljava/lang/Object;SLcom/sun/org/apache/xerces/internal/xs/ShortList;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
        start local 1 // java.lang.Object actualValue
        start local 2 // short valueType
        start local 3 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
        start local 4 // boolean isNil
         0: .line 236
            aload 0 /* this */
            aload 1 /* actualValue */
            iload 2 /* valueType */
            aload 3 /* itemValueType */
            iload 4 /* isNil */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher.matched:(Ljava/lang/Object;SLcom/sun/org/apache/xerces/internal/xs/ShortList;Z)V
         1: .line 237
            iload 4 /* isNil */
            ifeq 6
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getCategory:()S
            iconst_1
            if_icmpne 6
         2: .line 238
            ldc "KeyMatchesNillable"
            astore 5 /* code */
        start local 5 // java.lang.String code
         3: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fStore:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
            aload 5 /* code */
         4: .line 240
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getElementName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getIdentityConstraintName:()Ljava/lang/String;
            aastore
         5: .line 239
            invokeinterface com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 5 // java.lang.String code
         6: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fStore:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fMayMatch:Z
            aload 1 /* actualValue */
            aload 0 /* this */
            iload 2 /* valueType */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.convertToPrimitiveKind:(S)S
            aload 0 /* this */
            aload 3 /* itemValueType */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.convertToPrimitiveKind:(Lcom/sun/org/apache/xerces/internal/xs/ShortList;)Lcom/sun/org/apache/xerces/internal/xs/ShortList;
            invokeinterface com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore.addValue:(Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;ZLjava/lang/Object;SLcom/sun/org/apache/xerces/internal/xs/ShortList;)V
         7: .line 246
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fMayMatch:Z
         8: .line 247
            return
        end local 4 // boolean isNil
        end local 3 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
        end local 2 // short valueType
        end local 1 // java.lang.Object actualValue
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher;
            0    9     1    actualValue  Ljava/lang/Object;
            0    9     2      valueType  S
            0    9     3  itemValueType  Lcom/sun/org/apache/xerces/internal/xs/ShortList;
            0    9     4          isNil  Z
            3    6     5           code  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      actualValue    
      valueType      
      itemValueType  
      isNil          

  private short convertToPrimitiveKind(short);
    descriptor: (S)S
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
        start local 1 // short valueType
         0: .line 251
            iload 1 /* valueType */
            bipush 20
            if_icmpgt 2
         1: .line 252
            iload 1 /* valueType */
            ireturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            iload 1 /* valueType */
            bipush 29
            if_icmpgt 4
         3: .line 256
            iconst_2
            ireturn
         4: .line 259
      StackMap locals:
      StackMap stack:
            iload 1 /* valueType */
            bipush 42
            if_icmpgt 6
         5: .line 260
            iconst_4
            ireturn
         6: .line 263
      StackMap locals:
      StackMap stack:
            iload 1 /* valueType */
            ireturn
        end local 1 // short valueType
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher;
            0    7     1  valueType  S
    MethodParameters:
           Name  Flags
      valueType  

  private com.sun.org.apache.xerces.internal.xs.ShortList convertToPrimitiveKind(com.sun.org.apache.xerces.internal.xs.ShortList);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/ShortList;)Lcom/sun/org/apache/xerces/internal/xs/ShortList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
        start local 1 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
         0: .line 267
            aload 1 /* itemValueType */
            ifnull 21
         1: .line 269
            aload 1 /* itemValueType */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ShortList.getLength:()I
            istore 3 /* length */
        start local 3 // int length
         2: .line 270
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 271
      StackMap locals: int int
      StackMap stack:
            aload 1 /* itemValueType */
            iload 2 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ShortList.item:(I)S
            istore 4 /* type */
        start local 4 // short type
         5: .line 272
            iload 4 /* type */
            aload 0 /* this */
            iload 4 /* type */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.convertToPrimitiveKind:(S)S
            if_icmpeq 7
         6: .line 273
            goto 9
        end local 4 // short type
         7: .line 270
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 4
         9: .line 276
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 3 /* length */
            if_icmpeq 21
        10: .line 277
            iload 3 /* length */
            newarray 9
            astore 4 /* arr */
        start local 4 // short[] arr
        11: .line 278
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        12: goto 15
        13: .line 279
      StackMap locals: short[] int
      StackMap stack:
            aload 4 /* arr */
            iload 5 /* j */
            aload 1 /* itemValueType */
            iload 5 /* j */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ShortList.item:(I)S
            sastore
        14: .line 278
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* j */
            iload 2 /* i */
            if_icmplt 13
        end local 5 // int j
        16: .line 281
            goto 19
        17: .line 282
      StackMap locals:
      StackMap stack:
            aload 4 /* arr */
            iload 2 /* i */
            aload 0 /* this */
            aload 1 /* itemValueType */
            iload 2 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ShortList.item:(I)S
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.convertToPrimitiveKind:(S)S
            sastore
        18: .line 281
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 17
        20: .line 284
            new com.sun.org.apache.xerces.internal.impl.xs.util.ShortListImpl
            dup
            aload 4 /* arr */
            aload 4 /* arr */
            arraylength
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.ShortListImpl.<init>:([SI)V
            areturn
        end local 4 // short[] arr
        end local 3 // int length
        end local 2 // int i
        21: .line 287
      StackMap locals:
      StackMap stack:
            aload 1 /* itemValueType */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher;
            0   22     1  itemValueType  Lcom/sun/org/apache/xerces/internal/xs/ShortList;
            3   21     2              i  I
            2   21     3         length  I
            5    7     4           type  S
           11   21     4            arr  [S
           12   16     5              j  I
    MethodParameters:
               Name  Flags
      itemValueType  

  protected void handleContent(com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, boolean, java.lang.Object, short, com.sun.org.apache.xerces.internal.xs.ShortList);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;ZLjava/lang/Object;SLcom/sun/org/apache/xerces/internal/xs/ShortList;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
        start local 2 // boolean nillable
        start local 3 // java.lang.Object actualValue
        start local 4 // short valueType
        start local 5 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
         0: .line 291
            aload 1 /* type */
            ifnull 5
         1: .line 292
            aload 1 /* type */
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
            bipush 15
            if_icmpne 9
         2: .line 293
            aload 1 /* type */
            checkcast com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition.getContentType:()S
         3: .line 294
            iconst_1
         4: .line 293
            if_icmpeq 9
         5: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fStore:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
            ldc "cvc-id.3"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 298
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         7: .line 299
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.this$0:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.getElementName:()Ljava/lang/String;
            aastore
         8: .line 297
            invokeinterface com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore.reportError:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* actualValue */
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fMatchedString:Ljava/lang/Object;
        10: .line 303
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.fMatchedString:Ljava/lang/Object;
            iload 4 /* valueType */
            aload 5 /* itemValueType */
            iload 2 /* nillable */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.matched:(Ljava/lang/Object;SLcom/sun/org/apache/xerces/internal/xs/ShortList;Z)V
        11: .line 304
            return
        end local 5 // com.sun.org.apache.xerces.internal.xs.ShortList itemValueType
        end local 4 // short valueType
        end local 3 // java.lang.Object actualValue
        end local 2 // boolean nillable
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$Matcher;
            0   12     1           type  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            0   12     2       nillable  Z
            0   12     3    actualValue  Ljava/lang/Object;
            0   12     4      valueType  S
            0   12     5  itemValueType  Lcom/sun/org/apache/xerces/internal/xs/ShortList;
    MethodParameters:
               Name  Flags
      type           
      nillable       
      actualValue    
      valueType      
      itemValueType  
}
SourceFile: "Field.java"
NestHost: com.sun.org.apache.xerces.internal.impl.xs.identity.Field
InnerClasses:
  protected Matcher = com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher of com.sun.org.apache.xerces.internal.impl.xs.identity.Field
  public XPath = com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath of com.sun.org.apache.xerces.internal.impl.xs.identity.Field