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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
        start local 2 // java.lang.String geohash
         0: .line 103
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
         1: .line 104
            aload 0 /* this */
            aload 2 /* geohash */
            invokestatic org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree.stringToBytesPlus1:(Ljava/lang/String;)[B
            iconst_0
            aload 2 /* geohash */
            invokevirtual java.lang.String.length:()I
            invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.<init>:([BII)V
         2: .line 105
            aload 0 /* this */
            aload 2 /* geohash */
            putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
         3: .line 106
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.isLeaf:()Z
            ifeq 5
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getMaxLevels:()I
            if_icmpge 5
         4: .line 107
            aload 0 /* this */
            aload 2 /* geohash */
            iconst_0
            aload 2 /* geohash */
            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: .line 108
      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 // java.lang.String geohash
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
        start local 2 // byte[] bytes
        start local 3 // int off
        start local 4 // int len
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
         1: .line 111
            aload 0 /* this */
            aload 2 /* bytes */
            iload 3 /* off */
            iload 4 /* len */
            invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.<init>:([BII)V
         2: .line 112
            return
        end local 4 // int len
        end local 3 // int off
        end local 2 // byte[] bytes
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 118
            aload 0 /* this */
            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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
        start local 1 // org.apache.lucene.util.BytesRef bytesRef
         0: .line 122
            aload 0 /* this */
            aload 1 /* bytesRef */
            invokespecial org.apache.lucene.spatial.prefix.tree.LegacyCell.readCell:(Lorg/apache/lucene/util/BytesRef;)V
         1: .line 123
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
         2: .line 124
            return
        end local 1 // org.apache.lucene.util.BytesRef bytesRef
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 128
            aload 0 /* this */
            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 /* hashes */
        start local 1 // java.lang.String[] hashes
         1: .line 129
            new java.util.ArrayList
            dup
            aload 1 /* hashes */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* cells */
        start local 2 // java.util.List cells
         2: .line 130
            aload 1 /* hashes */
            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 /* hash */
        start local 3 // java.lang.String hash
         4: .line 131
            aload 2 /* cells */
            new org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.this$0:Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
            aload 3 /* hash */
            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 // java.lang.String hash
         5: .line 130
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 133
            aload 2 /* cells */
            areturn
        end local 2 // java.util.List cells
        end local 1 // java.lang.String[] hashes
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 138
            bipush 32
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
        start local 1 // org.locationtech.spatial4j.shape.Point p
         0: .line 143
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/GeohashPrefixTree;
            aload 1 /* p */
            aload 0 /* this */
            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 // org.locationtech.spatial4j.shape.Point p
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 148
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
            ifnonnull 2
         1: .line 149
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.getGeohash:()Ljava/lang/String;
            aload 0 /* this */
            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: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
         0: .line 155
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
            ifnonnull 2
         1: .line 156
            aload 0 /* this */
            aload 0 /* this */
            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: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell.geohash:Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.GeohashPrefixTree$GhCell this
      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: .line 1
            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: .line 1
            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