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

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

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

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

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

  private final org.locationtech.spatial4j.shape.Rectangle val$rect;
    descriptor: Lorg/locationtech/spatial4j/shape/Rectangle;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.bbox.BBoxValueSource, org.apache.lucene.index.NumericDocValues, org.apache.lucene.index.NumericDocValues, org.apache.lucene.index.NumericDocValues, org.apache.lucene.index.NumericDocValues, org.locationtech.spatial4j.shape.Rectangle);
    descriptor: (Lorg/apache/lucene/spatial/bbox/BBoxValueSource;Lorg/apache/lucene/index/NumericDocValues;Lorg/apache/lucene/index/NumericDocValues;Lorg/apache/lucene/index/NumericDocValues;Lorg/apache/lucene/index/NumericDocValues;Lorg/locationtech/spatial4j/shape/Rectangle;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.lucene.spatial.bbox.BBoxValueSource$1 this
         0: .line 59
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.this$0:Lorg/apache/lucene/spatial/bbox/BBoxValueSource;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minX:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minY:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxX:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxY:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            aload 6
            putfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$rect:Lorg/locationtech/spatial4j/shape/Rectangle;
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.ShapeValues.<init>:()V
            return
        end local 0 // org.apache.lucene.spatial.bbox.BBoxValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/bbox/BBoxValueSource$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$minX  final
      val$minY  final
      val$maxX  final
      val$maxY  final
      val$rect  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.bbox.BBoxValueSource$1 this
        start local 1 // int doc
         0: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minX:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minY:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxX:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxY:Lorg/apache/lucene/index/NumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.spatial.bbox.BBoxValueSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/bbox/BBoxValueSource$1;
            0    2     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=9, locals=9, args_size=1
        start local 0 // org.apache.lucene.spatial.bbox.BBoxValueSource$1 this
         0: .line 68
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minX:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 1 /* minXValue */
        start local 1 // double minXValue
         1: .line 69
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$minY:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 3 /* minYValue */
        start local 3 // double minYValue
         2: .line 70
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxX:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 5 /* maxXValue */
        start local 5 // double maxXValue
         3: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$maxY:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 7 /* maxYValue */
        start local 7 // double maxYValue
         4: .line 72
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$rect:Lorg/locationtech/spatial4j/shape/Rectangle;
            dload 1 /* minXValue */
            dload 5 /* maxXValue */
            dload 3 /* minYValue */
            dload 7 /* maxYValue */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.reset:(DDDD)V
         5: .line 73
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxValueSource$1.val$rect:Lorg/locationtech/spatial4j/shape/Rectangle;
            areturn
        end local 7 // double maxYValue
        end local 5 // double maxXValue
        end local 3 // double minYValue
        end local 1 // double minXValue
        end local 0 // org.apache.lucene.spatial.bbox.BBoxValueSource$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/apache/lucene/spatial/bbox/BBoxValueSource$1;
            1    6     1  minXValue  D
            2    6     3  minYValue  D
            3    6     5  maxXValue  D
            4    6     7  maxYValue  D
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BBoxValueSource.java"
EnclosingMethod: org.apache.lucene.spatial.bbox.BBoxValueSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
NestHost: org.apache.lucene.spatial.bbox.BBoxValueSource
InnerClasses:
  org.apache.lucene.spatial.bbox.BBoxValueSource$1