public class com.sun.org.apache.xerces.internal.impl.xs.identity.Field
  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
  super_class: java.lang.Object
{
  protected final com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath fXPath;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint fIdentityConstraint;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath, com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath xpath
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint identityConstraint
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* xpath */
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fXPath:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
         2: .line 62
            aload 0 /* this */
            aload 2 /* identityConstraint */
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
         3: .line 63
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint identityConstraint
        end local 1 // 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 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            0    4     1               xpath  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
            0    4     2  identityConstraint  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    MethodParameters:
                    Name  Flags
      xpath               
      identityConstraint  

  public com.sun.org.apache.xerces.internal.impl.xpath.XPath getXPath();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
         0: .line 71
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fXPath:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;

  public com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint getIdentityConstraint();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;

  public com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher createMatcher(com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;)Lcom/sun/org/apache/xerces/internal/impl/xs/identity/XPathMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore store
         0: .line 83
            new com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fXPath:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
            aload 1 /* store */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher.<init>:(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
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.ValueStore store
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
            0    1     1  store  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/ValueStore;
    MethodParameters:
       Name  Flags
      store  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fXPath:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.Field this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field;
}
SourceFile: "Field.java"
NestMembers:
  com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher  com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath
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