class org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource extends org.apache.lucene.spatial.ShapeValuesSource
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource
super_class: org.apache.lucene.spatial.ShapeValuesSource
{
private final java.lang.String fieldName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.locationtech.spatial4j.io.BinaryCodec binaryCodec;
descriptor: Lorg/locationtech/spatial4j/io/BinaryCodec;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String, org.locationtech.spatial4j.io.BinaryCodec);
descriptor: (Ljava/lang/String;Lorg/locationtech/spatial4j/io/BinaryCodec;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.apache.lucene.spatial.ShapeValuesSource.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
2: aload 0
aload 2
putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.binaryCodec:Lorg/locationtech/spatial4j/io/BinaryCodec;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
0 4 1 fieldName Ljava/lang/String;
0 4 2 binaryCodec Lorg/locationtech/spatial4j/io/BinaryCodec;
MethodParameters:
Name Flags
fieldName
binaryCodec
public org.apache.lucene.spatial.ShapeValues getValues(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
invokestatic org.apache.lucene.index.DocValues.getBinary:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/BinaryDocValues;
astore 2
start local 2 1: new org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1
dup
aload 0
aload 2
invokespecial org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.<init>:(Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;Lorg/apache/lucene/index/BinaryDocValues;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
0 2 1 readerContext Lorg/apache/lucene/index/LeafReaderContext;
1 2 2 docValues Lorg/apache/lucene/index/BinaryDocValues;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
readerContext
public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
iconst_1
anewarray java.lang.String
dup
iconst_0
aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
aastore
invokestatic org.apache.lucene.index.DocValues.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;[Ljava/lang/String;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
0 1 1 ctx Lorg/apache/lucene/index/LeafReaderContext;
MethodParameters:
Name Flags
ctx
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, 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.serialized.SerializedDVStrategy$ShapeDocValueSource
astore 2
start local 2 4: aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
aload 2
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 5
iconst_0
ireturn
5: StackMap locals: org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
0 6 1 o Ljava/lang/Object;
4 6 2 that Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
1 2 1 result I
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 "shapeDocVal("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName: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/serialized/SerializedDVStrategy$ShapeDocValueSource;
}
SourceFile: "SerializedDVStrategy.java"
NestHost: org.apache.lucene.spatial.serialized.SerializedDVStrategy
InnerClasses:
ShapeDocValueSource = org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource of org.apache.lucene.spatial.serialized.SerializedDVStrategy
org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1