class java.util.regex.Pattern$Slice extends java.util.regex.Pattern$SliceNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.regex.Pattern$Slice
  super_class: java.util.regex.Pattern$SliceNode
{
  void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.regex.Pattern$Slice this
        start local 1 // int[] buf
         0: .line 4099
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial java.util.regex.Pattern$SliceNode.<init>:([I)V
         1: .line 4100
            return
        end local 1 // int[] buf
        end local 0 // java.util.regex.Pattern$Slice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/regex/Pattern$Slice;
            0    2     1   buf  [I
    MethodParameters:
      Name  Flags
      buf   

  boolean match(java.util.regex.Matcher, int, java.lang.CharSequence);
    descriptor: (Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // java.util.regex.Pattern$Slice this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // java.lang.CharSequence seq
         0: .line 4102
            aload 0 /* this */
            getfield java.util.regex.Pattern$Slice.buffer:[I
            astore 4 /* buf */
        start local 4 // int[] buf
         1: .line 4103
            aload 4 /* buf */
            arraylength
            istore 5 /* len */
        start local 5 // int len
         2: .line 4104
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         3: goto 10
         4: .line 4105
      StackMap locals: int[] int int
      StackMap stack:
            iload 2 /* i */
            iload 6 /* j */
            iadd
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.to:I
            if_icmplt 7
         5: .line 4106
            aload 1 /* matcher */
            iconst_1
            putfield java.util.regex.Matcher.hitEnd:Z
         6: .line 4107
            iconst_0
            ireturn
         7: .line 4109
      StackMap locals:
      StackMap stack:
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            aload 3 /* seq */
            iload 2 /* i */
            iload 6 /* j */
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            if_icmpeq 9
         8: .line 4110
            iconst_0
            ireturn
         9: .line 4104
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* j */
            iload 5 /* len */
            if_icmplt 4
        end local 6 // int j
        11: .line 4112
            aload 0 /* this */
            getfield java.util.regex.Pattern$Slice.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 2 /* i */
            iload 5 /* len */
            iadd
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ireturn
        end local 5 // int len
        end local 4 // int[] buf
        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$Slice this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Ljava/util/regex/Pattern$Slice;
            0   12     1  matcher  Ljava/util/regex/Matcher;
            0   12     2        i  I
            0   12     3      seq  Ljava/lang/CharSequence;
            1   12     4      buf  [I
            2   12     5      len  I
            3   11     6        j  I
    MethodParameters:
         Name  Flags
      matcher  
      i        
      seq      
}
SourceFile: "Pattern.java"
NestHost: java.util.regex.Pattern
InnerClasses:
  Node = java.util.regex.Pattern$Node of java.util.regex.Pattern
  Slice = java.util.regex.Pattern$Slice of java.util.regex.Pattern
  SliceNode = java.util.regex.Pattern$SliceNode of java.util.regex.Pattern