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

  private final double value;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(double);
    descriptor: (D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
        start local 1 // double value
         0: .line 275
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DoubleValuesSource.<init>:()V
         1: .line 276
            aload 0 /* this */
            dload 1 /* value */
            putfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
         2: .line 277
            aload 0 /* this */
            new org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource$1
            dup
            aload 0 /* this */
            dload 1 /* value */
            invokespecial org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource$1.<init>:(Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;D)V
            putfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.doubleValues:Lorg/apache/lucene/search/DoubleValues;
         3: .line 288
            return
        end local 1 // double value
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            0    4     1  value  D
    MethodParameters:
       Name  Flags
      value  

  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$ConstantValuesSource this
        start local 1 // org.apache.lucene.search.IndexSearcher searcher
         0: .line 292
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.search.IndexSearcher searcher
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            0    1     1  searcher  Lorg/apache/lucene/search/IndexSearcher;
    MethodParameters:
          Name  Flags
      searcher  

  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=1, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // org.apache.lucene.search.DoubleValues scores
         0: .line 298
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.doubleValues:Lorg/apache/lucene/search/DoubleValues;
            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$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            0    1     1     ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    1     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$ConstantValuesSource this
         0: .line 303
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;

  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$ConstantValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 309
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            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=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource 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 314
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            new java.lang.StringBuilder
            dup
            ldc "constant("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray org.apache.lucene.search.Explanation
            invokestatic org.apache.lucene.search.Explanation.match:(Ljava/lang/Number;Ljava/lang/String;[Lorg/apache/lucene/search/Explanation;)Lorg/apache/lucene/search/Explanation;
            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$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            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=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
         0: .line 319
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
        start local 1 // java.lang.Object o
         0: .line 324
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource
            astore 2 /* that */
        start local 2 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource that
         4: .line 327
            aload 2 /* that */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            invokestatic java.lang.Double.compare:(DD)I
            ifne 5
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
         0: .line 332
            new java.lang.StringBuilder
            dup
            ldc "constant("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource.value:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DoubleValuesSource$ConstantValuesSource;
}
SourceFile: "DoubleValuesSource.java"
NestHost: org.apache.lucene.search.DoubleValuesSource
InnerClasses:
  private ConstantValuesSource = org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource of org.apache.lucene.search.DoubleValuesSource
  org.apache.lucene.search.DoubleValuesSource$ConstantValuesSource$1