public class com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef extends com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef
  super_class: com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
{
  protected com.sun.org.apache.xerces.internal.impl.xs.identity.UniqueOrKey fKey;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.lang.String, java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.impl.xs.identity.UniqueOrKey);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef this
        start local 1 // java.lang.String namespace
        start local 2 // java.lang.String identityConstraintName
        start local 3 // java.lang.String elemName
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.identity.UniqueOrKey key
         0: .line 50
            aload 0 /* this */
            aload 1 /* namespace */
            aload 2 /* identityConstraintName */
            aload 3 /* elemName */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 51
            aload 0 /* this */
            aload 4 /* key */
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef.fKey:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;
         2: .line 52
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef.type:S
         3: .line 53
            return
        end local 4 // com.sun.org.apache.xerces.internal.impl.xs.identity.UniqueOrKey key
        end local 3 // java.lang.String elemName
        end local 2 // java.lang.String identityConstraintName
        end local 1 // java.lang.String namespace
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef;
            0    4     1               namespace  Ljava/lang/String;
            0    4     2  identityConstraintName  Ljava/lang/String;
            0    4     3                elemName  Ljava/lang/String;
            0    4     4                     key  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;
    MethodParameters:
                        Name  Flags
      namespace               
      identityConstraintName  
      elemName                
      key                     

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

  public com.sun.org.apache.xerces.internal.xs.XSIDCDefinition getRefKey();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSIDCDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef.fKey:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef;
}
SourceFile: "KeyRef.java"