public class org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery extends org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery
  super_class: org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
{
  private final org.locationtech.spatial4j.shape.Shape bufferedQueryShape;
    descriptor: Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.locationtech.spatial4j.shape.Shape, java.lang.String, org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree, int, int, double);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;Ljava/lang/String;Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;IID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
        start local 1 // org.locationtech.spatial4j.shape.Shape queryShape
        start local 2 // java.lang.String fieldName
        start local 3 // org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree grid
        start local 4 // int detailLevel
        start local 5 // int prefixGridScanLevel
        start local 6 // double queryBuffer
         0: .line 69
            aload 0 /* this */
            aload 1 /* queryShape */
            aload 2 /* fieldName */
            aload 3 /* grid */
            iload 4 /* detailLevel */
            iload 5 /* prefixGridScanLevel */
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.<init>:(Lorg/locationtech/spatial4j/shape/Shape;Ljava/lang/String;Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;II)V
         1: .line 70
            aload 0 /* this */
            dload 6 /* queryBuffer */
            ldc -1.0
            dcmpl
            ifne 2
            aconst_null
            goto 3
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery org.locationtech.spatial4j.shape.Shape java.lang.String org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree int int double
      StackMap stack: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery
         2: aload 0 /* this */
            aload 1 /* queryShape */
            dload 6 /* queryBuffer */
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferShape:(Lorg/locationtech/spatial4j/shape/Shape;D)Lorg/locationtech/spatial4j/shape/Shape;
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery org.locationtech.spatial4j.shape.Shape java.lang.String org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree int int double
      StackMap stack: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery org.locationtech.spatial4j.shape.Shape
         3: putfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
         4: .line 71
            return
        end local 6 // double queryBuffer
        end local 5 // int prefixGridScanLevel
        end local 4 // int detailLevel
        end local 3 // org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree grid
        end local 2 // java.lang.String fieldName
        end local 1 // org.locationtech.spatial4j.shape.Shape queryShape
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            0    5     1           queryShape  Lorg/locationtech/spatial4j/shape/Shape;
            0    5     2            fieldName  Ljava/lang/String;
            0    5     3                 grid  Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            0    5     4          detailLevel  I
            0    5     5  prefixGridScanLevel  I
            0    5     6          queryBuffer  D
    MethodParameters:
                     Name  Flags
      queryShape           
      fieldName            
      grid                 
      detailLevel          
      prefixGridScanLevel  
      queryBuffer          

  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.prefix.WithinPrefixTreeQuery this
        start local 1 // java.lang.Object o
         0: .line 75
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
         1: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery
            astore 2 /* that */
        start local 2 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery that
         2: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            ifnull 3
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            aload 2 /* that */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.equals:(Ljava/lang/Object;)Z
            ifne 5
            goto 4
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery
      StackMap stack:
         3: aload 2 /* that */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            ifnull 5
         4: .line 80
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 82
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            0    6     1     o  Ljava/lang/Object;
            2    6     2  that  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
         0: .line 87
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 88
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokevirtual java.lang.Object.hashCode:()I
            goto 3
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery int
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 89
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            1    5     1  result  I

  public java.lang.String toString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
        start local 1 // java.lang.String field
         0: .line 94
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 95
            ldc "fieldName="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.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;
         2: .line 96
            ldc "queryShape="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 97
            ldc "detailLevel="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.detailLevel:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 98
            ldc "prefixGridScanLevel="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.prefixGridScanLevel:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 99
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 94
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            0    7     1  field  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      field  

  protected org.locationtech.spatial4j.shape.Shape bufferShape(org.locationtech.spatial4j.shape.Shape, double);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;D)Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=14, args_size=3
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
        start local 1 // org.locationtech.spatial4j.shape.Shape shape
        start local 2 // double distErr
         0: .line 106
            dload 2 /* distErr */
            dconst_0
            dcmpg
            ifgt 2
         1: .line 107
            new java.lang.IllegalArgumentException
            dup
            ldc "distErr must be > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.grid:Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.getSpatialContext:()Lorg/locationtech/spatial4j/context/SpatialContext;
            astore 4 /* ctx */
        start local 4 // org.locationtech.spatial4j.context.SpatialContext ctx
         3: .line 109
            aload 1 /* shape */
            instanceof org.locationtech.spatial4j.shape.Point
            ifeq 5
         4: .line 110
            aload 4 /* ctx */
            aload 1 /* shape */
            checkcast org.locationtech.spatial4j.shape.Point
            dload 2 /* distErr */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.makeCircle:(Lorg/locationtech/spatial4j/shape/Point;D)Lorg/locationtech/spatial4j/shape/Circle;
            areturn
         5: .line 111
      StackMap locals: org.locationtech.spatial4j.context.SpatialContext
      StackMap stack:
            aload 1 /* shape */
            instanceof org.locationtech.spatial4j.shape.Circle
            ifeq 11
         6: .line 112
            aload 1 /* shape */
            checkcast org.locationtech.spatial4j.shape.Circle
            astore 5 /* circle */
        start local 5 // org.locationtech.spatial4j.shape.Circle circle
         7: .line 113
            aload 5 /* circle */
            invokeinterface org.locationtech.spatial4j.shape.Circle.getRadius:()D
            dload 2 /* distErr */
            dadd
            dstore 6 /* newDist */
        start local 6 // double newDist
         8: .line 114
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.isGeo:()Z
            ifeq 10
            dload 6 /* newDist */
            ldc 180.0
            dcmpl
            ifle 10
         9: .line 115
            ldc 180.0
            dstore 6 /* newDist */
        10: .line 116
      StackMap locals: org.locationtech.spatial4j.shape.Circle double
      StackMap stack:
            aload 4 /* ctx */
            aload 5 /* circle */
            invokeinterface org.locationtech.spatial4j.shape.Circle.getCenter:()Lorg/locationtech/spatial4j/shape/Point;
            dload 6 /* newDist */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.makeCircle:(Lorg/locationtech/spatial4j/shape/Point;D)Lorg/locationtech/spatial4j/shape/Circle;
            areturn
        end local 6 // double newDist
        end local 5 // org.locationtech.spatial4j.shape.Circle circle
        11: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* shape */
            invokeinterface org.locationtech.spatial4j.shape.Shape.getBoundingBox:()Lorg/locationtech/spatial4j/shape/Rectangle;
            astore 5 /* bbox */
        start local 5 // org.locationtech.spatial4j.shape.Rectangle bbox
        12: .line 119
            aload 5 /* bbox */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinX:()D
            dload 2 /* distErr */
            dsub
            dstore 6 /* newMinX */
        start local 6 // double newMinX
        13: .line 120
            aload 5 /* bbox */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxX:()D
            dload 2 /* distErr */
            dadd
            dstore 8 /* newMaxX */
        start local 8 // double newMaxX
        14: .line 121
            aload 5 /* bbox */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinY:()D
            dload 2 /* distErr */
            dsub
            dstore 10 /* newMinY */
        start local 10 // double newMinY
        15: .line 122
            aload 5 /* bbox */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxY:()D
            dload 2 /* distErr */
            dadd
            dstore 12 /* newMaxY */
        start local 12 // double newMaxY
        16: .line 123
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.isGeo:()Z
            ifeq 28
        17: .line 124
            dload 10 /* newMinY */
            ldc -90.0
            dcmpg
            ifge 19
        18: .line 125
            ldc -90.0
            dstore 10 /* newMinY */
        19: .line 126
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery org.locationtech.spatial4j.shape.Shape double org.locationtech.spatial4j.context.SpatialContext org.locationtech.spatial4j.shape.Rectangle double double double double
      StackMap stack:
            dload 12 /* newMaxY */
            ldc 90.0
            dcmpl
            ifle 21
        20: .line 127
            ldc 90.0
            dstore 12 /* newMaxY */
        21: .line 128
      StackMap locals:
      StackMap stack:
            dload 10 /* newMinY */
            ldc -90.0
            dcmpl
            ifeq 22
            dload 12 /* newMaxY */
            ldc 90.0
            dcmpl
            ifeq 22
            aload 5 /* bbox */
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getWidth:()D
            ldc 2.0
            dload 2 /* distErr */
            dmul
            dadd
            ldc 360.0
            dcmpl
            ifle 25
        22: .line 129
      StackMap locals:
      StackMap stack:
            ldc -180.0
            dstore 6 /* newMinX */
        23: .line 130
            ldc 180.0
            dstore 8 /* newMaxX */
        24: .line 131
            goto 32
        25: .line 132
      StackMap locals:
      StackMap stack:
            dload 6 /* newMinX */
            invokestatic org.locationtech.spatial4j.distance.DistanceUtils.normLonDEG:(D)D
            dstore 6 /* newMinX */
        26: .line 133
            dload 8 /* newMaxX */
            invokestatic org.locationtech.spatial4j.distance.DistanceUtils.normLonDEG:(D)D
            dstore 8 /* newMaxX */
        27: .line 135
            goto 32
        28: .line 137
      StackMap locals:
      StackMap stack:
            dload 6 /* newMinX */
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinX:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 6 /* newMinX */
        29: .line 138
            dload 8 /* newMaxX */
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxX:()D
            invokestatic java.lang.Math.min:(DD)D
            dstore 8 /* newMaxX */
        30: .line 139
            dload 10 /* newMinY */
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMinY:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 10 /* newMinY */
        31: .line 140
            dload 12 /* newMaxY */
            aload 4 /* ctx */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.getWorldBounds:()Lorg/locationtech/spatial4j/shape/Rectangle;
            invokeinterface org.locationtech.spatial4j.shape.Rectangle.getMaxY:()D
            invokestatic java.lang.Math.min:(DD)D
            dstore 12 /* newMaxY */
        32: .line 142
      StackMap locals:
      StackMap stack:
            aload 4 /* ctx */
            dload 6 /* newMinX */
            dload 8 /* newMaxX */
            dload 10 /* newMinY */
            dload 12 /* newMaxY */
            invokevirtual org.locationtech.spatial4j.context.SpatialContext.makeRectangle:(DDDD)Lorg/locationtech/spatial4j/shape/Rectangle;
            areturn
        end local 12 // double newMaxY
        end local 10 // double newMinY
        end local 8 // double newMaxX
        end local 6 // double newMinX
        end local 5 // org.locationtech.spatial4j.shape.Rectangle bbox
        end local 4 // org.locationtech.spatial4j.context.SpatialContext ctx
        end local 2 // double distErr
        end local 1 // org.locationtech.spatial4j.shape.Shape shape
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   33     0     this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            0   33     1    shape  Lorg/locationtech/spatial4j/shape/Shape;
            0   33     2  distErr  D
            3   33     4      ctx  Lorg/locationtech/spatial4j/context/SpatialContext;
            7   11     5   circle  Lorg/locationtech/spatial4j/shape/Circle;
            8   11     6  newDist  D
           12   33     5     bbox  Lorg/locationtech/spatial4j/shape/Rectangle;
           13   33     6  newMinX  D
           14   33     8  newMaxX  D
           15   33    10  newMinY  D
           16   33    12  newMaxY  D
    MethodParameters:
         Name  Flags
      shape    
      distErr  

  protected org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/DocIdSet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 149
            new org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.<init>:(Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;Lorg/apache/lucene/index/LeafReaderContext;)V
         1: .line 229
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.getDocIdSet:()Lorg/apache/lucene/search/DocIdSet;
         2: .line 149
            areturn
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            0    3     1  context  Lorg/apache/lucene/index/LeafReaderContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "WithinPrefixTreeQuery.java"
NestMembers:
  org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1
InnerClasses:
  org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1