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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
         2: .line 54
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
         3: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         4: .line 148
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
         5: .line 39
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 61
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 62
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 1 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.isEmpty:()Z
            ifne 4
         3: .line 63
            iconst_0
            ireturn
         4: .line 61
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 2
        end local 1 // int i
         6: .line 65
            iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 101
            if_icmpne 2
         1: .line 77
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.minEffectiveTotalRangeChoice:()I
            ireturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.minEffectiveTotalRangeAllSeq:()I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 84
            iconst_0
            istore 1 /* total */
        start local 1 // int total
         1: .line 85
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 86
      StackMap locals: int int
      StackMap stack:
            iload 1 /* total */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            iadd
            istore 1 /* total */
         4: .line 85
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 3
        end local 2 // int i
         6: .line 87
            iload 1 /* total */
            ireturn
        end local 1 // int total
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 92
            iconst_0
            istore 1 /* min */
        start local 1 // int min
         1: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            ifle 3
         2: .line 94
            aload 0 /* this */
            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 /* min */
         3: .line 96
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 97
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            istore 2 /* one */
        start local 2 // int one
         6: .line 98
            iload 2 /* one */
            iload 1 /* min */
            if_icmpge 8
         7: .line 99
            iload 2 /* one */
            istore 1 /* min */
         8: .line 96
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // int one
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 5
        end local 3 // int i
        10: .line 102
            iload 1 /* min */
            ireturn
        end local 1 // int min
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 101
            if_icmpne 2
         1: .line 107
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.maxEffectiveTotalRangeChoice:()I
            ireturn
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.maxEffectiveTotalRangeAllSeq:()I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 115
            iconst_0
            istore 1 /* total */
        start local 1 // int total
         1: .line 116
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 117
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 2 /* one */
        start local 2 // int one
         4: .line 118
            iload 2 /* one */
            iconst_m1
            if_icmpne 6
         5: .line 119
            iconst_m1
            ireturn
         6: .line 120
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
      StackMap stack:
            iload 1 /* total */
            iload 2 /* one */
            iadd
            istore 1 /* total */
         7: .line 116
            iinc 3 /* i */ 1
        end local 2 // int one
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 3
        end local 3 // int i
         9: .line 122
            iload 1 /* total */
            ireturn
        end local 1 // int total
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 128
            iconst_0
            istore 1 /* max */
        start local 1 // int max
         1: .line 129
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            ifle 5
         2: .line 130
            aload 0 /* this */
            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 /* max */
         3: .line 131
            iload 1 /* max */
            iconst_m1
            if_icmpne 5
         4: .line 132
            iconst_m1
            ireturn
         5: .line 135
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         6: goto 13
         7: .line 136
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.maxEffectiveTotalRange:()I
            istore 2 /* one */
        start local 2 // int one
         8: .line 137
            iload 2 /* one */
            iconst_m1
            if_icmpne 10
         9: .line 138
            iconst_m1
            ireturn
        10: .line 139
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int int int
      StackMap stack:
            iload 2 /* one */
            iload 1 /* max */
            if_icmple 12
        11: .line 140
            iload 2 /* one */
            istore 1 /* max */
        12: .line 135
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 2 // int one
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl int top int
      StackMap stack:
        13: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 7
        end local 3 // int i
        14: .line 142
            iload 1 /* max */
            ireturn
        end local 1 // int max
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 151
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
            ifnonnull 17
         1: .line 152
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         2: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 103
            if_icmpne 4
         3: .line 154
            aload 1 /* buffer */
            ldc "all("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 5
         4: .line 156
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            ifle 7
         6: .line 158
            aload 1 /* buffer */
            aload 0 /* this */
            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: .line 159
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         8: goto 14
         9: .line 160
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 101
            if_icmpne 11
        10: .line 161
            aload 1 /* buffer */
            bipush 124
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
            goto 12
        11: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        12: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            iload 2 /* i */
            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: .line 159
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
            if_icmplt 9
        end local 2 // int i
        15: .line 167
            aload 1 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        16: .line 168
            aload 0 /* this */
            aload 1 /* buffer */
            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 // java.lang.StringBuffer buffer
        17: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 174
            aload 0 /* this */
            bipush 102
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
         1: .line 175
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
         2: .line 176
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticleCount:I
         3: .line 177
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fDescription:Ljava/lang/String;
         4: .line 178
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         5: .line 179
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 185
            bipush 7
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 193
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 202
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 210
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 101
            if_icmpne 2
         1: .line 211
            iconst_2
            ireturn
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fCompositor:S
            bipush 102
            if_icmpne 4
         3: .line 213
            iconst_1
            ireturn
         4: .line 215
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 222
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fParticles:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            aload 0 /* this */
            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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 229
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 236
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      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 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
         0: .line 243
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSModelGroupImpl;
}
SourceFile: "XSModelGroupImpl.java"