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

  private final org.apache.lucene.spatial.ShapeValues val$shapeValues;
    descriptor: Lorg/apache/lucene/spatial/ShapeValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.util.DistanceToShapeValueSource, org.apache.lucene.spatial.ShapeValues);
    descriptor: (Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource;Lorg/apache/lucene/spatial/ShapeValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.spatial.util.DistanceToShapeValueSource$1 this
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.this$0:Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DoubleValues.<init>:()V
            return
        end local 0 // org.apache.lucene.spatial.util.DistanceToShapeValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$shapeValues  final

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.util.DistanceToShapeValueSource$1 this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.this$0:Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource;
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource.distCalc:Lorg/locationtech/spatial4j/distance/DistanceCalculator;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.this$0:Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource;
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource.queryPoint:Lorg/locationtech/spatial4j/shape/Point;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            invokevirtual org.apache.lucene.spatial.ShapeValues.value:()Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.getCenter:()Lorg/locationtech/spatial4j/shape/Point;
            invokeinterface org.locationtech.spatial4j.distance.DistanceCalculator.distance:(Lorg/locationtech/spatial4j/shape/Point;Lorg/locationtech/spatial4j/shape/Point;)D
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.this$0:Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource;
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource.multiplier:D
            dmul
            dreturn
        end local 0 // org.apache.lucene.spatial.util.DistanceToShapeValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource$1;
    Exceptions:
      throws java.io.IOException

  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.util.DistanceToShapeValueSource$1 this
        start local 1 // int doc
         0: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.DistanceToShapeValueSource$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.spatial.ShapeValues.advanceExact:(I)Z
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial.util.DistanceToShapeValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/DistanceToShapeValueSource$1;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   
}
SourceFile: "DistanceToShapeValueSource.java"
EnclosingMethod: org.apache.lucene.spatial.util.DistanceToShapeValueSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
NestHost: org.apache.lucene.spatial.util.DistanceToShapeValueSource
InnerClasses:
  org.apache.lucene.spatial.util.DistanceToShapeValueSource$1