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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokespecial com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
1: aload 0
aload 4
putfield com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef.fKey:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/UniqueOrKey;
2: aload 0
iconst_2
putfield com.sun.org.apache.xerces.internal.impl.xs.identity.KeyRef.type:S
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/identity/KeyRef;
}
SourceFile: "KeyRef.java"