class org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1 extends org.apache.lucene.search.DoubleValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1
super_class: org.apache.lucene.search.DoubleValues
{
final org.apache.lucene.search.DoubleValuesSource$FieldValuesSource this$1;
descriptor: Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.NumericDocValues val$values;
descriptor: Lorg/apache/lucene/index/NumericDocValues;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.search.DoubleValuesSource$FieldValuesSource, org.apache.lucene.index.NumericDocValues);
descriptor: (Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource;Lorg/apache/lucene/index/NumericDocValues;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1.this$1:Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource;
aload 0
aload 2
putfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1.val$values:Lorg/apache/lucene/index/NumericDocValues;
aload 0
invokespecial org.apache.lucene.search.DoubleValues.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource$1;
MethodParameters:
Name Flags
this$0 final
val$values final
public double doubleValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1.this$1:Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource;
getfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource.decoder:Ljava/util/function/LongToDoubleFunction;
aload 0
getfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1.val$values:Lorg/apache/lucene/index/NumericDocValues;
invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
invokeinterface java.util.function.LongToDoubleFunction.applyAsDouble:(J)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource$1;
Exceptions:
throws java.io.IOException
public boolean advanceExact(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1.val$values:Lorg/apache/lucene/index/NumericDocValues;
iload 1
invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/DoubleValuesSource$FieldValuesSource$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
}
SourceFile: "DoubleValuesSource.java"
EnclosingMethod: org.apache.lucene.search.DoubleValuesSource$FieldValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
NestHost: org.apache.lucene.search.DoubleValuesSource
InnerClasses:
private FieldValuesSource = org.apache.lucene.search.DoubleValuesSource$FieldValuesSource of org.apache.lucene.search.DoubleValuesSource
org.apache.lucene.search.DoubleValuesSource$FieldValuesSource$1