class org.joni.Search$17 extends org.joni.Search$Backward
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joni.Search$17
  super_class: org.joni.Search$Backward
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.Search$17 this
         0: .line 618
            aload 0 /* this */
            invokespecial org.joni.Search$Backward.<init>:()V
            return
        end local 0 // org.joni.Search$17 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/Search$17;

  final int search(org.joni.Matcher, byte[], int, int, int, int, int, int);
    descriptor: (Lorg/joni/Matcher;[BIIIIII)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=12, args_size=9
        start local 0 // org.joni.Search$17 this
        start local 1 // org.joni.Matcher matcher
        start local 2 // byte[] text
        start local 3 // int textP
        start local 4 // int adjustText
        start local 5 // int textEnd
        start local 6 // int textStart
        start local 7 // int s_
        start local 8 // int range_
         0: .line 621
            aload 1 /* matcher */
            getfield org.joni.Matcher.regex:Lorg/joni/Regex;
            astore 9 /* regex */
        start local 9 // org.joni.Regex regex
         1: .line 622
            aload 9 /* regex */
            getfield org.joni.Regex.map:[B
            astore 10 /* map */
        start local 10 // byte[] map
         2: .line 623
            iload 6 /* textStart */
            istore 11 /* s */
        start local 11 // int s
         3: .line 625
            iload 11 /* s */
            iload 5 /* textEnd */
            if_icmplt 7
            iload 5 /* textEnd */
            iconst_1
            isub
            istore 11 /* s */
         4: .line 626
            goto 7
         5: .line 627
      StackMap locals: org.joni.Regex byte[] int
      StackMap stack:
            aload 10 /* map */
            aload 2 /* text */
            iload 11 /* s */
            baload
            sipush 255
            iand
            baload
            ifeq 6
            iload 11 /* s */
            ireturn
         6: .line 628
      StackMap locals:
      StackMap stack:
            iinc 11 /* s */ -1
         7: .line 626
      StackMap locals:
      StackMap stack:
            iload 11 /* s */
            iload 3 /* textP */
            if_icmpge 5
         8: .line 630
            iconst_m1
            ireturn
        end local 11 // int s
        end local 10 // byte[] map
        end local 9 // org.joni.Regex regex
        end local 8 // int range_
        end local 7 // int s_
        end local 6 // int textStart
        end local 5 // int textEnd
        end local 4 // int adjustText
        end local 3 // int textP
        end local 2 // byte[] text
        end local 1 // org.joni.Matcher matcher
        end local 0 // org.joni.Search$17 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/joni/Search$17;
            0    9     1     matcher  Lorg/joni/Matcher;
            0    9     2        text  [B
            0    9     3       textP  I
            0    9     4  adjustText  I
            0    9     5     textEnd  I
            0    9     6   textStart  I
            0    9     7          s_  I
            0    9     8      range_  I
            1    9     9       regex  Lorg/joni/Regex;
            2    9    10         map  [B
            3    9    11           s  I
    MethodParameters:
            Name  Flags
      matcher     
      text        
      textP       
      adjustText  
      textEnd     
      textStart   
      s_          
      range_      
}
SourceFile: "Search.java"
EnclosingMethod: org.joni.Search
NestHost: org.joni.Search
InnerClasses:
  org.joni.Search$17
  abstract Backward = org.joni.Search$Backward of org.joni.Search