class org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 extends org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1
  super_class: org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate
{
  private org.apache.lucene.util.FixedBitSet inside;
    descriptor: Lorg/apache/lucene/util/FixedBitSet;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.util.FixedBitSet outside;
    descriptor: Lorg/apache/lucene/util/FixedBitSet;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery this$0;
    descriptor: Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery, org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery, org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;Lorg/apache/lucene/index/LeafReaderContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 3 // org.apache.lucene.index.LeafReaderContext $anonymous0
         0: .line 149
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            aload 0 /* this */
            aload 2
            aload 3 /* $anonymous0 */
            invokespecial org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate.<init>:(Lorg/apache/lucene/spatial/prefix/AbstractVisitingPrefixTreeQuery;Lorg/apache/lucene/index/LeafReaderContext;)V
            return
        end local 3 // org.apache.lucene.index.LeafReaderContext $anonymous0
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0    1     3  $anonymous0  Lorg/apache/lucene/index/LeafReaderContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  

  protected void start();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
         0: .line 155
            aload 0 /* this */
            new org.apache.lucene.util.FixedBitSet
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.maxDoc:I
            invokespecial org.apache.lucene.util.FixedBitSet.<init>:(I)V
            putfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
         1: .line 156
            aload 0 /* this */
            new org.apache.lucene.util.FixedBitSet
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.maxDoc:I
            invokespecial org.apache.lucene.util.FixedBitSet.<init>:(I)V
            putfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.outside:Lorg/apache/lucene/util/FixedBitSet;
         2: .line 157
            return
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;

  protected org.apache.lucene.search.DocIdSet finish();
    descriptor: ()Lorg/apache/lucene/search/DocIdSet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.outside:Lorg/apache/lucene/util/FixedBitSet;
            invokevirtual org.apache.lucene.util.FixedBitSet.andNot:(Lorg/apache/lucene/util/FixedBitSet;)V
         1: .line 162
            new org.apache.lucene.util.BitDocIdSet
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
            invokespecial org.apache.lucene.util.BitDocIdSet.<init>:(Lorg/apache/lucene/util/BitSet;)V
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;

  protected org.apache.lucene.spatial.prefix.tree.CellIterator findSubCellsToVisit(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 168
            aload 1 /* cell */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.bufferedQueryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getNextLevelCells:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            areturn
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0    1     1  cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    MethodParameters:
      Name  Flags
      cell  

  protected boolean visitPrefix(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 175
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getShape:()Lorg/locationtech/spatial4j/shape/Shape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            astore 2 /* visitRelation */
        start local 2 // org.locationtech.spatial4j.shape.SpatialRelation visitRelation
         1: .line 176
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.detailLevel:I
            if_icmpne 6
         2: .line 177
            aload 0 /* this */
            aload 2 /* visitRelation */
            invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
            ifeq 3
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
            goto 4
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 org.apache.lucene.spatial.prefix.tree.Cell org.locationtech.spatial4j.shape.SpatialRelation
      StackMap stack: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1
         3: aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.outside:Lorg/apache/lucene/util/FixedBitSet;
      StackMap locals: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 org.apache.lucene.spatial.prefix.tree.Cell org.locationtech.spatial4j.shape.SpatialRelation
      StackMap stack: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 org.apache.lucene.util.FixedBitSet
         4: invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.collectDocs:(Lorg/apache/lucene/util/BitSet;)V
         5: .line 178
            iconst_0
            ireturn
         6: .line 179
      StackMap locals:
      StackMap stack:
            aload 2 /* visitRelation */
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            if_acmpne 9
         7: .line 180
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.collectDocs:(Lorg/apache/lucene/util/BitSet;)V
         8: .line 181
            iconst_0
            ireturn
         9: .line 182
      StackMap locals:
      StackMap stack:
            aload 2 /* visitRelation */
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            if_acmpne 12
        10: .line 183
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.outside:Lorg/apache/lucene/util/FixedBitSet;
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.collectDocs:(Lorg/apache/lucene/util/BitSet;)V
        11: .line 184
            iconst_0
            ireturn
        12: .line 186
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.locationtech.spatial4j.shape.SpatialRelation visitRelation
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0   13     1           cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            1   13     2  visitRelation  Lorg/locationtech/spatial4j/shape/SpatialRelation;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  

  protected void visitLeaf(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 191
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.allCellsIntersectQuery:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
            ifeq 2
         1: .line 192
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.collectDocs:(Lorg/apache/lucene/util/BitSet;)V
            goto 3
         2: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.outside:Lorg/apache/lucene/util/FixedBitSet;
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.collectDocs:(Lorg/apache/lucene/util/BitSet;)V
         3: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0    4     1  cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  

  private boolean allCellsIntersectQuery(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 201
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getShape:()Lorg/locationtech/spatial4j/shape/Shape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            astore 2 /* relate */
        start local 2 // org.locationtech.spatial4j.shape.SpatialRelation relate
         1: .line 202
            aload 1 /* cell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
            getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.detailLevel:I
            if_icmpne 3
         2: .line 203
            aload 2 /* relate */
            invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
            ireturn
         3: .line 204
      StackMap locals: org.locationtech.spatial4j.shape.SpatialRelation
      StackMap stack:
            aload 2 /* relate */
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            if_acmpne 5
         4: .line 205
            iconst_1
            ireturn
         5: .line 206
      StackMap locals:
      StackMap stack:
            aload 2 /* relate */
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            if_acmpne 7
         6: .line 207
            iconst_0
            ireturn
         7: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* cell */
            aconst_null
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getNextLevelCells:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            astore 3 /* subCells */
        start local 3 // org.apache.lucene.spatial.prefix.tree.CellIterator subCells
         8: .line 211
            goto 12
         9: .line 212
      StackMap locals: org.apache.lucene.spatial.prefix.tree.CellIterator
      StackMap stack:
            aload 3 /* subCells */
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            astore 4 /* subCell */
        start local 4 // org.apache.lucene.spatial.prefix.tree.Cell subCell
        10: .line 213
            aload 0 /* this */
            aload 4 /* subCell */
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.allCellsIntersectQuery:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
            ifne 12
        11: .line 214
            iconst_0
            ireturn
        end local 4 // org.apache.lucene.spatial.prefix.tree.Cell subCell
        12: .line 211
      StackMap locals:
      StackMap stack:
            aload 3 /* subCells */
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
            ifne 9
        13: .line 216
            iconst_1
            ireturn
        end local 3 // org.apache.lucene.spatial.prefix.tree.CellIterator subCells
        end local 2 // org.locationtech.spatial4j.shape.SpatialRelation relate
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0   14     1      cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            1   14     2    relate  Lorg/locationtech/spatial4j/shape/SpatialRelation;
            8   14     3  subCells  Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
           10   12     4   subCell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    MethodParameters:
      Name  Flags
      cell  

  protected void visitScanned(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
         0: .line 221
            aload 0 /* this */
            aload 1 /* cell */
            invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.visitLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
         1: .line 227
            return
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell cell
        end local 0 // org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery$1;
            0    2     1  cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cell  
}
SourceFile: "WithinPrefixTreeQuery.java"
EnclosingMethod: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery.getDocIdSet:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/DocIdSet;
NestHost: org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery
InnerClasses:
  public abstract VisitorTemplate = org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery$VisitorTemplate of org.apache.lucene.spatial.prefix.AbstractVisitingPrefixTreeQuery
  org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1