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

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

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=15, args_size=6
        start local 0 // org.joni.Search$7 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 242
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 243
            aload 6 /* regex */
            getfield org.joni.Regex.enc:Lorg/jcodings/Encoding;
            invokevirtual org.jcodings.Encoding.toLowerCaseTable:()[B
            astore 7 /* toLowerTable */
        start local 7 // byte[] toLowerTable
         2: .line 244
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 8 /* target */
        start local 8 // byte[] target
         3: .line 245
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 9 /* targetP */
        start local 9 // int targetP
         4: .line 246
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 10 /* targetEnd */
        start local 10 // int targetEnd
         5: .line 248
            iload 4 /* textEnd */
            istore 11 /* end */
        start local 11 // int end
         6: .line 249
            iload 11 /* end */
            iload 10 /* targetEnd */
            iload 9 /* targetP */
            isub
            iconst_1
            isub
            isub
            istore 11 /* end */
         7: .line 251
            iload 11 /* end */
            iload 5 /* textRange */
            if_icmple 8
            iload 5 /* textRange */
            istore 11 /* end */
         8: .line 252
      StackMap locals: org.joni.Search$7 org.joni.Matcher byte[] int int int org.joni.Regex byte[] byte[] int int int
      StackMap stack:
            iload 3 /* textP */
            istore 12 /* s */
        start local 12 // int s
         9: .line 254
            goto 19
        10: .line 255
      StackMap locals: int
      StackMap stack:
            aload 8 /* target */
            iload 9 /* targetP */
            baload
            aload 7 /* toLowerTable */
            aload 2 /* text */
            iload 12 /* s */
            baload
            sipush 255
            iand
            baload
            if_icmpne 18
        11: .line 256
            iload 12 /* s */
            iconst_1
            iadd
            istore 13 /* p */
        start local 13 // int p
        12: .line 257
            iload 9 /* targetP */
            iconst_1
            iadd
            istore 14 /* t */
        start local 14 // int t
        13: .line 258
            goto 16
        14: .line 259
      StackMap locals: int int
      StackMap stack:
            aload 8 /* target */
            iload 14 /* t */
            baload
            aload 7 /* toLowerTable */
            aload 2 /* text */
            iload 13 /* p */
            iinc 13 /* p */ 1
            baload
            sipush 255
            iand
            baload
            if_icmpeq 15
            goto 17
        15: .line 260
      StackMap locals:
      StackMap stack:
            iinc 14 /* t */ 1
        16: .line 258
      StackMap locals:
      StackMap stack:
            iload 14 /* t */
            iload 10 /* targetEnd */
            if_icmplt 14
        17: .line 263
      StackMap locals:
      StackMap stack:
            iload 14 /* t */
            iload 10 /* targetEnd */
            if_icmpne 18
            iload 12 /* s */
            ireturn
        end local 14 // int t
        end local 13 // int p
        18: .line 265
      StackMap locals:
      StackMap stack:
            iinc 12 /* s */ 1
        19: .line 254
      StackMap locals:
      StackMap stack:
            iload 12 /* s */
            iload 11 /* end */
            if_icmplt 10
        20: .line 267
            iconst_m1
            ireturn
        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 // byte[] toLowerTable
        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$7 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lorg/joni/Search$7;
            0   21     1       matcher  Lorg/joni/Matcher;
            0   21     2          text  [B
            0   21     3         textP  I
            0   21     4       textEnd  I
            0   21     5     textRange  I
            1   21     6         regex  Lorg/joni/Regex;
            2   21     7  toLowerTable  [B
            3   21     8        target  [B
            4   21     9       targetP  I
            5   21    10     targetEnd  I
            6   21    11           end  I
            9   21    12             s  I
           12   18    13             p  I
           13   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$7
  abstract Forward = org.joni.Search$Forward of org.joni.Search