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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fXPath:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/Field$XPath;
2: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.impl.xs.identity.Field.fIdentityConstraint:Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
3: return
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/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 0: aload 0
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 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 0: aload 0
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 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 start local 1 0: new com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher
dup
aload 0
aload 0
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
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 end local 0 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 0: aload 0
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 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