class java.util.regex.Pattern$SliceI extends java.util.regex.Pattern$SliceNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.regex.Pattern$SliceI
  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$SliceI this
        start local 1 // int[] buf
         0: .line 4122
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial java.util.regex.Pattern$SliceNode.<init>:([I)V
         1: .line 4123
            return
        end local 1 // int[] buf
        end local 0 // java.util.regex.Pattern$SliceI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/regex/Pattern$SliceI;
            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=8, args_size=4
        start local 0 // java.util.regex.Pattern$SliceI this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // java.lang.CharSequence seq
         0: .line 4125
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceI.buffer:[I
            astore 4 /* buf */
        start local 4 // int[] buf
         1: .line 4126
            aload 4 /* buf */
            arraylength
            istore 5 /* len */
        start local 5 // int len
         2: .line 4127
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         3: goto 12
         4: .line 4128
      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 4129
            aload 1 /* matcher */
            iconst_1
            putfield java.util.regex.Matcher.hitEnd:Z
         6: .line 4130
            iconst_0
            ireturn
         7: .line 4132
      StackMap locals:
      StackMap stack:
            aload 3 /* seq */
            iload 2 /* i */
            iload 6 /* j */
            iadd
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 7 /* c */
        start local 7 // int c
         8: .line 4133
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            iload 7 /* c */
            if_icmpeq 11
         9: .line 4134
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            iload 7 /* c */
            invokestatic java.util.regex.ASCII.toLower:(I)I
            if_icmpeq 11
        10: .line 4135
            iconst_0
            ireturn
        end local 7 // int c
        11: .line 4127
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* j */
            iload 5 /* len */
            if_icmplt 4
        end local 6 // int j
        13: .line 4137
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceI.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$SliceI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/util/regex/Pattern$SliceI;
            0   14     1  matcher  Ljava/util/regex/Matcher;
            0   14     2        i  I
            0   14     3      seq  Ljava/lang/CharSequence;
            1   14     4      buf  [I
            2   14     5      len  I
            3   13     6        j  I
            8   11     7        c  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
  SliceI = java.util.regex.Pattern$SliceI of java.util.regex.Pattern
  SliceNode = java.util.regex.Pattern$SliceNode of java.util.regex.Pattern