class org.apache.lucene.search.RegexpQuery$1 implements org.apache.lucene.util.automaton.AutomatonProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.RegexpQuery$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.RegexpQuery$1 this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.search.RegexpQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/RegexpQuery$1;

  public org.apache.lucene.util.automaton.Automaton getAutomaton(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/lucene/util/automaton/Automaton;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.RegexpQuery$1 this
        start local 1 // java.lang.String name
         0: .line 55
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.search.RegexpQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/RegexpQuery$1;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "RegexpQuery.java"
EnclosingMethod: org.apache.lucene.search.RegexpQuery
NestHost: org.apache.lucene.search.RegexpQuery
InnerClasses:
  org.apache.lucene.search.RegexpQuery$1