final class java.util.regex.Pattern$GroupCurly extends java.util.regex.Pattern$Node
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.regex.Pattern$GroupCurly
  super_class: java.util.regex.Pattern$Node
{
  java.util.regex.Pattern$Node atom;
    descriptor: Ljava/util/regex/Pattern$Node;
    flags: (0x0000) 

  java.util.regex.Pattern$Qtype type;
    descriptor: Ljava/util/regex/Pattern$Qtype;
    flags: (0x0000) 

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

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

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

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

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

  void <init>(java.util.regex.Pattern$Node, int, int, java.util.regex.Pattern$Qtype, int, int, boolean);
    descriptor: (Ljava/util/regex/Pattern$Node;IILjava/util/regex/Pattern$Qtype;IIZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Pattern$Node node
        start local 2 // int cmin
        start local 3 // int cmax
        start local 4 // java.util.regex.Pattern$Qtype type
        start local 5 // int local
        start local 6 // int group
        start local 7 // boolean capture
         0: .line 4509
            aload 0 /* this */
            invokespecial java.util.regex.Pattern$Node.<init>:()V
         1: .line 4511
            aload 0 /* this */
            aload 1 /* node */
            putfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
         2: .line 4512
            aload 0 /* this */
            aload 4 /* type */
            putfield java.util.regex.Pattern$GroupCurly.type:Ljava/util/regex/Pattern$Qtype;
         3: .line 4513
            aload 0 /* this */
            iload 2 /* cmin */
            putfield java.util.regex.Pattern$GroupCurly.cmin:I
         4: .line 4514
            aload 0 /* this */
            iload 3 /* cmax */
            putfield java.util.regex.Pattern$GroupCurly.cmax:I
         5: .line 4515
            aload 0 /* this */
            iload 5 /* local */
            putfield java.util.regex.Pattern$GroupCurly.localIndex:I
         6: .line 4516
            aload 0 /* this */
            iload 6 /* group */
            putfield java.util.regex.Pattern$GroupCurly.groupIndex:I
         7: .line 4517
            aload 0 /* this */
            iload 7 /* capture */
            putfield java.util.regex.Pattern$GroupCurly.capture:Z
         8: .line 4518
            return
        end local 7 // boolean capture
        end local 6 // int group
        end local 5 // int local
        end local 4 // java.util.regex.Pattern$Qtype type
        end local 3 // int cmax
        end local 2 // int cmin
        end local 1 // java.util.regex.Pattern$Node node
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljava/util/regex/Pattern$GroupCurly;
            0    9     1     node  Ljava/util/regex/Pattern$Node;
            0    9     2     cmin  I
            0    9     3     cmax  I
            0    9     4     type  Ljava/util/regex/Pattern$Qtype;
            0    9     5    local  I
            0    9     6    group  I
            0    9     7  capture  Z
    MethodParameters:
         Name  Flags
      node     
      cmin     
      cmax     
      type     
      local    
      group    
      capture  

  boolean match(java.util.regex.Matcher, int, java.lang.CharSequence);
    descriptor: (Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=4
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // java.lang.CharSequence seq
         0: .line 4520
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            astore 4 /* groups */
        start local 4 // int[] groups
         1: .line 4521
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.locals:[I
            astore 5 /* locals */
        start local 5 // int[] locals
         2: .line 4522
            aload 5 /* locals */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.localIndex:I
            iaload
            istore 6 /* save0 */
        start local 6 // int save0
         3: .line 4523
            iconst_0
            istore 7 /* save1 */
        start local 7 // int save1
         4: .line 4524
            iconst_0
            istore 8 /* save2 */
        start local 8 // int save2
         5: .line 4526
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 8
         6: .line 4527
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iaload
            istore 7 /* save1 */
         7: .line 4528
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iaload
            istore 8 /* save2 */
         8: .line 4533
      StackMap locals: java.util.regex.Pattern$GroupCurly java.util.regex.Matcher int java.lang.CharSequence int[] int[] int int int
      StackMap stack:
            aload 5 /* locals */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.localIndex:I
            iconst_m1
            iastore
         9: .line 4535
            iconst_1
            istore 9 /* ret */
        start local 9 // boolean ret
        10: .line 4536
            iconst_0
            istore 10 /* j */
        start local 10 // int j
        11: goto 21
        12: .line 4537
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifeq 18
        13: .line 4538
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 16
        14: .line 4539
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iastore
        15: .line 4540
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            iastore
        16: .line 4542
      StackMap locals:
      StackMap stack:
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            istore 2 /* i */
        17: .line 4543
            goto 20
        18: .line 4544
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* ret */
        19: .line 4545
            goto 22
        20: .line 4536
      StackMap locals:
      StackMap stack:
            iinc 10 /* j */ 1
      StackMap locals:
      StackMap stack:
        21: iload 10 /* j */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            if_icmplt 12
        end local 10 // int j
        22: .line 4548
      StackMap locals:
      StackMap stack:
            iload 9 /* ret */
            ifeq 30
        23: .line 4549
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.type:Ljava/util/regex/Pattern$Qtype;
            getstatic java.util.regex.Pattern$Qtype.GREEDY:Ljava/util/regex/Pattern$Qtype;
            if_acmpne 26
        24: .line 4550
            aload 0 /* this */
            aload 1 /* matcher */
            iload 2 /* i */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$GroupCurly.match0:(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
            istore 9 /* ret */
        25: .line 4551
            goto 30
      StackMap locals:
      StackMap stack:
        26: aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.type:Ljava/util/regex/Pattern$Qtype;
            getstatic java.util.regex.Pattern$Qtype.LAZY:Ljava/util/regex/Pattern$Qtype;
            if_acmpne 29
        27: .line 4552
            aload 0 /* this */
            aload 1 /* matcher */
            iload 2 /* i */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$GroupCurly.match1:(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
            istore 9 /* ret */
        28: .line 4553
            goto 30
        29: .line 4554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* matcher */
            iload 2 /* i */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$GroupCurly.match2:(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
            istore 9 /* ret */
        30: .line 4557
      StackMap locals:
      StackMap stack:
            iload 9 /* ret */
            ifne 35
        31: .line 4558
            aload 5 /* locals */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.localIndex:I
            iload 6 /* save0 */
            iastore
        32: .line 4559
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 35
        33: .line 4560
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 7 /* save1 */
            iastore
        34: .line 4561
            aload 4 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 8 /* save2 */
            iastore
        35: .line 4564
      StackMap locals:
      StackMap stack:
            iload 9 /* ret */
            ireturn
        end local 9 // boolean ret
        end local 8 // int save2
        end local 7 // int save1
        end local 6 // int save0
        end local 5 // int[] locals
        end local 4 // int[] groups
        end local 3 // java.lang.CharSequence seq
        end local 2 // int i
        end local 1 // java.util.regex.Matcher matcher
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Ljava/util/regex/Pattern$GroupCurly;
            0   36     1  matcher  Ljava/util/regex/Matcher;
            0   36     2        i  I
            0   36     3      seq  Ljava/lang/CharSequence;
            1   36     4   groups  [I
            2   36     5   locals  [I
            3   36     6    save0  I
            4   36     7    save1  I
            5   36     8    save2  I
           10   36     9      ret  Z
           11   22    10        j  I
    MethodParameters:
         Name  Flags
      matcher  
      i        
      seq      

  boolean match0(java.util.regex.Matcher, int, int, java.lang.CharSequence);
    descriptor: (Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // int j
        start local 4 // java.lang.CharSequence seq
         0: .line 4569
            iload 3 /* j */
            istore 5 /* min */
        start local 5 // int min
         1: .line 4570
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            astore 6 /* groups */
        start local 6 // int[] groups
         2: .line 4571
            iconst_0
            istore 7 /* save0 */
        start local 7 // int save0
         3: .line 4572
            iconst_0
            istore 8 /* save1 */
        start local 8 // int save1
         4: .line 4573
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 7
         5: .line 4574
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iaload
            istore 7 /* save0 */
         6: .line 4575
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iaload
            istore 8 /* save1 */
         7: .line 4578
      StackMap locals: java.util.regex.Pattern$GroupCurly java.util.regex.Matcher int int java.lang.CharSequence int int[] int int
      StackMap stack:
            iload 3 /* j */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            if_icmplt 9
         8: .line 4579
            goto 40
         9: .line 4580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifne 11
        10: .line 4581
            goto 40
        11: .line 4582
      StackMap locals:
      StackMap stack:
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            iload 2 /* i */
            isub
            istore 9 /* k */
        start local 9 // int k
        12: .line 4583
            iload 9 /* k */
            ifgt 18
        13: .line 4584
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 16
        14: .line 4585
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iastore
        15: .line 4586
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 2 /* i */
            iload 9 /* k */
            iadd
            iastore
        16: .line 4588
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            iload 9 /* k */
            iadd
            istore 2 /* i */
        17: .line 4589
            goto 40
        18: .line 4592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 21
        19: .line 4593
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iastore
        20: .line 4594
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 2 /* i */
            iload 9 /* k */
            iadd
            iastore
        21: .line 4596
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 9 /* k */
            iadd
            istore 2 /* i */
        22: .line 4597
            iinc 3 /* j */ 1
            iload 3 /* j */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            if_icmplt 24
        23: .line 4598
            goto 39
        24: .line 4599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifne 26
        25: .line 4600
            goto 39
        26: .line 4601
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 9 /* k */
            iadd
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            if_icmpeq 18
        27: .line 4602
            aload 0 /* this */
            aload 1 /* matcher */
            iload 2 /* i */
            iload 3 /* j */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$GroupCurly.match0:(Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
            ifeq 39
        28: .line 4603
            iconst_1
            ireturn
        29: .line 4608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifeq 34
        30: .line 4609
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 33
        31: .line 4610
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 2 /* i */
            iastore
        32: .line 4611
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iload 9 /* k */
            isub
            iastore
        33: .line 4613
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        34: .line 4616
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 9 /* k */
            isub
            istore 2 /* i */
        35: .line 4617
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 38
        36: .line 4618
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 2 /* i */
            iastore
        37: .line 4619
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iload 9 /* k */
            isub
            iastore
        38: .line 4621
      StackMap locals:
      StackMap stack:
            iinc 3 /* j */ -1
        39: .line 4607
      StackMap locals:
      StackMap stack:
            iload 3 /* j */
            iload 5 /* min */
            if_icmpgt 29
        end local 9 // int k
        40: .line 4626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 43
        41: .line 4627
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 7 /* save0 */
            iastore
        42: .line 4628
            aload 6 /* groups */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            iload 8 /* save1 */
            iastore
        43: .line 4630
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ireturn
        end local 8 // int save1
        end local 7 // int save0
        end local 6 // int[] groups
        end local 5 // int min
        end local 4 // java.lang.CharSequence seq
        end local 3 // int j
        end local 2 // int i
        end local 1 // java.util.regex.Matcher matcher
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   44     0     this  Ljava/util/regex/Pattern$GroupCurly;
            0   44     1  matcher  Ljava/util/regex/Matcher;
            0   44     2        i  I
            0   44     3        j  I
            0   44     4      seq  Ljava/lang/CharSequence;
            1   44     5      min  I
            2   44     6   groups  [I
            3   44     7    save0  I
            4   44     8    save1  I
           12   40     9        k  I
    MethodParameters:
         Name  Flags
      matcher  
      i        
      j        
      seq      

  boolean match1(java.util.regex.Matcher, int, int, java.lang.CharSequence);
    descriptor: (Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // int j
        start local 4 // java.lang.CharSequence seq
         0: .line 4635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifeq 2
         1: .line 4636
            iconst_1
            ireturn
         2: .line 4637
      StackMap locals:
      StackMap stack:
            iload 3 /* j */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            if_icmplt 4
         3: .line 4638
            iconst_0
            ireturn
         4: .line 4639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifne 6
         5: .line 4640
            iconst_0
            ireturn
         6: .line 4641
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            if_icmpne 8
         7: .line 4642
            iconst_0
            ireturn
         8: .line 4643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 11
         9: .line 4644
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iastore
        10: .line 4645
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            iastore
        11: .line 4647
      StackMap locals:
      StackMap stack:
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            istore 2 /* i */
        12: .line 4648
            iinc 3 /* j */ 1
        13: .line 4634
            goto 0
        end local 4 // java.lang.CharSequence seq
        end local 3 // int j
        end local 2 // int i
        end local 1 // java.util.regex.Matcher matcher
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/util/regex/Pattern$GroupCurly;
            0   14     1  matcher  Ljava/util/regex/Matcher;
            0   14     2        i  I
            0   14     3        j  I
            0   14     4      seq  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      matcher  
      i        
      j        
      seq      

  boolean match2(java.util.regex.Matcher, int, int, java.lang.CharSequence);
    descriptor: (Ljava/util/regex/Matcher;IILjava/lang/CharSequence;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // int j
        start local 4 // java.lang.CharSequence seq
         0: .line 4653
            goto 10
         1: .line 4654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ifne 3
         2: .line 4655
            goto 11
         3: .line 4657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.capture:Z
            ifeq 6
         4: .line 4658
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iload 2 /* i */
            iastore
         5: .line 4659
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.groups:[I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.groupIndex:I
            iconst_1
            iadd
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            iastore
         6: .line 4661
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            if_icmpne 8
         7: .line 4662
            goto 11
         8: .line 4664
      StackMap locals:
      StackMap stack:
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.last:I
            istore 2 /* i */
         9: .line 4653
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* j */
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            if_icmplt 1
        11: .line 4666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            aload 4 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ireturn
        end local 4 // java.lang.CharSequence seq
        end local 3 // int j
        end local 2 // int i
        end local 1 // java.util.regex.Matcher matcher
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Ljava/util/regex/Pattern$GroupCurly;
            0   12     1  matcher  Ljava/util/regex/Matcher;
            0   12     2        i  I
            0   12     3        j  I
            0   12     4      seq  Ljava/lang/CharSequence;
    MethodParameters:
         Name  Flags
      matcher  
      i        
      j        
      seq      

  boolean study(java.util.regex.Pattern$TreeInfo);
    descriptor: (Ljava/util/regex/Pattern$TreeInfo;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // java.util.regex.Pattern$GroupCurly this
        start local 1 // java.util.regex.Pattern$TreeInfo info
         0: .line 4670
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.minLength:I
            istore 2 /* minL */
        start local 2 // int minL
         1: .line 4671
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.maxLength:I
            istore 3 /* maxL */
        start local 3 // int maxL
         2: .line 4672
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.maxValid:Z
            istore 4 /* maxV */
        start local 4 // boolean maxV
         3: .line 4673
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.deterministic:Z
            istore 5 /* detm */
        start local 5 // boolean detm
         4: .line 4674
            aload 1 /* info */
            invokevirtual java.util.regex.Pattern$TreeInfo.reset:()V
         5: .line 4676
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.atom:Ljava/util/regex/Pattern$Node;
            aload 1 /* info */
            invokevirtual java.util.regex.Pattern$Node.study:(Ljava/util/regex/Pattern$TreeInfo;)Z
            pop
         6: .line 4678
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.minLength:I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            imul
            iload 2 /* minL */
            iadd
            istore 6 /* temp */
        start local 6 // int temp
         7: .line 4679
            iload 6 /* temp */
            iload 2 /* minL */
            if_icmpge 9
         8: .line 4680
            ldc 268435455
            istore 6 /* temp */
         9: .line 4682
      StackMap locals: java.util.regex.Pattern$GroupCurly java.util.regex.Pattern$TreeInfo int int int int int
      StackMap stack:
            aload 1 /* info */
            iload 6 /* temp */
            putfield java.util.regex.Pattern$TreeInfo.minLength:I
        10: .line 4684
            iload 4 /* maxV */
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.maxValid:Z
            iand
            ifeq 16
        11: .line 4685
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.maxLength:I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            imul
            iload 3 /* maxL */
            iadd
            istore 6 /* temp */
        12: .line 4686
            aload 1 /* info */
            iload 6 /* temp */
            putfield java.util.regex.Pattern$TreeInfo.maxLength:I
        13: .line 4687
            iload 6 /* temp */
            iload 3 /* maxL */
            if_icmpge 17
        14: .line 4688
            aload 1 /* info */
            iconst_0
            putfield java.util.regex.Pattern$TreeInfo.maxValid:Z
        15: .line 4690
            goto 17
        16: .line 4691
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield java.util.regex.Pattern$TreeInfo.maxValid:Z
        17: .line 4694
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getfield java.util.regex.Pattern$TreeInfo.deterministic:Z
            ifeq 20
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmin:I
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.cmax:I
            if_icmpne 20
        18: .line 4695
            aload 1 /* info */
            iload 5 /* detm */
            putfield java.util.regex.Pattern$TreeInfo.deterministic:Z
        19: .line 4696
            goto 21
        20: .line 4697
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield java.util.regex.Pattern$TreeInfo.deterministic:Z
        21: .line 4699
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.regex.Pattern$GroupCurly.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* info */
            invokevirtual java.util.regex.Pattern$Node.study:(Ljava/util/regex/Pattern$TreeInfo;)Z
            ireturn
        end local 6 // int temp
        end local 5 // boolean detm
        end local 4 // boolean maxV
        end local 3 // int maxL
        end local 2 // int minL
        end local 1 // java.util.regex.Pattern$TreeInfo info
        end local 0 // java.util.regex.Pattern$GroupCurly this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Ljava/util/regex/Pattern$GroupCurly;
            0   22     1  info  Ljava/util/regex/Pattern$TreeInfo;
            1   22     2  minL  I
            2   22     3  maxL  I
            3   22     4  maxV  Z
            4   22     5  detm  Z
            7   22     6  temp  I
    MethodParameters:
      Name  Flags
      info  
}
SourceFile: "Pattern.java"
NestHost: java.util.regex.Pattern
InnerClasses:
  final GroupCurly = java.util.regex.Pattern$GroupCurly of java.util.regex.Pattern
  Node = java.util.regex.Pattern$Node of java.util.regex.Pattern
  final Qtype = java.util.regex.Pattern$Qtype of java.util.regex.Pattern
  final TreeInfo = java.util.regex.Pattern$TreeInfo of java.util.regex.Pattern