class java.util.regex.Pattern$SliceIS extends java.util.regex.Pattern$SliceNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.regex.Pattern$SliceIS
  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$SliceIS this
        start local 1 // int[] buf
         0: .line 4201
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial java.util.regex.Pattern$SliceNode.<init>:([I)V
         1: .line 4202
            return
        end local 1 // int[] buf
        end local 0 // java.util.regex.Pattern$SliceIS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/regex/Pattern$SliceIS;
            0    2     1   buf  [I
    MethodParameters:
      Name  Flags
      buf   

  int toLower(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.regex.Pattern$SliceIS this
        start local 1 // int c
         0: .line 4204
            iload 1 /* c */
            invokestatic java.util.regex.ASCII.toLower:(I)I
            ireturn
        end local 1 // int c
        end local 0 // java.util.regex.Pattern$SliceIS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/regex/Pattern$SliceIS;
            0    1     1     c  I
    MethodParameters:
      Name  Flags
      c     

  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$SliceIS this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // java.lang.CharSequence seq
         0: .line 4207
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceIS.buffer:[I
            astore 4 /* buf */
        start local 4 // int[] buf
         1: .line 4208
            iload 2 /* i */
            istore 5 /* x */
        start local 5 // int x
         2: .line 4209
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         3: goto 15
         4: .line 4210
      StackMap locals: int[] int int
      StackMap stack:
            iload 5 /* x */
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.to:I
            if_icmplt 7
         5: .line 4211
            aload 1 /* matcher */
            iconst_1
            putfield java.util.regex.Matcher.hitEnd:Z
         6: .line 4212
            iconst_0
            ireturn
         7: .line 4214
      StackMap locals:
      StackMap stack:
            aload 3 /* seq */
            iload 5 /* x */
            invokestatic java.lang.Character.codePointAt:(Ljava/lang/CharSequence;I)I
            istore 7 /* c */
        start local 7 // int c
         8: .line 4215
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            iload 7 /* c */
            if_icmpeq 10
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            aload 0 /* this */
            iload 7 /* c */
            invokevirtual java.util.regex.Pattern$SliceIS.toLower:(I)I
            if_icmpeq 10
         9: .line 4216
            iconst_0
            ireturn
        10: .line 4217
      StackMap locals: int
      StackMap stack:
            iload 5 /* x */
            iload 7 /* c */
            invokestatic java.lang.Character.charCount:(I)I
            iadd
            istore 5 /* x */
        11: .line 4218
            iload 5 /* x */
            aload 1 /* matcher */
            getfield java.util.regex.Matcher.to:I
            if_icmple 14
        12: .line 4219
            aload 1 /* matcher */
            iconst_1
            putfield java.util.regex.Matcher.hitEnd:Z
        13: .line 4220
            iconst_0
            ireturn
        end local 7 // int c
        14: .line 4209
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* j */
            aload 4 /* buf */
            arraylength
            if_icmplt 4
        end local 6 // int j
        16: .line 4223
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceIS.next:Ljava/util/regex/Pattern$Node;
            aload 1 /* matcher */
            iload 5 /* x */
            aload 3 /* seq */
            invokevirtual java.util.regex.Pattern$Node.match:(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z
            ireturn
        end local 5 // int x
        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$SliceIS this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Ljava/util/regex/Pattern$SliceIS;
            0   17     1  matcher  Ljava/util/regex/Matcher;
            0   17     2        i  I
            0   17     3      seq  Ljava/lang/CharSequence;
            1   17     4      buf  [I
            2   17     5        x  I
            3   16     6        j  I
            8   14     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
  SliceIS = java.util.regex.Pattern$SliceIS of java.util.regex.Pattern
  SliceNode = java.util.regex.Pattern$SliceNode of java.util.regex.Pattern