public class com.ctc.wstx.dtd.ChoiceModel extends com.ctc.wstx.dtd.ModelNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.dtd.ChoiceModel
  super_class: com.ctc.wstx.dtd.ModelNode
{
  final com.ctc.wstx.dtd.ModelNode[] mSubModels;
    descriptor: [Lcom/ctc/wstx/dtd/ModelNode;
    flags: (0x0010) ACC_FINAL

  boolean mNullable;
    descriptor: Z
    flags: (0x0000) 

  java.util.BitSet mFirstPos;
    descriptor: Ljava/util/BitSet;
    flags: (0x0000) 

  java.util.BitSet mLastPos;
    descriptor: Ljava/util/BitSet;
    flags: (0x0000) 

  protected void <init>(com.ctc.wstx.dtd.ModelNode[]);
    descriptor: ([Lcom/ctc/wstx/dtd/ModelNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
        start local 1 // com.ctc.wstx.dtd.ModelNode[] subModels
         0: .line 26
            aload 0 /* this */
            invokespecial com.ctc.wstx.dtd.ModelNode.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.dtd.ChoiceModel.mNullable:Z
         2: .line 27
            aload 0 /* this */
            aload 1 /* subModels */
            putfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
         3: .line 28
            iconst_0
            istore 2 /* nullable */
        start local 2 // boolean nullable
         4: .line 29
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: aload 1 /* subModels */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         6: goto 11
         7: .line 30
      StackMap locals: com.ctc.wstx.dtd.ChoiceModel com.ctc.wstx.dtd.ModelNode[] int int int
      StackMap stack:
            aload 1 /* subModels */
            iload 3 /* i */
            aaload
            invokevirtual com.ctc.wstx.dtd.ModelNode.isNullable:()Z
            ifeq 10
         8: .line 31
            iconst_1
            istore 2 /* nullable */
         9: .line 32
            goto 12
        10: .line 29
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 4 /* len */
            if_icmplt 7
        end local 4 // int len
        end local 3 // int i
        12: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nullable */
            putfield com.ctc.wstx.dtd.ChoiceModel.mNullable:Z
        13: .line 36
            return
        end local 2 // boolean nullable
        end local 1 // com.ctc.wstx.dtd.ModelNode[] subModels
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/ctc/wstx/dtd/ChoiceModel;
            0   14     1  subModels  [Lcom/ctc/wstx/dtd/ModelNode;
            4   14     2   nullable  Z
            5   12     3          i  I
            6   12     4        len  I
    MethodParameters:
           Name  Flags
      subModels  

  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.ctc.wstx.dtd.ChoiceModel this
         0: .line 47
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 48
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 49
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 2 /* i */
            ifle 5
         4: .line 50
            aload 1 /* sb */
            ldc " | "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 2 /* i */
            aaload
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 48
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            if_icmplt 3
        end local 2 // int i
         8: .line 54
            aload 1 /* sb */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         9: .line 55
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/ctc/wstx/dtd/ChoiceModel;
            1   10     1    sb  Ljava/lang/StringBuilder;
            2    8     2     i  I

  public com.ctc.wstx.dtd.ModelNode cloneModel();
    descriptor: ()Lcom/ctc/wstx/dtd/ModelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
         0: .line 65
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            istore 1 /* len */
        start local 1 // int len
         1: .line 66
            iload 1 /* len */
            anewarray com.ctc.wstx.dtd.ModelNode
            astore 2 /* newModels */
        start local 2 // com.ctc.wstx.dtd.ModelNode[] newModels
         2: .line 67
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 68
      StackMap locals: int com.ctc.wstx.dtd.ModelNode[] int
      StackMap stack:
            aload 2 /* newModels */
            iload 3 /* i */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 3 /* i */
            aaload
            invokevirtual com.ctc.wstx.dtd.ModelNode.cloneModel:()Lcom/ctc/wstx/dtd/ModelNode;
            aastore
         5: .line 67
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* len */
            if_icmplt 4
        end local 3 // int i
         7: .line 70
            new com.ctc.wstx.dtd.ChoiceModel
            dup
            aload 2 /* newModels */
            invokespecial com.ctc.wstx.dtd.ChoiceModel.<init>:([Lcom/ctc/wstx/dtd/ModelNode;)V
            areturn
        end local 2 // com.ctc.wstx.dtd.ModelNode[] newModels
        end local 1 // int len
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/ctc/wstx/dtd/ChoiceModel;
            1    8     1        len  I
            2    8     2  newModels  [Lcom/ctc/wstx/dtd/ModelNode;
            3    7     3          i  I

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
         0: .line 75
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mNullable:Z
            ireturn
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/dtd/ChoiceModel;

  public void indexTokens(java.util.List<com.ctc.wstx.dtd.TokenModel>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
        start local 1 // java.util.List tokens
         0: .line 82
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: goto 5
         3: .line 83
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 2 /* i */
            aaload
            aload 1 /* tokens */
            invokevirtual com.ctc.wstx.dtd.ModelNode.indexTokens:(Ljava/util/List;)V
         4: .line 82
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 3 // int len
        end local 2 // int i
         6: .line 85
            return
        end local 1 // java.util.List tokens
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/ctc/wstx/dtd/ChoiceModel;
            0    7     1  tokens  Ljava/util/List<Lcom/ctc/wstx/dtd/TokenModel;>;
            1    6     2       i  I
            2    6     3     len  I
    Signature: (Ljava/util/List<Lcom/ctc/wstx/dtd/TokenModel;>;)V
    MethodParameters:
        Name  Flags
      tokens  

  public void addFirstPos(java.util.BitSet);
    descriptor: (Ljava/util/BitSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
        start local 1 // java.util.BitSet firstPos
         0: .line 89
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mFirstPos:Ljava/util/BitSet;
            ifnonnull 8
         1: .line 90
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield com.ctc.wstx.dtd.ChoiceModel.mFirstPos:Ljava/util/BitSet;
         2: .line 91
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            istore 3 /* len */
        start local 3 // int len
         4: goto 7
         5: .line 92
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mFirstPos:Ljava/util/BitSet;
            invokevirtual com.ctc.wstx.dtd.ModelNode.addFirstPos:(Ljava/util/BitSet;)V
         6: .line 91
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 5
        end local 3 // int len
        end local 2 // int i
         8: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* firstPos */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mFirstPos:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.or:(Ljava/util/BitSet;)V
         9: .line 96
            return
        end local 1 // java.util.BitSet firstPos
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/ctc/wstx/dtd/ChoiceModel;
            0   10     1  firstPos  Ljava/util/BitSet;
            3    8     2         i  I
            4    8     3       len  I
    MethodParameters:
          Name  Flags
      firstPos  

  public void addLastPos(java.util.BitSet);
    descriptor: (Ljava/util/BitSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
        start local 1 // java.util.BitSet lastPos
         0: .line 100
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mLastPos:Ljava/util/BitSet;
            ifnonnull 8
         1: .line 101
            aload 0 /* this */
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            putfield com.ctc.wstx.dtd.ChoiceModel.mLastPos:Ljava/util/BitSet;
         2: .line 102
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            istore 3 /* len */
        start local 3 // int len
         4: goto 7
         5: .line 103
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mLastPos:Ljava/util/BitSet;
            invokevirtual com.ctc.wstx.dtd.ModelNode.addLastPos:(Ljava/util/BitSet;)V
         6: .line 102
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 5
        end local 3 // int len
        end local 2 // int i
         8: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* lastPos */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mLastPos:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.or:(Ljava/util/BitSet;)V
         9: .line 107
            return
        end local 1 // java.util.BitSet lastPos
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/ctc/wstx/dtd/ChoiceModel;
            0   10     1  lastPos  Ljava/util/BitSet;
            3    8     2        i  I
            4    8     3      len  I
    MethodParameters:
         Name  Flags
      lastPos  

  public void calcFollowPos(java.util.BitSet[]);
    descriptor: ([Ljava/util/BitSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.dtd.ChoiceModel this
        start local 1 // java.util.BitSet[] followPosSets
         0: .line 113
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: goto 5
         3: .line 114
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.ChoiceModel.mSubModels:[Lcom/ctc/wstx/dtd/ModelNode;
            iload 2 /* i */
            aaload
            aload 1 /* followPosSets */
            invokevirtual com.ctc.wstx.dtd.ModelNode.calcFollowPos:([Ljava/util/BitSet;)V
         4: .line 113
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 3 // int len
        end local 2 // int i
         6: .line 116
            return
        end local 1 // java.util.BitSet[] followPosSets
        end local 0 // com.ctc.wstx.dtd.ChoiceModel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/ctc/wstx/dtd/ChoiceModel;
            0    7     1  followPosSets  [Ljava/util/BitSet;
            1    6     2              i  I
            2    6     3            len  I
    MethodParameters:
               Name  Flags
      followPosSets  
}
SourceFile: "ChoiceModel.java"