abstract class org.joni.MatcherFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.joni.MatcherFactory
  super_class: java.lang.Object
{
  static final org.joni.MatcherFactory DEFAULT;
    descriptor: Lorg/joni/MatcherFactory;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 25
            new org.joni.MatcherFactory$1
            dup
            invokespecial org.joni.MatcherFactory$1.<init>:()V
            putstatic org.joni.MatcherFactory.DEFAULT:Lorg/joni/MatcherFactory;
         1: .line 30
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.MatcherFactory this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.joni.MatcherFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/MatcherFactory;

  abstract 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: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      regex   
      region  
      bytes   
      p       
      end     
}
SourceFile: "MatcherFactory.java"
NestMembers:
  org.joni.MatcherFactory$1
InnerClasses:
  org.joni.MatcherFactory$1