class org.joni.Search$9 extends org.joni.Search$Forward
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joni.Search$9
  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$9 this
         0: .line 303
            aload 0 /* this */
            invokespecial org.joni.Search$Forward.<init>:()V
            return
        end local 0 // org.joni.Search$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$9;

  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$9 this
         0: .line 306
            ldc "EXACT_BM_FORWARD"
            areturn
        end local 0 // org.joni.Search$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$9;

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=15, args_size=6
        start local 0 // org.joni.Search$9 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 310
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 311
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 7 /* target */
        start local 7 // byte[] target
         2: .line 312
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 8 /* targetP */
        start local 8 // int targetP
         3: .line 313
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 9 /* targetEnd */
        start local 9 // int targetEnd
         4: .line 316
            iload 9 /* targetEnd */
            iconst_1
            isub
            istore 12 /* tail */
        start local 12 // int tail
         5: .line 318
            iload 12 /* tail */
            iload 8 /* targetP */
            isub
            istore 13 /* tlen1 */
        start local 13 // int tlen1
         6: .line 319
            iload 5 /* textRange */
            iload 13 /* tlen1 */
            iadd
            istore 10 /* end */
        start local 10 // int end
         7: .line 320
            iload 3 /* textP */
            iload 13 /* tlen1 */
            iadd
            istore 11 /* s */
        end local 13 // int tlen1
        start local 11 // int s
         8: .line 325
            iload 10 /* end */
            iload 4 /* textEnd */
            if_icmple 18
            iload 4 /* textEnd */
            istore 10 /* end */
         9: .line 328
            goto 18
        10: .line 329
      StackMap locals: org.joni.Search$9 org.joni.Matcher byte[] int int int org.joni.Regex byte[] int int int int int
      StackMap stack:
            iload 11 /* s */
            istore 13 /* p */
        start local 13 // int p
        11: .line 330
            iload 12 /* tail */
            istore 14 /* t */
        start local 14 // int t
        12: .line 332
            goto 15
        13: .line 333
      StackMap locals: int int
      StackMap stack:
            iload 14 /* t */
            iload 8 /* targetP */
            if_icmpne 14
            iload 13 /* p */
            ireturn
        14: .line 334
      StackMap locals:
      StackMap stack:
            iinc 13 /* p */ -1
            iinc 14 /* t */ -1
        15: .line 332
      StackMap locals:
      StackMap stack:
            aload 2 /* text */
            iload 13 /* p */
            baload
            aload 7 /* target */
            iload 14 /* t */
            baload
            if_icmpeq 13
        16: .line 336
            iload 11 /* s */
            iconst_1
            iadd
            iload 10 /* end */
            if_icmplt 17
            goto 19
        17: .line 337
      StackMap locals:
      StackMap stack:
            iload 11 /* s */
            aload 6 /* regex */
            getfield org.joni.Regex.map:[B
            aload 2 /* text */
            iload 11 /* s */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            baload
            iadd
            istore 11 /* s */
        end local 14 // int t
        end local 13 // int p
        18: .line 328
      StackMap locals:
      StackMap stack:
            iload 11 /* s */
            iload 10 /* end */
            if_icmplt 10
        19: .line 353
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 12 // int tail
        end local 11 // int s
        end local 10 // int end
        end local 9 // int targetEnd
        end local 8 // int targetP
        end local 7 // byte[] target
        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$9 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/joni/Search$9;
            0   20     1    matcher  Lorg/joni/Matcher;
            0   20     2       text  [B
            0   20     3      textP  I
            0   20     4    textEnd  I
            0   20     5  textRange  I
            1   20     6      regex  Lorg/joni/Regex;
            2   20     7     target  [B
            3   20     8    targetP  I
            4   20     9  targetEnd  I
            7   20    10        end  I
            8   20    11          s  I
            5   20    12       tail  I
            6    8    13      tlen1  I
           11   18    13          p  I
           12   18    14          t  I
    MethodParameters:
           Name  Flags
      matcher    
      text       
      textP      
      textEnd    
      textRange  
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$9
  abstract Forward = org.joni.Search$Forward of org.joni.Search