abstract class org.joni.NativeMachine extends org.joni.Matcher
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.joni.NativeMachine
  super_class: org.joni.Matcher
{
  protected void <init>(org.joni.Regex, org.joni.Region, byte[], int, int);
    descriptor: (Lorg/joni/Regex;Lorg/joni/Region;[BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.joni.NativeMachine this
        start local 1 // org.joni.Regex regex
        start local 2 // org.joni.Region region
        start local 3 // byte[] bytes
        start local 4 // int p
        start local 5 // int end
         0: .line 25
            aload 0 /* this */
            aload 1 /* regex */
            aload 2 /* region */
            aload 3 /* bytes */
            iload 4 /* p */
            iload 5 /* end */
            invokespecial org.joni.Matcher.<init>:(Lorg/joni/Regex;Lorg/joni/Region;[BII)V
         1: .line 26
            return
        end local 5 // int end
        end local 4 // int p
        end local 3 // byte[] bytes
        end local 2 // org.joni.Region region
        end local 1 // org.joni.Regex regex
        end local 0 // org.joni.NativeMachine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/joni/NativeMachine;
            0    2     1   regex  Lorg/joni/Regex;
            0    2     2  region  Lorg/joni/Region;
            0    2     3   bytes  [B
            0    2     4       p  I
            0    2     5     end  I
    MethodParameters:
        Name  Flags
      regex   
      region  
      bytes   
      p       
      end     
}
SourceFile: "NativeMachine.java"