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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
        start local 1 // java.lang.String fieldName
        start local 2 // org.locationtech.spatial4j.io.BinaryCodec binaryCodec
         0: .line 188
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.ShapeValuesSource.<init>:()V
         1: .line 189
            aload 0 /* this */
            aload 1 /* fieldName */
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
         2: .line 190
            aload 0 /* this */
            aload 2 /* binaryCodec */
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.binaryCodec:Lorg/locationtech/spatial4j/io/BinaryCodec;
         3: .line 191
            return
        end local 2 // org.locationtech.spatial4j.io.BinaryCodec binaryCodec
        end local 1 // java.lang.String fieldName
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext readerContext
         0: .line 195
            aload 1 /* readerContext */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            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 /* docValues */
        start local 2 // org.apache.lucene.index.BinaryDocValues docValues
         1: .line 197
            new org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1
            dup
            aload 0 /* this */
            aload 2 /* docValues */
            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 // org.apache.lucene.index.BinaryDocValues docValues
        end local 1 // org.apache.lucene.index.LeafReaderContext readerContext
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 216
            aload 1 /* ctx */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            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 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
        start local 1 // java.lang.Object o
         0: .line 221
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 222
      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 224
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource
            astore 2 /* that */
        start local 2 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource that
         4: .line 226
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
            aload 2 /* that */
            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: .line 228
      StackMap locals: org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
         0: .line 233
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.fieldName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 234
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
         0: .line 239
            new java.lang.StringBuilder
            dup
            ldc "shapeDocVal("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this
      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