public class com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
super_class: java.lang.Object
{
private static final com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] EMPTY_GROUP;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final com.sun.org.apache.xerces.internal.impl.xs.XSElementDeclHelper fXSElementDeclHelper;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDeclHelper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
java.util.Map<com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, java.lang.Object> fSubGroupsB;
descriptor: Ljava/util/Map;
flags: (0x0000)
Signature: Ljava/util/Map<Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Ljava/lang/Object;>;
private static final com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] EMPTY_VECTOR;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
java.util.Map<com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[]> fSubGroups;
descriptor: Ljava/util/Map;
flags: (0x0000)
Signature: Ljava/util/Map<Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
anewarray com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
putstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_GROUP:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
1: iconst_0
anewarray com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
putstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_VECTOR:[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(com.sun.org.apache.xerces.internal.impl.xs.XSElementDeclHelper);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDeclHelper;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroups:Ljava/util/Map;
3: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fXSElementDeclHelper:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDeclHelper;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 5 1 elementDeclHelper Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDeclHelper;
MethodParameters:
Name Flags
elementDeclHelper
public com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl getMatchingElemDecl(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
if_acmpne 3
1: aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
if_acmpne 3
2: aload 2
areturn
3: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
iconst_1
if_icmpeq 5
4: aconst_null
areturn
5: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
iconst_4
iand
ifeq 7
6: aconst_null
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fXSElementDeclHelper:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDeclHelper;
aload 1
invokeinterface com.sun.org.apache.xerces.internal.impl.xs.XSElementDeclHelper.getGlobalElementDecl:(Lcom/sun/org/apache/xerces/internal/xni/QName;)Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
astore 3
start local 3 8: aload 3
ifnonnull 10
9: aconst_null
areturn
10: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
aload 0
aload 3
aload 2
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.substitutionGroupOK:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;S)Z
ifeq 12
11: aload 3
areturn
12: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 13 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 13 2 exemplar Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
8 13 3 eDecl Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
MethodParameters:
Name Flags
element
exemplar
protected boolean substitutionGroupOK(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, short);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;S)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
aload 2
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
iload 3
iconst_4
iand
ifeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
astore 4
start local 4 5: goto 7
6: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
aload 4
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
astore 4
7: StackMap locals:
StackMap stack:
aload 4
ifnull 8
aload 4
aload 2
if_acmpne 6
8: StackMap locals:
StackMap stack:
aload 4
ifnonnull 10
9: iconst_0
ireturn
10: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
iload 3
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.typeDerivationOK:(Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 11 1 element Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 11 2 exemplar Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 11 3 blockingConstraint S
5 11 4 subGroup Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
MethodParameters:
Name Flags
element
exemplar
blockingConstraint
private boolean typeDerivationOK(com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, short);
descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=11, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: iload 3
istore 5
start local 5 2: aload 1
astore 6
start local 6 3: goto 13
4: StackMap locals: int int com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
StackMap stack:
aload 6
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
bipush 15
if_icmpne 7
5: iload 4
aload 6
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fDerivedBy:S
ior
i2s
istore 4
6: goto 8
7: StackMap locals:
StackMap stack:
iload 4
iconst_2
ior
i2s
istore 4
8: StackMap locals:
StackMap stack:
aload 6
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getBaseType:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
astore 6
9: aload 6
ifnonnull 11
10: getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
astore 6
11: StackMap locals:
StackMap stack:
aload 6
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
bipush 15
if_icmpne 13
12: iload 5
aload 6
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBlock:S
ior
i2s
istore 5
13: StackMap locals:
StackMap stack:
aload 6
aload 2
if_acmpeq 14
aload 6
getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
if_acmpne 4
14: StackMap locals:
StackMap stack:
aload 6
aload 2
if_acmpeq 27
15: aload 2
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
bipush 16
if_icmpne 26
16: aload 2
checkcast com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition
astore 7
start local 7 17: aload 7
invokeinterface com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition.getVariety:()S
iconst_3
if_icmpne 26
18: aload 7
invokeinterface com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition.getMemberTypes:()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
astore 8
start local 8 19: aload 8
invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.getLength:()I
istore 9
start local 9 20: iconst_0
istore 10
start local 10 21: goto 25
22: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.xs.XSTypeDefinition com.sun.org.apache.xerces.internal.xs.XSTypeDefinition int int int com.sun.org.apache.xerces.internal.xs.XSTypeDefinition com.sun.org.apache.xerces.internal.xs.XSSimpleTypeDefinition com.sun.org.apache.xerces.internal.xs.XSObjectList int int
StackMap stack:
aload 0
aload 1
aload 8
iload 10
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.XSTypeDefinition
iload 3
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.typeDerivationOK:(Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
ifeq 24
23: iconst_1
ireturn
24: StackMap locals:
StackMap stack:
iinc 10 1
StackMap locals:
StackMap stack:
25: iload 10
iload 9
if_icmplt 22
end local 10 end local 9 end local 8 end local 7 26: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.xs.XSTypeDefinition com.sun.org.apache.xerces.internal.xs.XSTypeDefinition int int int com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
StackMap stack:
iconst_0
ireturn
27: StackMap locals:
StackMap stack:
iload 4
iload 5
iand
ifeq 29
28: iconst_0
ireturn
29: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 30 1 derived Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
0 30 2 base Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
0 30 3 blockingConstraint S
1 30 4 devMethod S
2 30 5 blockConstraint S
3 30 6 type Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
17 26 7 st Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
19 26 8 memberTypes Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
20 26 9 length I
21 26 10 i I
MethodParameters:
Name Flags
derived
base
blockingConstraint
public boolean inSubstitutionGroup(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.substitutionGroupOK:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;S)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 1 1 element Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 1 2 exemplar Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
MethodParameters:
Name Flags
element
exemplar
public void reset();
descriptor: ()V
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.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
invokeinterface java.util.Map.clear:()V
1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroups:Ljava/util/Map;
invokeinterface java.util.Map.clear:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
public void addSubstitutionGroup(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[]);
descriptor: ([Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 1
arraylength
iconst_1
isub
istore 5
start local 5 1: goto 10
2: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] top top top int
StackMap stack:
aload 1
iload 5
aaload
astore 3
start local 3 3: aload 3
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
astore 2
start local 2 4: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
aload 2
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.List
astore 4
start local 4 5: aload 4
ifnonnull 8
6: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 4
7: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
aload 2
aload 4
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
8: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl java.util.List int
StackMap stack:
aload 4
aload 3
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: iinc 5 -1
end local 4 end local 3 end local 2 StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] top top top int
StackMap stack:
10: iload 5
ifge 2
end local 5 11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 12 1 elements [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
4 10 2 subHead Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
3 10 3 element Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
5 10 4 subGroup Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;>;
1 11 5 i I
MethodParameters:
Name Flags
elements
public com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] getSubstitutionGroup(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroups:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[]
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
areturn
3: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[]
StackMap stack:
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
iconst_4
iand
ifeq 6
4: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroups:Ljava/util/Map;
aload 1
getstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_GROUP:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
5: getstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_GROUP:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
areturn
6: StackMap locals:
StackMap stack:
aload 0
aload 1
new com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
dup
invokespecial com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.<init>:()V
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubGroupB:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;)[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
astore 3
start local 3 7: aload 3
arraylength
istore 4
start local 4 8: iconst_0
istore 5
start local 5 9: iload 4
anewarray com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
astore 6
start local 6 10: iconst_0
istore 7
start local 7 11: goto 15
12: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] int
StackMap stack:
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
aload 3
iload 7
aaload
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.dMethod:S
iand
ifne 14
13: aload 6
iload 5
iinc 5 1
aload 3
iload 7
aaload
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.sub:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
aastore
14: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
15: iload 7
iload 4
if_icmplt 12
end local 7 16: iload 5
iload 4
if_icmpge 20
17: iload 5
anewarray com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
astore 7
start local 7 18: aload 6
iconst_0
aload 7
iconst_0
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: aload 7
astore 6
end local 7 20: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroups:Ljava/util/Map;
aload 1
aload 6
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
21: aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 22 1 element Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
1 22 2 subGroup [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
7 22 3 groupB [Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
8 22 4 len I
9 22 5 rlen I
10 22 6 ret [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
11 16 7 i I
18 20 7 ret1 [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
MethodParameters:
Name Flags
element
private com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] getSubGroupB(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;)[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=14, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 1: aload 3
ifnonnull 4
2: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
aload 1
getstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_VECTOR:[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
3: getstatic com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.EMPTY_VECTOR:[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
areturn
4: StackMap locals: java.lang.Object
StackMap stack:
aload 3
instanceof com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[]
ifeq 6
5: aload 3
checkcast com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[]
areturn
6: StackMap locals:
StackMap stack:
aload 3
checkcast java.util.ArrayList
astore 4
start local 4 7: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 5
start local 5 8: aload 4
invokeinterface java.util.List.size:()I
iconst_1
isub
istore 11
start local 11 9: goto 27
10: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List top top top top top int
StackMap stack:
aload 4
iload 11
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
astore 13
start local 13 11: aload 0
aload 13
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getDBMethods:(Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;)Z
ifne 13
12: goto 26
13: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List top top top top top int top com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.dMethod:S
istore 7
start local 7 14: aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.bMethod:S
istore 8
start local 8 15: aload 5
new com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
dup
aload 13
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.dMethod:S
aload 2
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.bMethod:S
invokespecial com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;SS)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
16: aload 0
aload 13
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getSubGroupB:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;)[Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
astore 6
start local 6 17: aload 6
arraylength
iconst_1
isub
istore 12
start local 12 18: goto 25
19: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] int int top top int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
iload 7
aload 6
iload 12
aaload
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.dMethod:S
ior
i2s
istore 9
start local 9 20: iload 8
aload 6
iload 12
aaload
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.bMethod:S
ior
i2s
istore 10
start local 10 21: iload 9
iload 10
iand
ifeq 23
22: goto 24
23: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] int int int int int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
aload 5
new com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
dup
aload 6
iload 12
aaload
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.sub:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
iload 9
iload 10
invokespecial com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;SS)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
24: StackMap locals:
StackMap stack:
iinc 12 -1
end local 10 end local 9 StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] int int top top int int com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
StackMap stack:
25: iload 12
ifge 19
end local 13 end local 12 end local 8 end local 7 end local 6 26: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List top top top top top int
StackMap stack:
iinc 11 -1
StackMap locals:
StackMap stack:
27: iload 11
ifge 10
end local 11 28: aload 5
invokeinterface java.util.List.size:()I
anewarray com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
astore 11
start local 11 29: aload 5
invokeinterface java.util.List.size:()I
iconst_1
isub
istore 12
start local 12 30: goto 33
31: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup java.lang.Object java.util.List java.util.List top top top top top com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[] int
StackMap stack:
aload 11
iload 12
aload 5
iload 12
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
aastore
32: iinc 12 -1
StackMap locals:
StackMap stack:
33: iload 12
ifge 31
end local 12 34: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.fSubGroupsB:Ljava/util/Map;
aload 1
aload 11
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
35: aload 11
areturn
end local 11 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 36 1 element Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
0 36 2 methods Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
1 36 3 subGroup Ljava/lang/Object;
7 36 4 group Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;>;
8 36 5 newGroup Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;>;
17 26 6 group1 [Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
14 26 7 dMethod S
15 26 8 bMethod S
20 25 9 dSubMethod S
21 25 10 bSubMethod S
9 28 11 i I
18 26 12 j I
11 26 13 sub Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
29 36 11 ret [Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
30 34 12 i I
MethodParameters:
Name Flags
element
methods
private boolean getDBMethods(com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, com.sun.org.apache.xerces.internal.xs.XSTypeDefinition, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup);
descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: iconst_0
istore 5
start local 5 2: goto 11
3: StackMap locals: int int
StackMap stack:
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
bipush 15
if_icmpne 5
4: iload 4
aload 1
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fDerivedBy:S
ior
i2s
istore 4
goto 6
5: StackMap locals:
StackMap stack:
iload 4
iconst_2
ior
i2s
istore 4
6: StackMap locals:
StackMap stack:
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getBaseType:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
astore 1
7: aload 1
ifnonnull 9
8: getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
astore 1
9: StackMap locals:
StackMap stack:
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xs.XSTypeDefinition.getTypeCategory:()S
bipush 15
if_icmpne 11
10: iload 5
aload 1
checkcast com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
getfield com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl.fBlock:S
ior
i2s
istore 5
11: StackMap locals:
StackMap stack:
aload 1
aload 2
if_acmpeq 12
aload 1
getstatic com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar.fAnyType:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
if_acmpne 3
12: StackMap locals:
StackMap stack:
aload 1
aload 2
if_acmpne 13
iload 4
iload 5
iand
ifeq 14
13: StackMap locals:
StackMap stack:
iconst_0
ireturn
14: StackMap locals:
StackMap stack:
aload 3
iload 4
putfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.dMethod:S
15: aload 3
iload 5
putfield com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup.bMethod:S
16: iconst_1
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
0 17 1 typed Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
0 17 2 typeb Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
0 17 3 methods Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler$OneSubGroup;
1 17 4 dMethod S
2 17 5 bMethod S
MethodParameters:
Name Flags
typed
typeb
methods
}
SourceFile: "SubstitutionGroupHandler.java"
NestMembers:
com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup
InnerClasses:
private final OneSubGroup = com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup of com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler