public class org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource extends org.apache.lucene.search.DoubleValuesSource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource
super_class: org.apache.lucene.search.DoubleValuesSource
{
private final double distToEdge;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.search.DoubleValuesSource input;
descriptor: Lorg/apache/lucene/search/DoubleValuesSource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(double, org.apache.lucene.search.DoubleValuesSource);
descriptor: (DLorg/apache/lucene/search/DoubleValuesSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokespecial org.apache.lucene.search.DoubleValuesSource.<init>:()V
1: aload 0
dload 1
putfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
2: aload 0
aload 3
putfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 4 1 distToEdge D
0 4 3 input Lorg/apache/lucene/search/DoubleValuesSource;
MethodParameters:
Name Flags
distToEdge
input
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=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
aload 2
invokevirtual org.apache.lucene.search.DoubleValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
astore 3
start local 3 1: new org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource$1
dup
aload 0
aload 3
invokespecial org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource$1.<init>:(Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;Lorg/apache/lucene/search/DoubleValues;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 2 1 ctx Lorg/apache/lucene/index/LeafReaderContext;
0 2 2 scores Lorg/apache/lucene/search/DoubleValues;
1 2 3 in Lorg/apache/lucene/search/DoubleValues;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctx
scores
private double recip(double);
descriptor: (D)D
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
dload 1
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
dadd
ddiv
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 1 1 in D
MethodParameters:
Name Flags
in
public boolean needsScores();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
invokevirtual org.apache.lucene.search.DoubleValuesSource.needsScores:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)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.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
invokevirtual org.apache.lucene.search.DoubleValuesSource.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
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=6, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
iload 2
aload 3
invokevirtual org.apache.lucene.search.DoubleValuesSource.explain:(Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/search/Explanation;)Lorg/apache/lucene/search/Explanation;
astore 4
start local 4 1: aload 0
aload 4
invokevirtual org.apache.lucene.search.Explanation.getValue:()Ljava/lang/Number;
invokevirtual java.lang.Number.doubleValue:()D
invokevirtual org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.recip:(D)D
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
2: new java.lang.StringBuilder
dup
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " / (v + "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
ldc "), computed from:"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_1
anewarray org.apache.lucene.search.Explanation
dup
iconst_0
aload 4
aastore
3: 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 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 4 1 ctx Lorg/apache/lucene/index/LeafReaderContext;
0 4 2 docId I
0 4 3 scoreExplanation Lorg/apache/lucene/search/Explanation;
1 4 4 expl Lorg/apache/lucene/search/Explanation;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ctx
docId
scoreExplanation
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=6, locals=2, args_size=2
start local 0 start local 1 0: new org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource
dup
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aload 1
invokevirtual org.apache.lucene.search.DoubleValuesSource.rewrite:(Lorg/apache/lucene/search/IndexSearcher;)Lorg/apache/lucene/search/DoubleValuesSource;
invokespecial org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.<init>:(DLorg/apache/lucene/search/DoubleValuesSource;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 1 1 searcher Lorg/apache/lucene/search/IndexSearcher;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
searcher
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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource
astore 2
start local 2 4: aload 2
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
invokestatic java.lang.Double.compare:(DD)I
ifne 7
5: aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aload 2
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 7
6: iconst_1
ireturn
StackMap locals: org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource
StackMap stack:
7: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
0 8 1 o Ljava/lang/Object;
4 8 2 that Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
aastore
dup
iconst_1
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
aastore
invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "recip("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.distToEdge:D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource.input:Lorg/apache/lucene/search/DoubleValuesSource;
invokevirtual org.apache.lucene.search.DoubleValuesSource.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/util/ReciprocalDoubleValuesSource;
}
SourceFile: "ReciprocalDoubleValuesSource.java"
NestMembers:
org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource$1
InnerClasses:
org.apache.lucene.spatial.util.ReciprocalDoubleValuesSource$1