final class java.util.regex.Pattern$SliceU extends java.util.regex.Pattern$SliceNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.regex.Pattern$SliceU
  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$SliceU this
        start local 1 // int[] buf
         0: .line 4147
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial java.util.regex.Pattern$SliceNode.<init>:([I)V
         1: .line 4148
            return
        end local 1 // int[] buf
        end local 0 // java.util.regex.Pattern$SliceU this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/regex/Pattern$SliceU;
            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$SliceU this
        start local 1 // java.util.regex.Matcher matcher
        start local 2 // int i
        start local 3 // java.lang.CharSequence seq
         0: .line 4150
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceU.buffer:[I
            astore 4 /* buf */
        start local 4 // int[] buf
         1: .line 4151
            aload 4 /* buf */
            arraylength
            istore 5 /* len */
        start local 5 // int len
         2: .line 4152
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         3: goto 12
         4: .line 4153
      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 4154
            aload 1 /* matcher */
            iconst_1
            putfield java.util.regex.Matcher.hitEnd:Z
         6: .line 4155
            iconst_0
            ireturn
         7: .line 4157
      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 4158
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            iload 7 /* c */
            if_icmpeq 11
         9: .line 4159
            aload 4 /* buf */
            iload 6 /* j */
            iaload
            iload 7 /* c */
            invokestatic java.lang.Character.toUpperCase:(I)I
            invokestatic java.lang.Character.toLowerCase:(I)I
            if_icmpeq 11
        10: .line 4160
            iconst_0
            ireturn
        end local 7 // int c
        11: .line 4152
      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 4162
            aload 0 /* this */
            getfield java.util.regex.Pattern$SliceU.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$SliceU this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/util/regex/Pattern$SliceU;
            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
  SliceNode = java.util.regex.Pattern$SliceNode of java.util.regex.Pattern
  final SliceU = java.util.regex.Pattern$SliceU of java.util.regex.Pattern