public class com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl implements com.sun.org.apache.xerces.internal.xs.XSModelGroup
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
super_class: java.lang.Object
{
public static final short MODELGROUP_CHOICE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 101
public static final short MODELGROUP_SEQUENCE;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 102
public static final short MODELGROUP_ALL;
descriptor: S
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 103
public short fCompositor;
descriptor: S
flags: (0x0001) ACC_PUBLIC
public com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl[] fParticles;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
flags: (0x0001) ACC_PUBLIC
public int fParticleCount;
descriptor: I
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
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.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
3: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 1
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
5: iload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 2
end local 1 6: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
1 6 1 i I
public int minEffectiveTotalRange();
descriptor: ()I
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.XSModelGroupImpl.fCompositor:S
bipush 101
if_icmpne 2
1: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.minEffectiveTotalRangeChoice:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.minEffectiveTotalRangeAllSeq:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
private int minEffectiveTotalRangeAllSeq();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int int
StackMap stack:
iload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 2
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
iadd
istore 1
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 3
end local 2 6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
1 7 1 total I
2 6 2 i I
private int minEffectiveTotalRangeChoice();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
ifle 3
2: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iconst_0
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
istore 1
3: StackMap locals: int
StackMap stack:
iconst_1
istore 3
start local 3 4: goto 9
5: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 3
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
istore 2
start local 2 6: iload 2
iload 1
if_icmpge 8
7: iload 2
istore 1
8: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
StackMap stack:
iinc 3 1
end local 2 StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
9: iload 3
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 5
end local 3 10: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
1 11 1 min I
6 9 2 one I
4 10 3 i I
public int maxEffectiveTotalRange();
descriptor: ()I
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.XSModelGroupImpl.fCompositor:S
bipush 101
if_icmpne 2
1: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.maxEffectiveTotalRangeChoice:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.maxEffectiveTotalRangeAllSeq:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
private int maxEffectiveTotalRangeAllSeq();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 3
start local 3 2: goto 8
3: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 3
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
istore 2
start local 2 4: iload 2
iconst_m1
if_icmpne 6
5: iconst_m1
ireturn
6: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
StackMap stack:
iload 1
iload 2
iadd
istore 1
7: iinc 3 1
end local 2 StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
8: iload 3
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 3
end local 3 9: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
1 10 1 total I
4 8 2 one I
2 9 3 i I
private int maxEffectiveTotalRangeChoice();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
ifle 5
2: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iconst_0
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
istore 1
3: iload 1
iconst_m1
if_icmpne 5
4: iconst_m1
ireturn
5: StackMap locals: int
StackMap stack:
iconst_1
istore 3
start local 3 6: goto 13
7: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 3
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
istore 2
start local 2 8: iload 2
iconst_m1
if_icmpne 10
9: iconst_m1
ireturn
10: StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
StackMap stack:
iload 2
iload 1
if_icmple 12
11: iload 2
istore 1
12: StackMap locals:
StackMap stack:
iinc 3 1
end local 2 StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
StackMap stack:
13: iload 3
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 7
end local 3 14: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
1 15 1 max I
8 13 2 one I
6 14 3 i I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
ifnonnull 17
1: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 1
start local 1 2: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
bipush 103
if_icmpne 4
3: aload 1
ldc "all("
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
goto 5
4: StackMap locals: java.lang.StringBuffer
StackMap stack:
aload 1
bipush 40
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
ifle 7
6: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iconst_0
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
7: StackMap locals:
StackMap stack:
iconst_1
istore 2
start local 2 8: goto 14
9: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
bipush 101
if_icmpne 11
10: aload 1
bipush 124
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
goto 12
11: StackMap locals:
StackMap stack:
aload 1
bipush 44
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
12: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
iload 2
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
13: iinc 2 1
StackMap locals:
StackMap stack:
14: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
if_icmplt 9
end local 2 15: aload 1
bipush 41
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
16: aload 0
aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
end local 1 17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
2 17 1 buffer Ljava/lang/StringBuffer;
8 15 2 i I
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
bipush 102
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
1: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
3: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
4: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
public short getType();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 7
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
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: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
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: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
public short getCompositor();
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.XSModelGroupImpl.fCompositor:S
bipush 101
if_icmpne 2
1: iconst_2
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
bipush 102
if_icmpne 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iconst_3
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
public com.sun.org.apache.xerces.internal.xs.XSObjectList getParticles();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
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.XSObjectListImpl
dup
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<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/XSModelGroupImpl;
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.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.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/XSModelGroupImpl;
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.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
ifnull 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.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/XSModelGroupImpl;
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: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
}
SourceFile: "XSModelGroupImpl.java"