public final class org.apache.lucene.search.DocValuesRewriteMethod extends org.apache.lucene.search.MultiTermQuery$RewriteMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.search.DocValuesRewriteMethod
  super_class: org.apache.lucene.search.MultiTermQuery$RewriteMethod
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
         0: .line 36
            aload 0 /* this */
            invokespecial org.apache.lucene.search.MultiTermQuery$RewriteMethod.<init>:()V
            return
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod;

  public org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader, org.apache.lucene.search.MultiTermQuery);
    descriptor: (Lorg/apache/lucene/index/IndexReader;Lorg/apache/lucene/search/MultiTermQuery;)Lorg/apache/lucene/search/Query;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
        start local 1 // org.apache.lucene.index.IndexReader reader
        start local 2 // org.apache.lucene.search.MultiTermQuery query
         0: .line 40
            new org.apache.lucene.search.ConstantScoreQuery
            dup
            new org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper
            dup
            aload 2 /* query */
            invokespecial org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.<init>:(Lorg/apache/lucene/search/MultiTermQuery;)V
            invokespecial org.apache.lucene.search.ConstantScoreQuery.<init>:(Lorg/apache/lucene/search/Query;)V
            areturn
        end local 2 // org.apache.lucene.search.MultiTermQuery query
        end local 1 // org.apache.lucene.index.IndexReader reader
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/DocValuesRewriteMethod;
            0    1     1  reader  Lorg/apache/lucene/index/IndexReader;
            0    1     2   query  Lorg/apache/lucene/search/MultiTermQuery;
    MethodParameters:
        Name  Flags
      reader  
      query   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
        start local 1 // java.lang.Object other
         0: .line 190
            aload 1 /* other */
            ifnull 3
         1: .line 191
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 3
         2: .line 190
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/search/DocValuesRewriteMethod;
            0    4     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
         0: .line 196
            sipush 641
            ireturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod;
}
SourceFile: "DocValuesRewriteMethod.java"
NestMembers:
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$2
InnerClasses:
  MultiTermQueryDocValuesWrapper = org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper of org.apache.lucene.search.DocValuesRewriteMethod
  public abstract RewriteMethod = org.apache.lucene.search.MultiTermQuery$RewriteMethod of org.apache.lucene.search.MultiTermQuery