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 start local 3 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.this$0:Lorg/apache/lucene/spatial/prefix/WithinPrefixTreeQuery;
aload 0
aload 2
aload 3
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 end local 0 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 0: aload 0
new org.apache.lucene.util.FixedBitSet
dup
aload 0
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: aload 0
new org.apache.lucene.util.FixedBitSet
dup
aload 0
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: return
end local 0 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 0: aload 0
getfield org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.inside:Lorg/apache/lucene/util/FixedBitSet;
aload 0
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: new org.apache.lucene.util.BitDocIdSet
dup
aload 0
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 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 start local 1 0: aload 1
aload 0
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 end local 0 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 start local 1 0: aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getShape:()Lorg/locationtech/spatial4j/shape/Shape;
aload 0
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
start local 2 1: aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
aload 0
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: aload 0
aload 2
invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
ifeq 3
aload 0
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
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: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 2
getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
if_acmpne 9
7: aload 0
aload 0
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: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 2
getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
if_acmpne 12
10: aload 0
aload 0
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: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.allCellsIntersectQuery:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
ifeq 2
1: aload 0
aload 0
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: StackMap locals:
StackMap stack:
aload 0
aload 0
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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getShape:()Lorg/locationtech/spatial4j/shape/Shape;
aload 0
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
start local 2 1: aload 1
invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getLevel:()I
aload 0
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: aload 2
invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.intersects:()Z
ireturn
3: StackMap locals: org.locationtech.spatial4j.shape.SpatialRelation
StackMap stack:
aload 2
getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
if_acmpne 5
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
aload 2
getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
if_acmpne 7
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 1
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
start local 3 8: goto 12
9: StackMap locals: org.apache.lucene.spatial.prefix.tree.CellIterator
StackMap stack:
aload 3
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.next:()Lorg/apache/lucene/spatial/prefix/tree/Cell;
astore 4
start local 4 10: aload 0
aload 4
invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.allCellsIntersectQuery:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
ifne 12
11: iconst_0
ireturn
end local 4 12: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.apache.lucene.spatial.prefix.tree.CellIterator.hasNext:()Z
ifne 9
13: iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial.prefix.WithinPrefixTreeQuery$1.visitLeaf:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
1: return
end local 1 end local 0 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