public class com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl implements com.sun.org.apache.xerces.internal.xs.XSParticle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
  super_class: java.lang.Object
{
  public static final short PARTICLE_EMPTY;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final short PARTICLE_ELEMENT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short PARTICLE_WILDCARD;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final short PARTICLE_MODELGROUP;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final short PARTICLE_ZERO_OR_MORE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final short PARTICLE_ZERO_OR_ONE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final short PARTICLE_ONE_OR_MORE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public short fType;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xs.XSTerm fValue;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
    flags: (0x0001) ACC_PUBLIC

  public int fMinOccurs;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int fMaxOccurs;
    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.XSParticleDecl this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         2: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
         3: .line 60
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
         4: .line 62
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
         5: .line 64
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         6: .line 131
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
         7: .line 39
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl makeClone();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 68
            new com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.<init>:()V
            astore 1 /* particle */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
         1: .line 69
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         2: .line 70
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
         3: .line 71
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
         4: .line 72
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
         5: .line 73
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
         6: .line 74
            aload 1 /* particle */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         7: .line 75
            aload 1 /* particle */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl particle
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            1    8     1  particle  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public boolean emptiable();
    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.XSParticleDecl this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.minEffectiveTotalRange:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            ifne 2
         1: .line 89
            iconst_1
            ireturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_1
            if_icmpeq 3
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_2
            if_icmpne 4
         3: .line 91
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.isEmpty:()Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 104
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            ifne 2
         1: .line 105
            iconst_0
            ireturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_3
            if_icmpne 4
         3: .line 108
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.minEffectiveTotalRange:()I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            imul
            ireturn
         4: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public int maxEffectiveTotalRange();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 114
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            ifne 2
         1: .line 115
            iconst_0
            ireturn
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            iconst_3
            if_icmpne 9
         3: .line 118
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl.maxEffectiveTotalRange:()I
            istore 1 /* max */
        start local 1 // int max
         4: .line 119
            iload 1 /* max */
            iconst_m1
            if_icmpne 6
         5: .line 120
            iconst_m1
            ireturn
         6: .line 121
      StackMap locals: int
      StackMap stack:
            iload 1 /* max */
            ifeq 8
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            iconst_m1
            if_icmpne 8
         7: .line 122
            iconst_m1
            ireturn
         8: .line 123
      StackMap locals:
      StackMap stack:
            iload 1 /* max */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            imul
            ireturn
        end local 1 // int max
         9: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            4    9     1   max  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 133
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
            ifnonnull 12
         1: .line 134
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         2: .line 135
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.appendParticle:(Ljava/lang/StringBuffer;)V
         3: .line 136
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            ifne 4
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            ifeq 11
         4: .line 137
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            iconst_1
            if_icmpne 5
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            iconst_1
            if_icmpeq 11
         5: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 123
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         6: .line 139
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            iconst_m1
            if_icmpne 8
         7: .line 140
            aload 1 /* buffer */
            ldc "-UNBOUNDED"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 10
         8: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            if_icmpeq 10
         9: .line 142
            aload 1 /* buffer */
            bipush 45
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
        10: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
        end local 1 // java.lang.StringBuffer buffer
        12: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            2   12     1  buffer  Ljava/lang/StringBuffer;

  void appendParticle(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
        start local 1 // java.lang.StringBuffer buffer
         0: .line 155
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
            tableswitch { // 0 - 3
                    0: 1
                    1: 3
                    2: 5
                    3: 9
              default: 10
          }
         1: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc "EMPTY"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 158
            goto 10
         3: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 161
            goto 10
         5: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         6: .line 164
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 165
            aload 1 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 166
            goto 10
         9: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
            0   11     1  buffer  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  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.XSParticleDecl this
         0: .line 174
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fType:S
         1: .line 175
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
         2: .line 176
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
         3: .line 177
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
         4: .line 178
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fDescription:Ljava/lang/String;
         5: .line 179
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         6: .line 180
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 186
            bipush 8
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 194
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 203
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public int getMinOccurs();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 210
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMinOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public boolean getMaxOccursUnbounded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 217
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            iconst_m1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public int getMaxOccurs();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 224
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fMaxOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  public com.sun.org.apache.xerces.internal.xs.XSTerm getTerm();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
         0: .line 231
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fValue:Lcom/sun/org/apache/xerces/internal/xs/XSTerm;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 238
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;

  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.XSParticleDecl this
         0: .line 245
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl.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.XSParticleDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSParticleDecl;
}
SourceFile: "XSParticleDecl.java"