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

  org.joni.Matcher create(org.joni.Regex, org.joni.Region, byte[], int, int);
    descriptor: (Lorg/joni/Regex;Lorg/joni/Region;[BII)Lorg/joni/Matcher;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.joni.MatcherFactory$1 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 28
            new org.joni.ByteCodeMachine
            dup
            aload 1 /* regex */
            aload 2 /* region */
            aload 3 /* bytes */
            iload 4 /* p */
            iload 5 /* end */
            invokespecial org.joni.ByteCodeMachine.<init>:(Lorg/joni/Regex;Lorg/joni/Region;[BII)V
            areturn
        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.MatcherFactory$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/joni/MatcherFactory$1;
            0    1     1   regex  Lorg/joni/Regex;
            0    1     2  region  Lorg/joni/Region;
            0    1     3   bytes  [B
            0    1     4       p  I
            0    1     5     end  I
    MethodParameters:
        Name  Flags
      regex   
      region  
      bytes   
      p       
      end     
}
SourceFile: "MatcherFactory.java"
EnclosingMethod: org.joni.MatcherFactory
NestHost: org.joni.MatcherFactory
InnerClasses:
  org.joni.MatcherFactory$1