public class com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM implements com.sun.org.apache.xerces.internal.impl.xs.models.XSCMValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM
  super_class: java.lang.Object
{
  private static final short STATE_START;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final short STATE_VALID;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final short STATE_CHILD;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[] fAllElements;
    descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] fIsOptionalElement;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private boolean fHasOptionalContent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int fNumElements;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // boolean hasOptionalContent
        start local 2 // int size
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fHasOptionalContent:Z
         2: .line 56
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
         3: .line 63
            aload 0 /* this */
            iload 1 /* hasOptionalContent */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fHasOptionalContent:Z
         4: .line 64
            aload 0 /* this */
            iload 2 /* size */
            anewarray com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
         5: .line 65
            aload 0 /* this */
            iload 2 /* size */
            newarray 4
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fIsOptionalElement:[Z
         6: .line 66
            return
        end local 2 // int size
        end local 1 // boolean hasOptionalContent
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    7     1  hasOptionalContent  Z
            0    7     2                size  I
    MethodParameters:
                    Name  Flags
      hasOptionalContent  
      size                

  public void addElement(com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl, boolean);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element
        start local 2 // boolean isOptional
         0: .line 69
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            aload 1 /* element */
            aastore
         1: .line 70
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fIsOptionalElement:[Z
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            iload 2 /* isOptional */
            bastore
         2: .line 71
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
         3: .line 72
            return
        end local 2 // boolean isOptional
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl element
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    4     1     element  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    4     2  isOptional  Z
    MethodParameters:
            Name  Flags
      element     
      isOptional  

  public int[] startContentModel();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
         0: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            iconst_1
            iadd
            newarray 10
            astore 1 /* state */
        start local 1 // int[] state
         1: .line 90
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 91
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* state */
            iload 2 /* i */
            iconst_0
            iastore
         4: .line 90
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmple 3
        end local 2 // int i
         6: .line 93
            aload 1 /* state */
            areturn
        end local 1 // int[] state
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            1    7     1  state  [I
            2    6     2      i  I

  java.lang.Object findMatchingDecl(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName elementName
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
         0: .line 99
            aconst_null
            astore 3 /* matchingDecl */
        start local 3 // java.lang.Object matchingDecl
         1: .line 100
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 101
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* subGroupHandler */
            aload 1 /* elementName */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getMatchingElemDecl:(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;
            astore 3 /* matchingDecl */
         4: .line 102
            aload 3 /* matchingDecl */
            ifnull 6
         5: .line 103
            goto 8
         6: .line 100
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 3
        end local 4 // int i
         8: .line 105
      StackMap locals:
      StackMap stack:
            aload 3 /* matchingDecl */
            areturn
        end local 3 // java.lang.Object matchingDecl
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName elementName
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    9     1      elementName  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    9     2  subGroupHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            1    9     3     matchingDecl  Ljava/lang/Object;
            2    8     4                i  I
    MethodParameters:
                 Name  Flags
      elementName      
      subGroupHandler  

  public java.lang.Object oneTransition(com.sun.org.apache.xerces.internal.xni.QName, int[], com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;[ILcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName elementName
        start local 2 // int[] currentState
        start local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
         0: .line 118
            aload 2 /* currentState */
            iconst_0
            iaload
            ifge 3
         1: .line 119
            aload 2 /* currentState */
            iconst_0
            bipush -2
            iastore
         2: .line 120
            aload 0 /* this */
            aload 1 /* elementName */
            aload 3 /* subGroupHandler */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.findMatchingDecl:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Ljava/lang/Object;
            areturn
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 2 /* currentState */
            iconst_0
            iconst_1
            iastore
         4: .line 126
            aconst_null
            astore 4 /* matchingDecl */
        start local 4 // java.lang.Object matchingDecl
         5: .line 128
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 14
         7: .line 131
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 2 /* currentState */
            iload 5 /* i */
            iconst_1
            iadd
            iaload
            ifeq 9
         8: .line 132
            goto 13
         9: .line 133
      StackMap locals:
      StackMap stack:
            aload 3 /* subGroupHandler */
            aload 1 /* elementName */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 5 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler.getMatchingElemDecl:(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;
            astore 4 /* matchingDecl */
        10: .line 134
            aload 4 /* matchingDecl */
            ifnull 13
        11: .line 136
            aload 2 /* currentState */
            iload 5 /* i */
            iconst_1
            iadd
            iconst_1
            iastore
        12: .line 137
            aload 4 /* matchingDecl */
            areturn
        13: .line 128
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 7
        end local 5 // int i
        15: .line 142
            aload 2 /* currentState */
            iconst_0
            iconst_m1
            iastore
        16: .line 143
            aload 0 /* this */
            aload 1 /* elementName */
            aload 3 /* subGroupHandler */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.findMatchingDecl:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object matchingDecl
        end local 3 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
        end local 2 // int[] currentState
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName elementName
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0   17     1      elementName  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   17     2     currentState  [I
            0   17     3  subGroupHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            5   17     4     matchingDecl  Ljava/lang/Object;
            6   15     5                i  I
    MethodParameters:
                 Name  Flags
      elementName      
      currentState     
      subGroupHandler  

  public boolean endContentModel(int[]);
    descriptor: ([I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // int[] currentState
         0: .line 155
            aload 1 /* currentState */
            iconst_0
            iaload
            istore 2 /* state */
        start local 2 // int state
         1: .line 157
            iload 2 /* state */
            iconst_m1
            if_icmpeq 2
            iload 2 /* state */
            bipush -2
            if_icmpne 3
         2: .line 158
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fHasOptionalContent:Z
            ifeq 5
            iload 2 /* state */
            ifne 5
         4: .line 164
            iconst_1
            ireturn
         5: .line 167
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fIsOptionalElement:[Z
            iload 3 /* i */
            baload
            ifne 9
            aload 1 /* currentState */
            iload 3 /* i */
            iconst_1
            iadd
            iaload
            ifne 9
         8: .line 170
            iconst_0
            ireturn
         9: .line 167
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 7
        end local 3 // int i
        11: .line 173
            iconst_1
            ireturn
        end local 2 // int state
        end local 1 // int[] currentState
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0   12     1  currentState  [I
            1   12     2         state  I
            6   11     3             i  I
    MethodParameters:
              Name  Flags
      currentState  

  public boolean checkUniqueParticleAttribution(com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
         0: .line 184
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 11
         2: .line 185
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            iconst_1
            iadd
            istore 3 /* j */
        start local 3 // int j
         3: goto 9
         4: .line 186
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 3 /* j */
            aaload
            aload 1 /* subGroupHandler */
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.overlapUPA:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;)Z
            ifeq 8
         5: .line 188
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
            dup
            ldc "cos-nonambig"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         6: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 3 /* j */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.toString:()Ljava/lang/String;
            aastore
         7: .line 188
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         8: .line 185
      StackMap locals:
      StackMap stack:
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* j */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 4
        end local 3 // int j
        10: .line 184
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 2
        end local 2 // int i
        12: .line 194
            iconst_0
            ireturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler subGroupHandler
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0   13     1  subGroupHandler  Lcom/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler;
            1   12     2                i  I
            3   10     3                j  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaException
    MethodParameters:
                 Name  Flags
      subGroupHandler  

  public java.util.ArrayList whatCanGoHere(int[]);
    descriptor: ([I)Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // int[] state
         0: .line 207
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* ret */
        start local 2 // java.util.ArrayList ret
         1: .line 208
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 211
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 1 /* state */
            iload 3 /* i */
            iconst_1
            iadd
            iaload
            ifne 5
         4: .line 212
            aload 2 /* ret */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fAllElements:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            iload 3 /* i */
            aaload
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 208
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM.fNumElements:I
            if_icmplt 3
        end local 3 // int i
         7: .line 215
            aload 2 /* ret */
            areturn
        end local 2 // java.util.ArrayList ret
        end local 1 // int[] state
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    8     1  state  [I
            1    8     2    ret  Ljava/util/ArrayList;
            2    7     3      i  I
    MethodParameters:
       Name  Flags
      state  

  public java.util.ArrayList checkMinMaxBounds();
    descriptor: ()Ljava/util/ArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
         0: .line 219
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;

  public int[] occurenceInfo(int[]);
    descriptor: ([I)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // int[] state
         0: .line 223
            aconst_null
            areturn
        end local 1 // int[] state
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    1     1  state  [I
    MethodParameters:
       Name  Flags
      state  

  public java.lang.String getTermName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
        start local 1 // int termId
         0: .line 227
            aconst_null
            areturn
        end local 1 // int termId
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
            0    1     1  termId  I
    MethodParameters:
        Name  Flags
      termId  

  public boolean isCompactedForUPA();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
         0: .line 231
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM;
}
SourceFile: "XSAllCM.java"