public interface org.apache.lucene.util.automaton.AutomatonProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.util.automaton.AutomatonProvider
  super_class: java.lang.Object
{
  public abstract org.apache.lucene.util.automaton.Automaton getAutomaton(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/lucene/util/automaton/Automaton;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "AutomatonProvider.java"