class org.apache.lucene.spatial.prefix.tree.TreeCellIterator extends org.apache.lucene.spatial.prefix.tree.CellIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.tree.TreeCellIterator
  super_class: org.apache.lucene.spatial.prefix.tree.CellIterator
{
  private final org.locationtech.spatial4j.shape.Shape shapeFilter;
    descriptor: Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.spatial.prefix.tree.CellIterator[] iterStack;
    descriptor: [Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int stackIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean descend;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            ldc Lorg/apache/lucene/spatial/prefix/tree/TreeCellIterator;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.locationtech.spatial4j.shape.Shape, int, org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;ILorg/apache/lucene/spatial/prefix/tree/Cell;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
        start local 1 // org.locationtech.spatial4j.shape.Shape shapeFilter
        start local 2 // int detailLevel
        start local 3 // org.apache.lucene.spatial.prefix.tree.Cell parentCell
         0: .line 38
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial.prefix.tree.CellIterator.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* shapeFilter */
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.shapeFilter:Lorg/locationtech/spatial4j/shape/Shape;
         2: .line 40
            getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
            ifne 3
            aload 3 /* parentCell */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
            ifeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 41
      StackMap locals: org.apache.lucene.spatial.prefix.tree.TreeCellIterator org.locationtech.spatial4j.shape.Shape int org.apache.lucene.spatial.prefix.tree.Cell
      StackMap stack:
            aload 0 /* this */
            iload 2 /* detailLevel */
            anewarray org.apache.lucene.spatial.prefix.tree.CellIterator
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
         4: .line 42
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            iconst_0
            aload 3 /* parentCell */
            aload 1 /* shapeFilter */
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getNextLevelCells:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aastore
         5: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
         6: .line 45
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
         7: .line 46
            return
        end local 3 // org.apache.lucene.spatial.prefix.tree.Cell parentCell
        end local 2 // int detailLevel
        end local 1 // org.locationtech.spatial4j.shape.Shape shapeFilter
        end local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/apache/lucene/spatial/prefix/tree/TreeCellIterator;
            0    8     1  shapeFilter  Lorg/locationtech/spatial4j/shape/Shape;
            0    8     2  detailLevel  I
            0    8     3   parentCell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    MethodParameters:
             Name  Flags
      shapeFilter  
      detailLevel  
      parentCell   

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
         0: .line 50
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            ifnull 2
         1: .line 51
            iconst_1
            ireturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            iconst_m1
            if_icmpne 4
         3: .line 54
            iconst_0
            ireturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
            ifeq 7
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            arraylength
            iconst_1
            isub
            if_icmpeq 7
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aaload
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.isLeaf:()Z
            ifne 7
         5: .line 57
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aaload
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.thisCell:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.shapeFilter: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;
            astore 1 /* nextIter */
        start local 1 // org.apache.lucene.spatial.prefix.tree.CellIterator nextIter
         6: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aload 1 /* nextIter */
            aastore
        end local 1 // org.apache.lucene.spatial.prefix.tree.CellIterator nextIter
         7: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aaload
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
            ifeq 12
         8: .line 63
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aaload
            invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
         9: .line 65
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            arraylength
            iconst_1
            isub
            if_icmpne 15
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.shapeFilter:Lorg/locationtech/spatial4j/shape/Shape;
            instanceof org.locationtech.spatial4j.shape.Point
            ifne 15
        10: .line 66
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.setLeaf:()V
        11: .line 67
            goto 15
        12: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            dup_x1
            iconst_1
            isub
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
            aconst_null
            aastore
        13: .line 72
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
        14: .line 52
            goto 2
        15: .line 74
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
            ifne 16
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            ifnonnull 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
        17: .line 76
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/apache/lucene/spatial/prefix/tree/TreeCellIterator;
            6    7     1  nextIter  Lorg/apache/lucene/spatial/prefix/tree/CellIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
         0: .line 81
            getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.TreeCellIterator.thisCell:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
            ifnull 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
         3: .line 83
            return
        end local 0 // org.apache.lucene.spatial.prefix.tree.TreeCellIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial/prefix/tree/TreeCellIterator;
}
SourceFile: "TreeCellIterator.java"