public class com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl implements com.sun.org.apache.xerces.internal.xs.XSElementDeclaration
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
super_class: java.lang.Object
{
public static final short SCOPE_ABSENT;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final short SCOPE_GLOBAL;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final short SCOPE_LOCAL;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public java.lang.String fName;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public java.lang.String fTargetNamespace;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition fType;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.xni.QName fUnresolvedTypeName;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
flags: (0x0001) ACC_PUBLIC
short fMiscFlags;
descriptor: S
flags: (0x0000)
public short fScope;
descriptor: S
flags: (0x0001) ACC_PUBLIC
com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl fEnclosingCT;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
flags: (0x0000)
public short fBlock;
descriptor: S
flags: (0x0001) ACC_PUBLIC
public short fFinal;
descriptor: S
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.xs.XSObjectList fAnnotations;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo fDefault;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl fSubGroup;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
flags: (0x0001) ACC_PUBLIC
static final int INITIAL_SIZE;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
int fIDCPos;
descriptor: I
flags: (0x0000)
com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] fIDConstraints;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
flags: (0x0000)
private com.sun.org.apache.xerces.internal.xs.XSNamespaceItem fNamespaceItem;
descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
flags: (0x0002) ACC_PRIVATE
private static final short CONSTRAINT_MASK;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private static final short NILLABLE;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final short ABSTRACT;
descriptor: S
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private java.lang.String fDescription;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
5: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
7: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
8: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
9: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
10: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
11: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
12: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
13: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
14: aload 0
iconst_2
anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
15: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
16: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
17: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public void setConstraintType(short);
descriptor: (S)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
iconst_3
iand
ixor
i2s
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
1: aload 0
dup
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
iload 1
iconst_3
iand
ior
i2s
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 3 1 constraintType S
MethodParameters:
Name Flags
constraintType
public void setIsNillable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
iconst_4
ior
i2s
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public void setIsAbstract();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
bipush 8
ior
i2s
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public void setIsGlobal();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public void setIsLocal(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iconst_2
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 3 1 enclosingCT Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
MethodParameters:
Name Flags
enclosingCT
public void addIDConstraint(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
arraylength
if_icmpne 2
1: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
iconst_2
imul
invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.resize:([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
aload 0
dup
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
dup_x1
iconst_1
iadd
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
aload 1
aastore
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 4 1 idc Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
MethodParameters:
Name Flags
idc
public com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] getIDConstraints();
descriptor: ()[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
ifne 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
arraylength
if_icmpge 4
3: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.resize:([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
static final com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] resize(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[], int);
descriptor: ([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: iload 1
anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
astore 2
start local 2 1: aload 0
iconst_0
aload 2
iconst_0
aload 0
arraylength
iload 1
invokestatic java.lang.Math.min:(II)I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 oldArray [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
0 3 1 newSize I
1 3 2 newArray [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
MethodParameters:
Name Flags
oldArray
newSize
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
ifnonnull 18
1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
ifnull 17
2: new java.lang.StringBuffer
dup
3: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
4: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
ifnull 5
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
goto 6
StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack: new 2 new 2 int
5: iconst_4
6: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack: new 2 new 2 int int
iadd
7: iconst_3
8: iadd
9: invokespecial java.lang.StringBuffer.<init>:(I)V
astore 1
start local 1 10: aload 1
bipush 34
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
11: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
12: aload 1
bipush 34
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
13: aload 1
bipush 58
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
14: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
15: aload 0
aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
end local 1 16: goto 18
17: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
18: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
10 16 1 buffer Ljava/lang/StringBuffer;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
istore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
ifnull 3
2: iload 1
bipush 16
ishl
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
iadd
istore 1
3: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
1 4 1 code I
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 2 1 o Ljava/lang/Object;
MethodParameters:
Name Flags
o
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
2: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
3: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
5: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
7: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
8: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
9: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
10: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
11: iconst_0
istore 1
start local 1 12: goto 15
13: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
iload 1
aconst_null
aastore
14: iinc 1 1
StackMap locals:
StackMap stack:
15: iload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
if_icmplt 13
end local 1 16: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
17: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
12 16 1 i I
public short getType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_2
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public java.lang.String getName();
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.XSElementDecl.fName: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/XSElementDecl;
public java.lang.String getNamespace();
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.XSElementDecl.fTargetNamespace: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/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition getTypeDefinition();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
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.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public short getScope();
descriptor: ()S
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.XSElementDecl.fScope:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition getEnclosingCTDefinition();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition;
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.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public short getConstraintType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
iconst_3
iand
i2s
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public java.lang.String getConstraintValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
3: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public boolean getNillable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
iconst_4
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSNamedMap getIdentityConstraints();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl
dup
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl.<init>:([Lcom/sun/org/apache/xerces/internal/xs/XSObject;I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSElementDeclaration getSubstitutionGroupAffiliation();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
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.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public boolean isSubstitutionGroupExclusion(short);
descriptor: (S)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
iload 1
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 2 1 exclusion S
MethodParameters:
Name Flags
exclusion
public short getSubstitutionGroupExclusions();
descriptor: ()S
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.XSElementDecl.fFinal:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public boolean isDisallowedSubstitution(short);
descriptor: (S)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
iload 1
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 2 1 disallowed S
MethodParameters:
Name Flags
disallowed
public short getDisallowedSubstitutions();
descriptor: ()S
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.XSElementDecl.fBlock:S
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public boolean getAbstract();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
bipush 8
iand
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSAnnotation getAnnotation();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
iconst_0
invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.item:(I)Lcom/sun/org/apache/xerces/internal/xs/XSObject;
checkcast com.sun.org.apache.xerces.internal.xs.XSAnnotation
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xs.XSAnnotation
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
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.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
goto 2
StackMap locals:
StackMap stack:
1: getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xs.XSObjectList
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSNamespaceItem getNamespaceItem();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
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.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
void setNamespaceItem(com.sun.org.apache.xerces.internal.xs.XSNamespaceItem);
descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 2 1 namespaceItem Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
MethodParameters:
Name Flags
namespaceItem
public java.lang.Object getActualVC();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
3: StackMap locals:
StackMap stack: java.lang.Object
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public short getActualVCType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
ifne 2
1: bipush 45
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValueType:S
3: StackMap locals:
StackMap stack: int
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.ShortList getItemValueTypes();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
ifne 2
1: aconst_null
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.itemValueTypes:Lcom/sun/org/apache/xerces/internal/xs/ShortList;
3: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xs.ShortList
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
public com.sun.org.apache.xerces.internal.xs.XSValue getValueConstraintValue();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
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.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
}
SourceFile: "XSElementDecl.java"