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: 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 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.apache.lucene.spatial.prefix.tree.CellIterator.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.shapeFilter:Lorg/locationtech/spatial4j/shape/Shape;
2: getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
ifne 3
aload 3
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: 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
iload 2
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: aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
iconst_0
aload 3
aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getNextLevelCells:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aastore
5: aload 0
iconst_0
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
6: aload 0
iconst_0
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
7: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.nextCell:Lorg/apache/lucene/spatial/prefix/tree/Cell;
ifnull 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
iconst_m1
if_icmpne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
ifeq 7
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
aload 0
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
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
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: aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
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
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
start local 1 6: aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
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
aastore
end local 1 7: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
aaload
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
ifeq 12
8: aload 0
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
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: aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.stackIdx:I
aload 0
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
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.shapeFilter:Lorg/locationtech/spatial4j/shape/Shape;
instanceof org.locationtech.spatial4j.shape.Point
ifne 15
10: aload 0
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: goto 15
12: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.iterStack:[Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
aload 0
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: aload 0
iconst_0
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
14: goto 2
15: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
ifne 16
aload 0
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: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
17: iconst_1
ireturn
end local 0 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 0: getstatic org.apache.lucene.spatial.prefix.tree.TreeCellIterator.$assertionsDisabled:Z
ifne 2
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.TreeCellIterator.thisCell:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
ifnull 1
aload 0
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: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield org.apache.lucene.spatial.prefix.tree.TreeCellIterator.descend:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/spatial/prefix/tree/TreeCellIterator;
}
SourceFile: "TreeCellIterator.java"