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

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

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=9, locals=19, args_size=6
        start local 0 // org.joni.Search$13 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 520
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 521
            aload 6 /* regex */
            getfield org.joni.Regex.enc:Lorg/jcodings/Encoding;
            astore 7 /* enc */
        start local 7 // org.jcodings.Encoding enc
         2: .line 522
            aload 1 /* matcher */
            invokevirtual org.joni.Matcher.icbuf:()[B
            astore 8 /* buf */
        start local 8 // byte[] buf
         3: .line 523
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 9 /* target */
        start local 9 // byte[] target
         4: .line 524
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 10 /* targetP */
        start local 10 // int targetP
         5: .line 525
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 11 /* targetEnd */
        start local 11 // int targetEnd
         6: .line 527
            iload 11 /* targetEnd */
            iconst_1
            isub
            istore 12 /* tail */
        start local 12 // int tail
         7: .line 528
            iload 12 /* tail */
            iload 10 /* targetP */
            isub
            istore 13 /* tlen1 */
        start local 13 // int tlen1
         8: .line 529
            iload 5 /* textRange */
            istore 14 /* end */
        start local 14 // int end
         9: .line 531
            iload 14 /* end */
            iload 13 /* tlen1 */
            iadd
            iload 4 /* textEnd */
            if_icmple 10
            iload 4 /* textEnd */
            iload 13 /* tlen1 */
            isub
            istore 14 /* end */
        10: .line 532
      StackMap locals: org.joni.Search$13 org.joni.Matcher byte[] int int int org.joni.Regex org.jcodings.Encoding byte[] byte[] int int int int int
      StackMap stack:
            iload 3 /* textP */
            istore 15 /* s */
        start local 15 // int s
        11: .line 535
            goto 20
        12: .line 536
      StackMap locals: int
      StackMap stack:
            iload 15 /* s */
            iload 13 /* tlen1 */
            iadd
            istore 16 /* se */
        start local 16 // int se
        13: .line 537
            aload 9 /* target */
            iload 10 /* targetP */
            iload 11 /* targetEnd */
            aload 2 /* text */
            iload 15 /* s */
            iload 16 /* se */
            iconst_1
            iadd
            aload 7 /* enc */
            aload 8 /* buf */
            aload 6 /* regex */
            getfield org.joni.Regex.caseFoldFlag:I
            invokestatic org.joni.Search.lowerCaseMatch:([BII[BIILorg/jcodings/Encoding;[BI)Z
            ifeq 14
            iload 15 /* s */
            ireturn
        14: .line 538
      StackMap locals: int
      StackMap stack:
            iload 15 /* s */
            iconst_1
            iadd
            iload 14 /* end */
            if_icmplt 15
            goto 21
        15: .line 539
      StackMap locals:
      StackMap stack:
            aload 6 /* regex */
            getfield org.joni.Regex.map:[B
            aload 2 /* text */
            iload 16 /* se */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            baload
            istore 17 /* skip */
        start local 17 // int skip
        16: .line 540
            iload 15 /* s */
            istore 18 /* t */
        start local 18 // int t
        17: .line 542
      StackMap locals: int int
      StackMap stack:
            iload 15 /* s */
            aload 7 /* enc */
            aload 2 /* text */
            iload 15 /* s */
            iload 4 /* textEnd */
            invokevirtual org.jcodings.Encoding.length:([BII)I
            iadd
            istore 15 /* s */
        18: .line 543
            iload 15 /* s */
            iload 18 /* t */
            isub
            iload 17 /* skip */
            if_icmpge 20
            iload 15 /* s */
            iload 14 /* end */
        19: .line 541
            if_icmplt 17
        end local 18 // int t
        end local 17 // int skip
        end local 16 // int se
        20: .line 535
      StackMap locals:
      StackMap stack:
            iload 15 /* s */
            iload 14 /* end */
            if_icmplt 12
        21: .line 557
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 15 // int s
        end local 14 // int end
        end local 13 // int tlen1
        end local 12 // int tail
        end local 11 // int targetEnd
        end local 10 // int targetP
        end local 9 // byte[] target
        end local 8 // byte[] buf
        end local 7 // org.jcodings.Encoding enc
        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$13 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lorg/joni/Search$13;
            0   22     1    matcher  Lorg/joni/Matcher;
            0   22     2       text  [B
            0   22     3      textP  I
            0   22     4    textEnd  I
            0   22     5  textRange  I
            1   22     6      regex  Lorg/joni/Regex;
            2   22     7        enc  Lorg/jcodings/Encoding;
            3   22     8        buf  [B
            4   22     9     target  [B
            5   22    10    targetP  I
            6   22    11  targetEnd  I
            7   22    12       tail  I
            8   22    13      tlen1  I
            9   22    14        end  I
           11   22    15          s  I
           13   20    16         se  I
           16   20    17       skip  I
           17   20    18          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$13
  abstract Forward = org.joni.Search$Forward of org.joni.Search