class org.joni.Search$16 extends org.joni.Search$Forward
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joni.Search$16
  super_class: org.joni.Search$Forward
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.Search$16 this
         0: .line 599
            aload 0 /* this */
            invokespecial org.joni.Search$Forward.<init>:()V
            return
        end local 0 // org.joni.Search$16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$16;

  final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.Search$16 this
         0: .line 602
            ldc "MAP_SB_FORWARD"
            areturn
        end local 0 // org.joni.Search$16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$16;

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=9, args_size=6
        start local 0 // org.joni.Search$16 this
        start local 1 // org.joni.Matcher matcher
        start local 2 // byte[] text
        start local 3 // int textP
        start local 4 // int textEnd
        start local 5 // int textRange
         0: .line 606
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 607
            aload 6 /* regex */
            getfield org.joni.Regex.map:[B
            astore 7 /* map */
        start local 7 // byte[] map
         2: .line 608
            iload 3 /* textP */
            istore 8 /* s */
        start local 8 // int s
         3: .line 610
            goto 6
         4: .line 611
      StackMap locals: org.joni.Regex byte[] int
      StackMap stack:
            aload 7 /* map */
            aload 2 /* text */
            iload 8 /* s */
            baload
            sipush 255
            iand
            baload
            ifeq 5
            iload 8 /* s */
            ireturn
         5: .line 612
      StackMap locals:
      StackMap stack:
            iinc 8 /* s */ 1
         6: .line 610
      StackMap locals:
      StackMap stack:
            iload 8 /* s */
            iload 5 /* textRange */
            if_icmplt 4
         7: .line 614
            iconst_m1
            ireturn
        end local 8 // int s
        end local 7 // byte[] map
        end local 6 // org.joni.Regex regex
        end local 5 // int textRange
        end local 4 // int textEnd
        end local 3 // int textP
        end local 2 // byte[] text
        end local 1 // org.joni.Matcher matcher
        end local 0 // org.joni.Search$16 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/joni/Search$16;
            0    8     1    matcher  Lorg/joni/Matcher;
            0    8     2       text  [B
            0    8     3      textP  I
            0    8     4    textEnd  I
            0    8     5  textRange  I
            1    8     6      regex  Lorg/joni/Regex;
            2    8     7        map  [B
            3    8     8          s  I
    MethodParameters:
           Name  Flags
      matcher    
      text       
      textP      
      textEnd    
      textRange  
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$16
  abstract Forward = org.joni.Search$Forward of org.joni.Search