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

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

  final int search(org.joni.Matcher, byte[], int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=14, args_size=6
        start local 0 // org.joni.Search$3 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 129
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 6 /* regex */
        start local 6 // org.joni.Regex regex
         1: .line 130
            aload 6 /* regex */
            getfield org.joni.Regex.exact:[B
            astore 7 /* target */
        start local 7 // byte[] target
         2: .line 131
            aload 6 /* regex */
            getfield org.joni.Regex.exactP:I
            istore 8 /* targetP */
        start local 8 // int targetP
         3: .line 132
            aload 6 /* regex */
            getfield org.joni.Regex.exactEnd:I
            istore 9 /* targetEnd */
        start local 9 // int targetEnd
         4: .line 134
            iload 4 /* textEnd */
            istore 10 /* end */
        start local 10 // int end
         5: .line 135
            iload 10 /* end */
            iload 9 /* targetEnd */
            iload 8 /* targetP */
            isub
            iconst_1
            isub
            isub
            istore 10 /* end */
         6: .line 136
            iload 10 /* end */
            iload 5 /* textRange */
            if_icmple 7
            iload 5 /* textRange */
            istore 10 /* end */
         7: .line 137
      StackMap locals: org.joni.Search$3 org.joni.Matcher byte[] int int int org.joni.Regex byte[] int int int
      StackMap stack:
            iload 3 /* textP */
            istore 11 /* s */
        start local 11 // int s
         8: .line 139
            goto 18
         9: .line 140
      StackMap locals: int
      StackMap stack:
            aload 2 /* text */
            iload 11 /* s */
            baload
            aload 7 /* target */
            iload 8 /* targetP */
            baload
            if_icmpne 17
        10: .line 141
            iload 11 /* s */
            iconst_1
            iadd
            istore 12 /* p */
        start local 12 // int p
        11: .line 142
            iload 8 /* targetP */
            iconst_1
            iadd
            istore 13 /* t */
        start local 13 // int t
        12: .line 143
            goto 15
        13: .line 144
      StackMap locals: int int
      StackMap stack:
            aload 7 /* target */
            iload 13 /* t */
            baload
            aload 2 /* text */
            iload 12 /* p */
            iinc 12 /* p */ 1
            baload
            if_icmpeq 14
            goto 16
        14: .line 145
      StackMap locals:
      StackMap stack:
            iinc 13 /* t */ 1
        15: .line 143
      StackMap locals:
      StackMap stack:
            iload 13 /* t */
            iload 9 /* targetEnd */
            if_icmplt 13
        16: .line 148
      StackMap locals:
      StackMap stack:
            iload 13 /* t */
            iload 9 /* targetEnd */
            if_icmpne 17
            iload 11 /* s */
            ireturn
        end local 13 // int t
        end local 12 // int p
        17: .line 150
      StackMap locals:
      StackMap stack:
            iinc 11 /* s */ 1
        18: .line 139
      StackMap locals:
      StackMap stack:
            iload 11 /* s */
            iload 10 /* end */
            if_icmplt 9
        19: .line 152
            iconst_m1
            ireturn
        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$3 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/joni/Search$3;
            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
            5   20    10        end  I
            8   20    11          s  I
           11   17    12          p  I
           12   17    13          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$3
  abstract Forward = org.joni.Search$Forward of org.joni.Search