class org.apache.lucene.document.DoubleRangeSlowRangeQuery extends org.apache.lucene.document.BinaryRangeFieldRangeQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.DoubleRangeSlowRangeQuery
  super_class: org.apache.lucene.document.BinaryRangeFieldRangeQuery
{
  private final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double[] min;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double[] max;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, double[], double[], org.apache.lucene.document.RangeFieldQuery$QueryType);
    descriptor: (Ljava/lang/String;[D[DLorg/apache/lucene/document/RangeFieldQuery$QueryType;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
        start local 1 // java.lang.String field
        start local 2 // double[] min
        start local 3 // double[] max
        start local 4 // org.apache.lucene.document.RangeFieldQuery$QueryType queryType
         0: .line 34
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* min */
            aload 3 /* max */
            invokestatic org.apache.lucene.document.DoubleRangeSlowRangeQuery.encodeRanges:([D[D)[B
            bipush 8
            aload 2 /* min */
            arraylength
         1: .line 35
            aload 4 /* queryType */
            invokespecial org.apache.lucene.document.BinaryRangeFieldRangeQuery.<init>:(Ljava/lang/String;[BIILorg/apache/lucene/document/RangeFieldQuery$QueryType;)V
         2: .line 36
            aload 0 /* this */
            aload 1 /* field */
            putfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
         3: .line 37
            aload 0 /* this */
            aload 2 /* min */
            putfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.min:[D
         4: .line 38
            aload 0 /* this */
            aload 3 /* max */
            putfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.max:[D
         5: .line 39
            return
        end local 4 // org.apache.lucene.document.RangeFieldQuery$QueryType queryType
        end local 3 // double[] max
        end local 2 // double[] min
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            0    6     1      field  Ljava/lang/String;
            0    6     2        min  [D
            0    6     3        max  [D
            0    6     4  queryType  Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    MethodParameters:
           Name  Flags
      field      
      min        
      max        
      queryType  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
        start local 1 // java.lang.Object obj
         0: .line 43
            aload 0 /* this */
            aload 1 /* obj */
            invokevirtual org.apache.lucene.document.DoubleRangeSlowRangeQuery.sameClassAs:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 44
            iconst_0
            ireturn
         2: .line 46
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.document.DoubleRangeSlowRangeQuery
            astore 2 /* that */
        start local 2 // org.apache.lucene.document.DoubleRangeSlowRangeQuery that
         3: .line 47
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            aload 2 /* that */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         4: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.min:[D
            aload 2 /* that */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.min:[D
            invokestatic java.util.Arrays.equals:([D[D)Z
            ifeq 7
         5: .line 49
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.max:[D
            aload 2 /* that */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.max:[D
            invokestatic java.util.Arrays.equals:([D[D)Z
            ifeq 7
         6: .line 47
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.document.DoubleRangeSlowRangeQuery
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // org.apache.lucene.document.DoubleRangeSlowRangeQuery that
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            0    8     1   obj  Ljava/lang/Object;
            3    8     2  that  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
         0: .line 54
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.DoubleRangeSlowRangeQuery.classHash:()I
            istore 1 /* h */
        start local 1 // int h
         1: .line 55
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* h */
         2: .line 56
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.min:[D
            invokestatic java.util.Arrays.hashCode:([D)I
            iadd
            istore 1 /* h */
         3: .line 57
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.max:[D
            invokestatic java.util.Arrays.hashCode:([D)I
            iadd
            istore 1 /* h */
         4: .line 58
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            1    5     1     h  I

  public void visit(org.apache.lucene.search.QueryVisitor);
    descriptor: (Lorg/apache/lucene/search/QueryVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
        start local 1 // org.apache.lucene.search.QueryVisitor visitor
         0: .line 63
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.search.QueryVisitor.acceptField:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 64
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.QueryVisitor.visitLeaf:(Lorg/apache/lucene/search/Query;)V
         2: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.search.QueryVisitor visitor
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            0    3     1  visitor  Lorg/apache/lucene/search/QueryVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public java.lang.String toString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
        start local 1 // java.lang.String field
         0: .line 70
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* b */
        start local 2 // java.lang.StringBuilder b
         1: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            aload 1 /* field */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 72
            aload 2 /* b */
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.field:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 74
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 2 /* b */
         4: .line 75
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.min:[D
            invokestatic java.util.Arrays.toString:([D)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 77
            ldc " TO "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 78
            aload 0 /* this */
            getfield org.apache.lucene.document.DoubleRangeSlowRangeQuery.max:[D
            invokestatic java.util.Arrays.toString:([D)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 79
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 80
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 74
            areturn
        end local 2 // java.lang.StringBuilder b
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            0   11     1  field  Ljava/lang/String;
            1   11     2      b  Ljava/lang/StringBuilder;
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader);
    descriptor: (Lorg/apache/lucene/index/IndexReader;)Lorg/apache/lucene/search/Query;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
        start local 1 // org.apache.lucene.index.IndexReader reader
         0: .line 85
            aload 0 /* this */
            aload 1 /* reader */
            invokespecial org.apache.lucene.document.BinaryRangeFieldRangeQuery.rewrite:(Lorg/apache/lucene/index/IndexReader;)Lorg/apache/lucene/search/Query;
            areturn
        end local 1 // org.apache.lucene.index.IndexReader reader
        end local 0 // org.apache.lucene.document.DoubleRangeSlowRangeQuery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/DoubleRangeSlowRangeQuery;
            0    1     1  reader  Lorg/apache/lucene/index/IndexReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  private static byte[] encodeRanges(double[], double[]);
    descriptor: ([D[D)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // double[] min
        start local 1 // double[] max
         0: .line 89
            bipush 16
            aload 0 /* min */
            arraylength
            imul
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
         1: .line 91
            aload 0 /* min */
            aload 1 /* max */
            aload 2 /* result */
            invokestatic org.apache.lucene.document.DoubleRange.verifyAndEncode:([D[D[B)V
         2: .line 92
            aload 2 /* result */
            areturn
        end local 2 // byte[] result
        end local 1 // double[] max
        end local 0 // double[] min
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0     min  [D
            0    3     1     max  [D
            1    3     2  result  [B
    MethodParameters:
      Name  Flags
      min   
      max   
}
SourceFile: "DoubleRangeSlowRangeQuery.java"
InnerClasses:
  abstract QueryType = org.apache.lucene.document.RangeFieldQuery$QueryType of org.apache.lucene.document.RangeFieldQuery