class org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource extends org.apache.lucene.search.FieldComparatorSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource
  super_class: org.apache.lucene.search.FieldComparatorSource
{
  private final org.apache.lucene.search.DoubleValuesSource producer;
    descriptor: Lorg/apache/lucene/search/DoubleValuesSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private double missingValue;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.apache.lucene.search.DoubleValuesSource);
    descriptor: (Lorg/apache/lucene/search/DoubleValuesSource;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
        start local 1 // org.apache.lucene.search.DoubleValuesSource producer
         0: .line 477
            aload 0 /* this */
            invokespecial org.apache.lucene.search.FieldComparatorSource.<init>:()V
         1: .line 478
            aload 0 /* this */
            aload 1 /* producer */
            putfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource.producer:Lorg/apache/lucene/search/DoubleValuesSource;
         2: .line 479
            aload 0 /* this */
            dconst_0
            putfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource.missingValue:D
         3: .line 480
            return
        end local 1 // org.apache.lucene.search.DoubleValuesSource producer
        end local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
            0    4     1  producer  Lorg/apache/lucene/search/DoubleValuesSource;
    MethodParameters:
          Name  Flags
      producer  

  void setMissingValue(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
        start local 1 // double missingValue
         0: .line 483
            aload 0 /* this */
            dload 1 /* missingValue */
            putfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource.missingValue:D
         1: .line 484
            return
        end local 1 // double missingValue
        end local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
            0    2     1  missingValue  D
    MethodParameters:
              Name  Flags
      missingValue  

  public org.apache.lucene.search.FieldComparator<java.lang.Double> newComparator(java.lang.String, int, int, boolean);
    descriptor: (Ljava/lang/String;IIZ)Lorg/apache/lucene/search/FieldComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
        start local 1 // java.lang.String fieldname
        start local 2 // int numHits
        start local 3 // int sortPos
        start local 4 // boolean reversed
         0: .line 489
            new org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1
            dup
            aload 0 /* this */
            iload 2 /* numHits */
            aload 1 /* fieldname */
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource.missingValue:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iload 4 /* reversed */
            iload 3 /* sortPos */
            invokespecial org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1.<init>:(Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;ILjava/lang/String;Ljava/lang/Double;ZI)V
            areturn
        end local 4 // boolean reversed
        end local 3 // int sortPos
        end local 2 // int numHits
        end local 1 // java.lang.String fieldname
        end local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
            0    1     1  fieldname  Ljava/lang/String;
            0    1     2    numHits  I
            0    1     3    sortPos  I
            0    1     4   reversed  Z
    Signature: (Ljava/lang/String;IIZ)Lorg/apache/lucene/search/FieldComparator<Ljava/lang/Double;>;
    MethodParameters:
           Name  Flags
      fieldname  
      numHits    
      sortPos    
      reversed   
}
SourceFile: "DoubleValuesSource.java"
NestHost: org.apache.lucene.search.DoubleValuesSource
InnerClasses:
  private DoubleValuesComparatorSource = org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource of org.apache.lucene.search.DoubleValuesSource
  org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1