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

  public org.apache.lucene.search.DoubleValues getValues(org.apache.lucene.index.LeafReaderContext, org.apache.lucene.search.DoubleValues);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // org.apache.lucene.search.DoubleValues scores
         0: .line 223
            getstatic org.apache.lucene.search.DoubleValuesSource.$assertionsDisabled:Z
            ifne 1
            aload 2 /* scores */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 224
      StackMap locals:
      StackMap stack:
            aload 2 /* scores */
            areturn
        end local 2 // org.apache.lucene.search.DoubleValues scores
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/search/DoubleValuesSource$1;
            0    2     1     ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    2     2  scores  Lorg/apache/lucene/search/DoubleValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ctx     
      scores  

  public boolean needsScores();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
         0: .line 229
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$1;

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 234
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  public org.apache.lucene.search.Explanation explain(org.apache.lucene.index.LeafReaderContext, int, org.apache.lucene.search.Explanation);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/search/Explanation;)Lorg/apache/lucene/search/Explanation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // int docId
        start local 3 // org.apache.lucene.search.Explanation scoreExplanation
         0: .line 239
            aload 3 /* scoreExplanation */
            areturn
        end local 3 // org.apache.lucene.search.Explanation scoreExplanation
        end local 2 // int docId
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/apache/lucene/search/DoubleValuesSource$1;
            0    1     1               ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    1     2             docId  I
            0    1     3  scoreExplanation  Lorg/apache/lucene/search/Explanation;
    MethodParameters:
                  Name  Flags
      ctx               
      docId             
      scoreExplanation  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
         0: .line 244
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$1;

  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.DoubleValuesSource$1 this
        start local 1 // java.lang.Object obj
         0: .line 249
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/search/DoubleValuesSource$1;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
         0: .line 254
            ldc "scores"
            areturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$1;

  public org.apache.lucene.search.DoubleValuesSource rewrite(org.apache.lucene.search.IndexSearcher);
    descriptor: (Lorg/apache/lucene/search/IndexSearcher;)Lorg/apache/lucene/search/DoubleValuesSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
        start local 1 // org.apache.lucene.search.IndexSearcher searcher
         0: .line 259
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.search.IndexSearcher searcher
        end local 0 // org.apache.lucene.search.DoubleValuesSource$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/search/DoubleValuesSource$1;
            0    1     1  searcher  Lorg/apache/lucene/search/IndexSearcher;
    MethodParameters:
          Name  Flags
      searcher  
}
SourceFile: "DoubleValuesSource.java"
EnclosingMethod: org.apache.lucene.search.DoubleValuesSource
NestHost: org.apache.lucene.search.DoubleValuesSource
InnerClasses:
  org.apache.lucene.search.DoubleValuesSource$1