class org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1 extends org.apache.lucene.search.comparators.DoubleComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1
  super_class: org.apache.lucene.search.comparators.DoubleComparator
{
  final org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource this$1;
    descriptor: Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource, int, java.lang.String, java.lang.Double, boolean, int);
    descriptor: (Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;ILjava/lang/String;Ljava/lang/Double;ZI)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1 this
        start local 2 // int $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // java.lang.Double $anonymous2
        start local 5 // boolean $anonymous3
        start local 6 // int $anonymous4
         0: .line 489
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1.this$1:Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            iload 5 /* $anonymous3 */
            iload 6 /* $anonymous4 */
            invokespecial org.apache.lucene.search.comparators.DoubleComparator.<init>:(ILjava/lang/String;Ljava/lang/Double;ZI)V
            return
        end local 6 // int $anonymous4
        end local 5 // boolean $anonymous3
        end local 4 // java.lang.Double $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // int $anonymous0
        end local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  Ljava/lang/Double;
            0    1     5  $anonymous3  Z
            0    1     6  $anonymous4  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  

  public org.apache.lucene.search.LeafFieldComparator getLeafComparator(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/LeafFieldComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 492
            new org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder
            dup
            invokespecial org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder.<init>:()V
            astore 2 /* holder */
        start local 2 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder holder
         1: .line 494
            new org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* holder */
            invokespecial org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1$1.<init>:(Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource$1;Lorg/apache/lucene/search/comparators/DoubleComparator;Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;)V
            areturn
        end local 2 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder holder
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource$1;
            0    2     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            1    2     2   holder  Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesHolder;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  static org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource access$0(org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1);
    descriptor: (Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource$1;)Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 489
            aload 0
            getfield org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1.this$1:Lorg/apache/lucene/search/DoubleValuesSource$DoubleValuesComparatorSource;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DoubleValuesSource.java"
EnclosingMethod: org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource.newComparator:(Ljava/lang/String;IIZ)Lorg/apache/lucene/search/FieldComparator;
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
  org.apache.lucene.search.DoubleValuesSource$DoubleValuesComparatorSource$1$1
  private DoubleValuesHolder = org.apache.lucene.search.DoubleValuesSource$DoubleValuesHolder of org.apache.lucene.search.DoubleValuesSource