class org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery extends org.apache.lucene.search.Query
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery
super_class: org.apache.lucene.search.Query
{
private final org.apache.lucene.spatial.util.ShapeValuesPredicate predicateValueSource;
descriptor: Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.lucene.spatial.util.ShapeValuesPredicate);
descriptor: (Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.apache.lucene.search.Query.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
0 3 1 predicateValueSource Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
MethodParameters:
Name Flags
predicateValueSource
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher, org.apache.lucene.search.ScoreMode, float);
descriptor: (Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1
dup
aload 0
aload 0
fload 3
aload 2
invokespecial org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.<init>:(Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/ScoreMode;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
0 1 1 searcher Lorg/apache/lucene/search/IndexSearcher;
0 1 2 scoreMode Lorg/apache/lucene/search/ScoreMode;
0 1 3 boost F
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
searcher
scoreMode
boost
public void visit(org.apache.lucene.search.QueryVisitor);
descriptor: (Lorg/apache/lucene/search/QueryVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual org.apache.lucene.search.QueryVisitor.visitLeaf:(Lorg/apache/lucene/search/Query;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
0 2 1 visitor Lorg/apache/lucene/search/QueryVisitor;
MethodParameters:
Name Flags
visitor
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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.sameClassAs:(Ljava/lang/Object;)Z
ifeq 3
1: aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
aload 1
checkcast org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.equals:(Ljava/lang/Object;)Z
ifeq 3
2: iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
0 4 1 other Ljava/lang/Object;
MethodParameters:
Name Flags
other
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.classHash:()I
bipush 31
aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.hashCode:()I
imul
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
public java.lang.String toString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.StringBuilder
dup
ldc "PredicateValueSourceQuery("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
0 4 1 field Ljava/lang/String;
MethodParameters:
Name Flags
field
}
SourceFile: "SerializedDVStrategy.java"
NestHost: org.apache.lucene.spatial.serialized.SerializedDVStrategy
InnerClasses:
PredicateValueSourceQuery = org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery of org.apache.lucene.spatial.serialized.SerializedDVStrategy
org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1