public final class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
  super_class: java.lang.Object
{
  public com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint fId;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0001) ACC_PUBLIC

  public int fDepth;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
         0: .line 4521
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4522
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey;

  public void <init>(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint, int);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint id
        start local 2 // int depth
         0: .line 4524
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4525
            aload 0 /* this */
            aload 1 /* id */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fId:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
         2: .line 4526
            aload 0 /* this */
            iload 2 /* depth */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fDepth:I
         3: .line 4527
            return
        end local 2 // int depth
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint id
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey;
            0    4     1     id  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            0    4     2  depth  I
    MethodParameters:
       Name  Flags
      id     
      depth  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
         0: .line 4531
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fId:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fDepth:I
            iadd
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
        start local 1 // java.lang.Object localIDKey
         0: .line 4535
            aload 1 /* localIDKey */
            instanceof com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
            ifeq 4
         1: .line 4536
            aload 1 /* localIDKey */
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
            astore 2 /* lIDKey */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey lIDKey
         2: .line 4537
            aload 2 /* lIDKey */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fId:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fId:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            if_acmpne 3
            aload 2 /* lIDKey */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fDepth:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey.fDepth:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey lIDKey
         4: .line 4539
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object localIDKey
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey;
            0    5     1  localIDKey  Ljava/lang/Object;
            2    4     2      lIDKey  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator$LocalIDKey;
    MethodParameters:
            Name  Flags
      localIDKey  
}
SourceFile: "XMLSchemaValidator.java"
NestHost: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
InnerClasses:
  protected final LocalIDKey = com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey of com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator