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

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

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=9, locals=17, args_size=6
        start local 0 // org.joni.Search$11 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 417
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 418
            aload 6 /* regex */
            getfield org.joni.Regex.enc:Lorg/jcodings/Encoding;
            astore 7 /* enc */
        start local 7 // org.jcodings.Encoding enc
         2: .line 419
            aload 1 /* matcher */
            invokevirtual org.joni.Matcher.icbuf:()[B
            astore 8 /* buf */
        start local 8 // byte[] buf
         3: .line 420
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 9 /* target */
        start local 9 // byte[] target
         4: .line 421
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 10 /* targetP */
        start local 10 // int targetP
         5: .line 422
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 11 /* targetEnd */
        start local 11 // int targetEnd
         6: .line 425
            iload 11 /* targetEnd */
            iconst_1
            isub
            istore 15 /* tail */
        start local 15 // int tail
         7: .line 427
            iload 15 /* tail */
            iload 10 /* targetP */
            isub
            istore 14 /* tlen1 */
        start local 14 // int tlen1
         8: .line 428
            iload 5 /* textRange */
            iload 14 /* tlen1 */
            iadd
            istore 12 /* end */
        start local 12 // int end
         9: .line 429
            iload 3 /* textP */
            iload 14 /* tlen1 */
            iadd
            istore 13 /* s */
        start local 13 // int s
        10: .line 434
            iload 12 /* end */
            iload 4 /* textEnd */
            if_icmple 16
            iload 4 /* textEnd */
            istore 12 /* end */
        11: .line 437
            goto 16
        12: .line 438
      StackMap locals: org.joni.Search$11 org.joni.Matcher byte[] int int int org.joni.Regex org.jcodings.Encoding byte[] byte[] int int int int int int
      StackMap stack:
            iload 13 /* s */
            iload 14 /* tlen1 */
            isub
            istore 16 /* p */
        start local 16 // int p
        13: .line 439
            aload 9 /* target */
            iload 10 /* targetP */
            iload 11 /* targetEnd */
            aload 2 /* text */
            iload 16 /* p */
            iload 13 /* s */
            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 16 /* p */
            ireturn
        14: .line 441
      StackMap locals: int
      StackMap stack:
            iload 13 /* s */
            iconst_1
            iadd
            iload 12 /* end */
            if_icmplt 15
            goto 17
        15: .line 442
      StackMap locals:
      StackMap stack:
            iload 13 /* s */
            aload 6 /* regex */
            getfield org.joni.Regex.map:[B
            aload 2 /* text */
            iload 13 /* s */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            baload
            iadd
            istore 13 /* s */
        end local 16 // int p
        16: .line 437
      StackMap locals:
      StackMap stack:
            iload 13 /* s */
            iload 12 /* end */
            if_icmplt 12
        17: .line 453
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 15 // int tail
        end local 14 // int tlen1
        end local 13 // int s
        end local 12 // int end
        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$11 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/joni/Search$11;
            0   18     1    matcher  Lorg/joni/Matcher;
            0   18     2       text  [B
            0   18     3      textP  I
            0   18     4    textEnd  I
            0   18     5  textRange  I
            1   18     6      regex  Lorg/joni/Regex;
            2   18     7        enc  Lorg/jcodings/Encoding;
            3   18     8        buf  [B
            4   18     9     target  [B
            5   18    10    targetP  I
            6   18    11  targetEnd  I
            9   18    12        end  I
           10   18    13          s  I
            8   18    14      tlen1  I
            7   18    15       tail  I
           13   16    16          p  I
    MethodParameters:
           Name  Flags
      matcher    
      text       
      textP      
      textEnd    
      textRange  
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$11
  abstract Forward = org.joni.Search$Forward of org.joni.Search