final class com.ctc.wstx.util.WordResolver$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.util.WordResolver$Builder
  super_class: java.lang.Object
{
  final java.lang.String[] mWords;
    descriptor: [Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  char[] mData;
    descriptor: [C
    flags: (0x0000) 

  int mSize;
    descriptor: I
    flags: (0x0000) 

  public void <init>(java.util.TreeSet<java.lang.String>);
    descriptor: (Ljava/util/TreeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.ctc.wstx.util.WordResolver$Builder this
        start local 1 // java.util.TreeSet wordSet
         0: .line 347
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 349
            aload 1 /* wordSet */
            invokevirtual java.util.TreeSet.size:()I
            istore 2 /* wordCount */
        start local 2 // int wordCount
         2: .line 351
            aload 0 /* this */
            iload 2 /* wordCount */
            anewarray java.lang.String
            putfield com.ctc.wstx.util.WordResolver$Builder.mWords:[Ljava/lang/String;
         3: .line 352
            aload 1 /* wordSet */
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mWords:[Ljava/lang/String;
            invokevirtual java.util.TreeSet.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         4: .line 358
            iload 2 /* wordCount */
            iconst_2
            if_icmpge 9
         5: .line 359
            iload 2 /* wordCount */
            ifne 7
         6: .line 360
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         7: .line 362
      StackMap locals: com.ctc.wstx.util.WordResolver$Builder java.util.TreeSet int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
         8: .line 363
            goto 13
         9: .line 368
      StackMap locals:
      StackMap stack:
            iload 2 /* wordCount */
            bipush 6
            imul
            istore 3 /* size */
        start local 3 // int size
        10: .line 369
            iload 3 /* size */
            sipush 256
            if_icmpge 12
        11: .line 370
            sipush 256
            istore 3 /* size */
        12: .line 372
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            newarray 5
            putfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
        end local 3 // int size
        13: .line 374
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int wordCount
        end local 1 // java.util.TreeSet wordSet
        end local 0 // com.ctc.wstx.util.WordResolver$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/ctc/wstx/util/WordResolver$Builder;
            0   14     1    wordSet  Ljava/util/TreeSet<Ljava/lang/String;>;
            2   14     2  wordCount  I
           10   13     3       size  I
    Signature: (Ljava/util/TreeSet<Ljava/lang/String;>;)V
    MethodParameters:
         Name  Flags
      wordSet  

  public com.ctc.wstx.util.WordResolver construct();
    descriptor: ()Lcom/ctc/wstx/util/WordResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.ctc.wstx.util.WordResolver$Builder this
         0: .line 388
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            ifnonnull 3
         1: .line 389
            aconst_null
            astore 1 /* result */
        start local 1 // char[] result
         2: .line 390
            goto 8
        end local 1 // char[] result
         3: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mWords:[Ljava/lang/String;
            arraylength
            invokevirtual com.ctc.wstx.util.WordResolver$Builder.constructBranch:(III)V
         4: .line 394
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            ldc 57344
            if_icmple 6
         5: .line 395
            aconst_null
            areturn
         6: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            newarray 5
            astore 1 /* result */
        start local 1 // char[] result
         7: .line 399
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iconst_0
            aload 1 /* result */
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 402
      StackMap locals: char[]
      StackMap stack:
            new com.ctc.wstx.util.WordResolver
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mWords:[Ljava/lang/String;
            aload 1 /* result */
            invokespecial com.ctc.wstx.util.WordResolver.<init>:([Ljava/lang/String;[C)V
            areturn
        end local 1 // char[] result
        end local 0 // com.ctc.wstx.util.WordResolver$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/ctc/wstx/util/WordResolver$Builder;
            2    3     1  result  [C
            7    9     1  result  [C

  private void constructBranch(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=4
        start local 0 // com.ctc.wstx.util.WordResolver$Builder this
        start local 1 // int charIndex
        start local 2 // int start
        start local 3 // int end
         0: .line 422
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            arraylength
            if_icmplt 2
         1: .line 423
            aload 0 /* this */
            iconst_1
            invokevirtual com.ctc.wstx.util.WordResolver$Builder.expand:(I)[C
            pop
         2: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iconst_0
            castore
         3: .line 430
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iconst_1
            iadd
            istore 4 /* structStart */
        start local 4 // int structStart
         4: .line 431
            iconst_0
            istore 5 /* groupCount */
        start local 5 // int groupCount
         5: .line 432
            iload 2 /* start */
            istore 6 /* groupStart */
        start local 6 // int groupStart
         6: .line 433
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mWords:[Ljava/lang/String;
            astore 7 /* words */
        start local 7 // java.lang.String[] words
         7: .line 443
            aload 7 /* words */
            iload 6 /* groupStart */
            aaload
            invokevirtual java.lang.String.length:()I
            iload 1 /* charIndex */
            if_icmpne 16
         8: .line 444
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            arraylength
            if_icmple 10
         9: .line 445
            aload 0 /* this */
            iconst_2
            invokevirtual com.ctc.wstx.util.WordResolver$Builder.expand:(I)[C
            pop
        10: .line 450
      StackMap locals: com.ctc.wstx.util.WordResolver$Builder int int int int int int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iconst_0
            castore
        11: .line 451
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            ldc 57344
            iload 6 /* groupStart */
            iadd
            i2c
            castore
        12: .line 454
            iinc 6 /* groupStart */ 1
        13: .line 455
            iinc 5 /* groupCount */ 1
        14: .line 456
            iconst_1
            istore 8 /* gotRunt */
        start local 8 // boolean gotRunt
        15: .line 457
            goto 29
        end local 8 // boolean gotRunt
        16: .line 458
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* gotRunt */
        start local 8 // boolean gotRunt
        17: .line 462
            goto 29
        18: .line 464
      StackMap locals: int
      StackMap stack:
            aload 7 /* words */
            iload 6 /* groupStart */
            aaload
            iload 1 /* charIndex */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        start local 9 // char c
        19: .line 465
            iload 6 /* groupStart */
            iconst_1
            iadd
            istore 10 /* j */
        start local 10 // int j
        20: .line 466
            goto 22
        21: .line 467
      StackMap locals: int int
      StackMap stack:
            iinc 10 /* j */ 1
        22: .line 466
      StackMap locals:
      StackMap stack:
            iload 10 /* j */
            iload 3 /* end */
            if_icmpge 23
            aload 7 /* words */
            iload 10 /* j */
            aaload
            iload 1 /* charIndex */
            invokevirtual java.lang.String.charAt:(I)C
            iload 9 /* c */
            if_icmpeq 21
        23: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            arraylength
            if_icmple 25
        24: .line 474
            aload 0 /* this */
            iconst_2
            invokevirtual com.ctc.wstx.util.WordResolver$Builder.expand:(I)[C
            pop
        25: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iload 9 /* c */
            castore
        26: .line 477
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iload 10 /* j */
            iload 6 /* groupStart */
            isub
            i2c
            castore
        27: .line 478
            iload 10 /* j */
            istore 6 /* groupStart */
        28: .line 479
            iinc 5 /* groupCount */ 1
        end local 10 // int j
        end local 9 // char c
        29: .line 462
      StackMap locals:
      StackMap stack:
            iload 6 /* groupStart */
            iload 3 /* end */
            if_icmplt 18
        30: .line 486
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iload 4 /* structStart */
            iconst_2
            isub
            iload 5 /* groupCount */
            i2c
            castore
        31: .line 487
            iload 2 /* start */
            istore 6 /* groupStart */
        32: .line 490
            iload 8 /* gotRunt */
            ifeq 35
        33: .line 491
            iinc 4 /* structStart */ 2
        34: .line 492
            iinc 6 /* groupStart */ 1
        35: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            istore 9 /* structEnd */
        start local 9 // int structEnd
        36: .line 496
            iinc 1 /* charIndex */ 1
        37: .line 497
            goto 48
        38: .line 498
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iload 4 /* structStart */
            caload
            istore 5 /* groupCount */
        39: .line 502
            iload 5 /* groupCount */
            iconst_1
            if_icmpne 42
        40: .line 503
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iload 4 /* structStart */
            ldc 57344
            iload 6 /* groupStart */
            iadd
            i2c
            castore
        41: .line 504
            goto 46
        42: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iload 4 /* structStart */
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            i2c
            castore
        43: .line 506
            aload 0 /* this */
            iload 1 /* charIndex */
            iload 6 /* groupStart */
        44: .line 507
            iload 6 /* groupStart */
            iload 5 /* groupCount */
            iadd
        45: .line 506
            invokevirtual com.ctc.wstx.util.WordResolver$Builder.constructBranch:(III)V
        46: .line 509
      StackMap locals:
      StackMap stack:
            iload 6 /* groupStart */
            iload 5 /* groupCount */
            iadd
            istore 6 /* groupStart */
        47: .line 497
            iinc 4 /* structStart */ 2
      StackMap locals:
      StackMap stack:
        48: iload 4 /* structStart */
            iload 9 /* structEnd */
            if_icmplt 38
        49: .line 513
            return
        end local 9 // int structEnd
        end local 8 // boolean gotRunt
        end local 7 // java.lang.String[] words
        end local 6 // int groupStart
        end local 5 // int groupCount
        end local 4 // int structStart
        end local 3 // int end
        end local 2 // int start
        end local 1 // int charIndex
        end local 0 // com.ctc.wstx.util.WordResolver$Builder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   50     0         this  Lcom/ctc/wstx/util/WordResolver$Builder;
            0   50     1    charIndex  I
            0   50     2        start  I
            0   50     3          end  I
            4   50     4  structStart  I
            5   50     5   groupCount  I
            6   50     6   groupStart  I
            7   50     7        words  [Ljava/lang/String;
           15   16     8      gotRunt  Z
           17   50     8      gotRunt  Z
           19   29     9            c  C
           20   29    10            j  I
           36   50     9    structEnd  I
    MethodParameters:
           Name  Flags
      charIndex  
      start      
      end        

  private char[] expand(int);
    descriptor: (I)[C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.ctc.wstx.util.WordResolver$Builder this
        start local 1 // int needSpace
         0: .line 517
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            astore 2 /* old */
        start local 2 // char[] old
         1: .line 518
            aload 2 /* old */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 519
            iload 3 /* len */
            iload 3 /* len */
            sipush 4096
            if_icmpge 3
            iload 3 /* len */
            goto 4
      StackMap locals: com.ctc.wstx.util.WordResolver$Builder int char[] int
      StackMap stack: int
         3: iload 3 /* len */
            iconst_1
            ishr
      StackMap locals: com.ctc.wstx.util.WordResolver$Builder int char[] int
      StackMap stack: int int
         4: iadd
            istore 4 /* newSize */
        start local 4 // int newSize
         5: .line 524
            iload 4 /* newSize */
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iload 1 /* needSpace */
            iadd
            if_icmpge 7
         6: .line 525
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mSize:I
            iload 1 /* needSpace */
            iadd
            bipush 64
            iadd
            istore 4 /* newSize */
         7: .line 527
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* newSize */
            newarray 5
            putfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
         8: .line 528
            aload 2 /* old */
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 529
            aload 0 /* this */
            getfield com.ctc.wstx.util.WordResolver$Builder.mData:[C
            areturn
        end local 4 // int newSize
        end local 3 // int len
        end local 2 // char[] old
        end local 1 // int needSpace
        end local 0 // com.ctc.wstx.util.WordResolver$Builder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/ctc/wstx/util/WordResolver$Builder;
            0   10     1  needSpace  I
            1   10     2        old  [C
            2   10     3        len  I
            5   10     4    newSize  I
    MethodParameters:
           Name  Flags
      needSpace  
}
SourceFile: "WordResolver.java"
NestHost: com.ctc.wstx.util.WordResolver
InnerClasses:
  private final Builder = com.ctc.wstx.util.WordResolver$Builder of com.ctc.wstx.util.WordResolver