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

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

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=9, locals=14, args_size=6
        start local 0 // org.joni.Search$5 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 192
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 193
            aload 6 /* regex */
            getfield org.joni.Regex.enc:Lorg/jcodings/Encoding;
            astore 7 /* enc */
        start local 7 // org.jcodings.Encoding enc
         2: .line 194
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 8 /* target */
        start local 8 // byte[] target
         3: .line 195
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 9 /* targetP */
        start local 9 // int targetP
         4: .line 196
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 10 /* targetEnd */
        start local 10 // int targetEnd
         5: .line 198
            iload 4 /* textEnd */
            istore 11 /* end */
        start local 11 // int end
         6: .line 199
            iload 11 /* end */
            iload 10 /* targetEnd */
            iload 9 /* targetP */
            isub
            iconst_1
            isub
            isub
            istore 11 /* end */
         7: .line 200
            iload 11 /* end */
            iload 5 /* textRange */
            if_icmple 8
            iload 5 /* textRange */
            istore 11 /* end */
         8: .line 201
      StackMap locals: org.joni.Search$5 org.joni.Matcher byte[] int int int org.joni.Regex org.jcodings.Encoding byte[] int int int
      StackMap stack:
            iload 3 /* textP */
            istore 12 /* s */
        start local 12 // int s
         9: .line 202
            aload 1 /* matcher */
            invokevirtual org.joni.Matcher.icbuf:()[B
            astore 13 /* buf */
        start local 13 // byte[] buf
        10: .line 204
            goto 13
        11: .line 205
      StackMap locals: int byte[]
      StackMap stack:
            aload 8 /* target */
            iload 9 /* targetP */
            iload 10 /* targetEnd */
            aload 2 /* text */
            iload 12 /* s */
            iload 4 /* textEnd */
            aload 7 /* enc */
            aload 13 /* buf */
            aload 6 /* regex */
            getfield org.joni.Regex.caseFoldFlag:I
            invokestatic org.joni.Search.lowerCaseMatch:([BII[BIILorg/jcodings/Encoding;[BI)Z
            ifeq 12
            iload 12 /* s */
            ireturn
        12: .line 206
      StackMap locals:
      StackMap stack:
            iload 12 /* s */
            aload 7 /* enc */
            aload 2 /* text */
            iload 12 /* s */
            iload 4 /* textEnd */
            invokevirtual org.jcodings.Encoding.length:([BII)I
            iadd
            istore 12 /* s */
        13: .line 204
      StackMap locals:
      StackMap stack:
            iload 12 /* s */
            iload 11 /* end */
            if_icmplt 11
        14: .line 208
            iconst_m1
            ireturn
        end local 13 // byte[] buf
        end local 12 // int s
        end local 11 // int end
        end local 10 // int targetEnd
        end local 9 // int targetP
        end local 8 // byte[] target
        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$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/joni/Search$5;
            0   15     1    matcher  Lorg/joni/Matcher;
            0   15     2       text  [B
            0   15     3      textP  I
            0   15     4    textEnd  I
            0   15     5  textRange  I
            1   15     6      regex  Lorg/joni/Regex;
            2   15     7        enc  Lorg/jcodings/Encoding;
            3   15     8     target  [B
            4   15     9    targetP  I
            5   15    10  targetEnd  I
            6   15    11        end  I
            9   15    12          s  I
           10   15    13        buf  [B
    MethodParameters:
           Name  Flags
      matcher    
      text       
      textP      
      textEnd    
      textRange  
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$5
  abstract Forward = org.joni.Search$Forward of org.joni.Search