class org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 extends org.apache.lucene.spatial.ShapeValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1
  super_class: org.apache.lucene.spatial.ShapeValues
{
  final org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource this$1;
    descriptor: Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.BinaryDocValues val$docValues;
    descriptor: Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource, org.apache.lucene.index.BinaryDocValues);
    descriptor: (Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;Lorg/apache/lucene/index/BinaryDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
         0: .line 197
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.this$1:Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.val$docValues:Lorg/apache/lucene/index/BinaryDocValues;
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.ShapeValues.<init>:()V
            return
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$docValues  final

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
        start local 1 // int doc
         0: .line 200
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.val$docValues:Lorg/apache/lucene/index/BinaryDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.BinaryDocValues.advanceExact:(I)Z
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource$1;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public org.locationtech.spatial4j.shape.Shape value();
    descriptor: ()Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
         0: .line 205
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.val$docValues:Lorg/apache/lucene/index/BinaryDocValues;
            invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
            astore 1 /* bytesRef */
        start local 1 // org.apache.lucene.util.BytesRef bytesRef
         1: .line 207
            new java.io.DataInputStream
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* bytesRef */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytesRef */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* bytesRef */
            getfield org.apache.lucene.util.BytesRef.length:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
         2: .line 206
            astore 2 /* dataInput */
        start local 2 // java.io.DataInputStream dataInput
         3: .line 208
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1.this$1:Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource;
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.binaryCodec:Lorg/locationtech/spatial4j/io/BinaryCodec;
            aload 2 /* dataInput */
            invokevirtual org.locationtech.spatial4j.io.BinaryCodec.readShape:(Ljava/io/DataInput;)Lorg/locationtech/spatial4j/shape/Shape;
            areturn
        end local 2 // java.io.DataInputStream dataInput
        end local 1 // org.apache.lucene.util.BytesRef bytesRef
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$ShapeDocValueSource$1;
            1    4     1   bytesRef  Lorg/apache/lucene/util/BytesRef;
            3    4     2  dataInput  Ljava/io/DataInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SerializedDVStrategy.java"
EnclosingMethod: org.apache.lucene.spatial.serialized.SerializedDVStrategy$ShapeDocValueSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
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