class org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell extends org.apache.lucene.spatial.prefix.tree.LegacyCell
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell
super_class: org.apache.lucene.spatial.prefix.tree.LegacyCell
{
private java.lang.String geohash;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree this$0;
descriptor: Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree, java.lang.String);
descriptor: (Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
1: aload 0
aload 2
invokestatic org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.stringToBytesPlus1:(Ljava/lang/String;)[B
iconst_0
aload 2
invokevirtual java.lang.String.length:()I
invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.<init>:([BII)V
2: aload 0
aload 2
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
3: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.isLeaf:()Z
ifeq 5
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getLevel:()I
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getMaxLevels:()I
if_icmpge 5
4: aload 0
aload 2
iconst_0
aload 2
invokevirtual java.lang.String.length:()I
iconst_1
isub
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
5: StackMap locals: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree java.lang.String
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
0 6 2 geohash Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
geohash
void <init>(org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree, byte[], int, int);
descriptor: (Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;[BII)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
1: aload 0
aload 2
iload 3
iload 4
invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.<init>:([BII)V
2: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
0 3 2 bytes [B
0 3 3 off I
0 3 4 len I
MethodParameters:
Name Flags
this$0 final
bytes
off
len
protected org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree getGrid();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
protected int getMaxLevels();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.maxLevels:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
protected void readCell(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.readCell:(Lorg/apache/lucene/util/BytesRef;)V
1: aload 0
aconst_null
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
0 3 1 bytesRef Lorg/apache/lucene/util/BytesRef;
MethodParameters:
Name Flags
bytesRef
public java.util.Collection<org.apache.lucene.spatial.prefix.tree.Cell> getSubCells();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGeohash:()Ljava/lang/String;
invokestatic org.locationtech.spatial4j.io.GeohashUtils.getSubGeohashes:(Ljava/lang/String;)[Ljava/lang/String;
astore 1
start local 1 1: new java.util.ArrayList
dup
aload 1
arraylength
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 2: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
StackMap locals: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell java.lang.String[] java.util.List top int int java.lang.String[]
StackMap stack:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 2
new org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell
dup
aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
aload 3
invokespecial org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.<init>:(Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;Ljava/lang/String;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: aload 2
areturn
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/GeohashPrefixTree$GhCell;
1 8 1 hashes [Ljava/lang/String;
2 8 2 cells Ljava/util/List<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
4 5 3 hash Ljava/lang/String;
Signature: ()Ljava/util/Collection<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;
public int getSubCellsSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 32
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
protected org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell getSubCell(org.locationtech.spatial4j.shape.Point);
descriptor: (Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
aload 1
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getLevel:()I
iconst_1
iadd
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.getCell:(Lorg/locationtech/spatial4j/shape/Point;I)Lorg/apache/lucene/spatial/prefix/tree/Cell;
checkcast org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
0 1 1 p Lorg/locationtech/spatial4j/shape/Point;
MethodParameters:
Name Flags
p
public org.locationtech.spatial4j.shape.Shape getShape();
descriptor: ()Lorg/locationtech/spatial4j/shape/Shape;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
ifnonnull 2
1: aload 0
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGeohash:()Ljava/lang/String;
aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.getSpatialContext:()Lorg/locationtech/spatial4j/context/SpatialContext;
invokestatic org.locationtech.spatial4j.io.GeohashUtils.decodeBoundary:(Ljava/lang/String;Lorg/locationtech/spatial4j/context/SpatialContext;)Lorg/locationtech/spatial4j/shape/Rectangle;
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
private java.lang.String getGeohash();
descriptor: ()Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
ifnonnull 2
1: aload 0
aload 0
aconst_null
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.util.BytesRef.utf8ToString:()Ljava/lang/String;
putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
protected org.apache.lucene.spatial.prefix.tree.LegacyCell getSubCell(org.locationtech.spatial4j.shape.Point);
descriptor: (Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getSubCell:(Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree$GhCell;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree getGrid();
descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "GeohashPrefixTree.java"
NestHost: org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree
InnerClasses:
private GhCell = org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell of org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree