public abstract class org.apache.lucene.spatial.prefix.tree.LegacyCell implements org.apache.lucene.spatial.prefix.tree.CellCanPrune
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial.prefix.tree.LegacyCell
  super_class: java.lang.Object
{
  private static final byte LEAF_BYTE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 43

  protected byte[] bytes;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int b_off;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int b_len;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean isLeaf;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected org.locationtech.spatial4j.shape.SpatialRelation shapeRel;
    descriptor: Lorg/locationtech/spatial4j/shape/SpatialRelation;
    flags: (0x0004) ACC_PROTECTED

  protected org.locationtech.spatial4j.shape.Shape shape;
    descriptor: Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0004) ACC_PROTECTED

  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 30
            ldc Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            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.LegacyCell.$assertionsDisabled:Z
         3: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* bytes */
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
         2: .line 56
            aload 0 /* this */
            iload 2 /* off */
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
         3: .line 57
            aload 0 /* this */
            iload 3 /* len */
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
         4: .line 58
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.readLeafAdjust:()V
         5: .line 59
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    6     1  bytes  [B
            0    6     2    off  I
            0    6     3    len  I
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  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.LegacyCell this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 62
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
         1: .line 63
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shape:Lorg/locationtech/spatial4j/shape/Shape;
         2: .line 64
            aload 0 /* this */
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
         3: .line 65
            aload 0 /* this */
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
         4: .line 66
            aload 0 /* this */
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            i2s
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
         5: .line 67
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.readLeafAdjust:()V
         6: .line 68
            return
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    7     1  bytes  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      bytes  

  protected void readLeafAdjust();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 71
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            ifle 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            iadd
            iconst_1
            isub
            baload
            bipush 43
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.apache.lucene.spatial.prefix.tree.LegacyCell
         1: iconst_0
      StackMap locals: org.apache.lucene.spatial.prefix.tree.LegacyCell
      StackMap stack: org.apache.lucene.spatial.prefix.tree.LegacyCell int
         2: putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
         3: .line 72
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
            ifeq 5
         4: .line 73
            aload 0 /* this */
            dup
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            iconst_1
            isub
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
         5: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getMaxLevels:()I
            if_icmpne 7
         6: .line 75
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
         7: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  protected abstract org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree getGrid();
    descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract int getMaxLevels();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public org.locationtech.spatial4j.shape.SpatialRelation getShapeRel();
    descriptor: ()Lorg/locationtech/spatial4j/shape/SpatialRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 84
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  public void setShapeRel(org.locationtech.spatial4j.shape.SpatialRelation);
    descriptor: (Lorg/locationtech/spatial4j/shape/SpatialRelation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.locationtech.spatial4j.shape.SpatialRelation rel
         0: .line 89
            aload 0 /* this */
            aload 1 /* rel */
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
         1: .line 90
            return
        end local 1 // org.locationtech.spatial4j.shape.SpatialRelation rel
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    2     1   rel  Lorg/locationtech/spatial4j/shape/SpatialRelation;
    MethodParameters:
      Name  Flags
      rel   

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 94
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  public void setLeaf();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 99
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
         1: .line 100
            return
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  public org.apache.lucene.util.BytesRef getTokenBytesWithLeaf(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.apache.lucene.util.BytesRef result
         0: .line 104
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            astore 1 /* result */
         1: .line 105
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.isLeaf:Z
            ifeq 2
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getMaxLevels:()I
            if_icmpne 3
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            arraylength
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
            iconst_1
            iadd
            if_icmpge 9
         4: .line 108
            getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
            ifne 5
            new java.lang.AssertionError
            dup
            ldc "Not supposed to happen; performance bug"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.length:I
            iconst_1
            iadd
            newarray 8
            astore 2 /* copy */
        start local 2 // byte[] copy
         6: .line 110
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 2 /* copy */
            iconst_0
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.length:I
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 111
            aload 1 /* result */
            aload 2 /* copy */
            putfield org.apache.lucene.util.BytesRef.bytes:[B
         8: .line 112
            aload 1 /* result */
            iconst_0
            putfield org.apache.lucene.util.BytesRef.offset:I
        end local 2 // byte[] copy
         9: .line 114
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* result */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* result */
            dup
            getfield org.apache.lucene.util.BytesRef.length:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.BytesRef.length:I
            iadd
            bipush 43
            bastore
        10: .line 115
            aload 1 /* result */
            areturn
        end local 1 // org.apache.lucene.util.BytesRef result
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0   11     1  result  Lorg/apache/lucene/util/BytesRef;
            6    9     2    copy  [B
    MethodParameters:
        Name  Flags
      result  

  public org.apache.lucene.util.BytesRef getTokenBytesNoLeaf(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.apache.lucene.util.BytesRef result
         0: .line 120
            aload 1 /* result */
            ifnonnull 2
         1: .line 121
            new org.apache.lucene.util.BytesRef
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            invokespecial org.apache.lucene.util.BytesRef.<init>:([BII)V
            areturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            putfield org.apache.lucene.util.BytesRef.bytes:[B
         3: .line 123
            aload 1 /* result */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            putfield org.apache.lucene.util.BytesRef.offset:I
         4: .line 124
            aload 1 /* result */
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            putfield org.apache.lucene.util.BytesRef.length:I
         5: .line 125
            aload 1 /* result */
            areturn
        end local 1 // org.apache.lucene.util.BytesRef result
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    6     1  result  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
        Name  Flags
      result  

  public int getLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  public org.apache.lucene.spatial.prefix.tree.CellIterator getNextLevelCells(org.locationtech.spatial4j.shape.Shape);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;)Lorg/apache/lucene/spatial/prefix/tree/CellIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.locationtech.spatial4j.shape.Shape shapeFilter
         0: .line 135
            getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getGrid:()Lorg/apache/lucene/spatial/prefix/tree/SpatialPrefixTree;
            invokevirtual org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree.getMaxLevels:()I
            if_icmplt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* shapeFilter */
            instanceof org.locationtech.spatial4j.shape.Point
            ifeq 5
         2: .line 137
            aload 0 /* this */
            aload 1 /* shapeFilter */
            checkcast org.locationtech.spatial4j.shape.Point
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getSubCell:(Lorg/locationtech/spatial4j/shape/Point;)Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            astore 2 /* cell */
        start local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell cell
         3: .line 138
            aload 2 /* cell */
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.CONTAINS:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            putfield org.apache.lucene.spatial.prefix.tree.LegacyCell.shapeRel:Lorg/locationtech/spatial4j/shape/SpatialRelation;
         4: .line 139
            new org.apache.lucene.spatial.prefix.tree.SingletonCellIterator
            dup
            aload 2 /* cell */
            invokespecial org.apache.lucene.spatial.prefix.tree.SingletonCellIterator.<init>:(Lorg/apache/lucene/spatial/prefix/tree/Cell;)V
            areturn
        end local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell cell
         5: .line 141
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.spatial.prefix.tree.FilterCellIterator
            dup
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getSubCells:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            aload 1 /* shapeFilter */
            invokespecial org.apache.lucene.spatial.prefix.tree.FilterCellIterator.<init>:(Ljava/util/Iterator;Lorg/locationtech/spatial4j/shape/Shape;)V
            areturn
        end local 1 // org.locationtech.spatial4j.shape.Shape shapeFilter
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    6     1  shapeFilter  Lorg/locationtech/spatial4j/shape/Shape;
            3    5     2         cell  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
    MethodParameters:
             Name  Flags
      shapeFilter  

  protected abstract 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: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     

  protected abstract java.util.Collection<org.apache.lucene.spatial.prefix.tree.Cell> getSubCells();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/spatial/prefix/tree/Cell;>;

  public boolean isPrefixOf(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell c
         0: .line 165
            aload 1 /* c */
            checkcast org.apache.lucene.spatial.prefix.tree.LegacyCell
            astore 2 /* cell */
        start local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell cell
         1: .line 166
            aload 2 /* cell */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 2 /* cell */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 2 /* cell */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            invokestatic org.apache.lucene.spatial.prefix.tree.LegacyCell.sliceEquals:([BII[BII)Z
            istore 3 /* result */
        start local 3 // boolean result
         2: .line 167
            getstatic org.apache.lucene.spatial.prefix.tree.LegacyCell.$assertionsDisabled:Z
            ifne 3
            iload 3 /* result */
            aload 1 /* c */
            aconst_null
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesNoLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            invokestatic org.apache.lucene.util.StringHelper.startsWith:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)Z
            if_icmpeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 168
      StackMap locals: org.apache.lucene.spatial.prefix.tree.LegacyCell int
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 3 // boolean result
        end local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell cell
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell c
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    4     1       c  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            1    4     2    cell  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            2    4     3  result  Z
    MethodParameters:
      Name  Flags
      c     

  private static boolean sliceEquals(byte[], int, int, byte[], int, int);
    descriptor: ([BII[BII)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=6
        start local 0 // byte[] sliceToTest_bytes
        start local 1 // int sliceToTest_offset
        start local 2 // int sliceToTest_length
        start local 3 // byte[] other_bytes
        start local 4 // int other_offset
        start local 5 // int other_length
         0: .line 175
            iload 2 /* sliceToTest_length */
            iload 5 /* other_length */
            if_icmpge 2
         1: .line 176
            iconst_0
            ireturn
         2: .line 178
      StackMap locals:
      StackMap stack:
            iload 1 /* sliceToTest_offset */
            istore 6 /* i */
        start local 6 // int i
         3: .line 179
            iload 4 /* other_offset */
            istore 7 /* j */
        start local 7 // int j
         4: .line 180
            iload 4 /* other_offset */
            iload 5 /* other_length */
            iadd
            istore 8 /* k */
        start local 8 // int k
         5: .line 182
            goto 8
         6: .line 183
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* sliceToTest_bytes */
            iload 6 /* i */
            iinc 6 /* i */ 1
            baload
            aload 3 /* other_bytes */
            iload 7 /* j */
            iinc 7 /* j */ 1
            baload
            if_icmpeq 8
         7: .line 184
            iconst_0
            ireturn
         8: .line 182
      StackMap locals:
      StackMap stack:
            iload 7 /* j */
            iload 8 /* k */
            if_icmplt 6
         9: .line 188
            iconst_1
            ireturn
        end local 8 // int k
        end local 7 // int j
        end local 6 // int i
        end local 5 // int other_length
        end local 4 // int other_offset
        end local 3 // byte[] other_bytes
        end local 2 // int sliceToTest_length
        end local 1 // int sliceToTest_offset
        end local 0 // byte[] sliceToTest_bytes
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0   sliceToTest_bytes  [B
            0   10     1  sliceToTest_offset  I
            0   10     2  sliceToTest_length  I
            0   10     3         other_bytes  [B
            0   10     4        other_offset  I
            0   10     5        other_length  I
            3   10     6                   i  I
            4   10     7                   j  I
            5   10     8                   k  I
    MethodParameters:
                    Name  Flags
      sliceToTest_bytes   
      sliceToTest_offset  
      sliceToTest_length  
      other_bytes         
      other_offset        
      other_length        

  public int compareToNoLeaf(org.apache.lucene.spatial.prefix.tree.Cell);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/Cell;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // org.apache.lucene.spatial.prefix.tree.Cell fromCell
         0: .line 193
            aload 1 /* fromCell */
            checkcast org.apache.lucene.spatial.prefix.tree.LegacyCell
            astore 2 /* b */
        start local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell b
         1: .line 194
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            aload 2 /* b */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.bytes:[B
            aload 2 /* b */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_off:I
            aload 2 /* b */
            getfield org.apache.lucene.spatial.prefix.tree.LegacyCell.b_len:I
            invokestatic org.apache.lucene.spatial.prefix.tree.LegacyCell.compare:([BII[BII)I
            ireturn
        end local 2 // org.apache.lucene.spatial.prefix.tree.LegacyCell b
        end local 1 // org.apache.lucene.spatial.prefix.tree.Cell fromCell
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    2     1  fromCell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
            1    2     2         b  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
    MethodParameters:
          Name  Flags
      fromCell  

  protected static int compare(byte[], int, int, byte[], int, int);
    descriptor: ([BII[BII)I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=10, args_size=6
        start local 0 // byte[] aBytes
        start local 1 // int aUpto
        start local 2 // int a_length
        start local 3 // byte[] bBytes
        start local 4 // int bUpto
        start local 5 // int b_length
         0: .line 200
            iload 1 /* aUpto */
            iload 2 /* a_length */
            iload 5 /* b_length */
            invokestatic java.lang.Math.min:(II)I
            iadd
            istore 6 /* aStop */
        start local 6 // int aStop
         1: .line 201
            goto 7
         2: .line 202
      StackMap locals: int
      StackMap stack:
            aload 0 /* aBytes */
            iload 1 /* aUpto */
            iinc 1 /* aUpto */ 1
            baload
            sipush 255
            iand
            istore 7 /* aByte */
        start local 7 // int aByte
         3: .line 203
            aload 3 /* bBytes */
            iload 4 /* bUpto */
            iinc 4 /* bUpto */ 1
            baload
            sipush 255
            iand
            istore 8 /* bByte */
        start local 8 // int bByte
         4: .line 205
            iload 7 /* aByte */
            iload 8 /* bByte */
            isub
            istore 9 /* diff */
        start local 9 // int diff
         5: .line 206
            iload 9 /* diff */
            ifeq 7
         6: .line 207
            iload 9 /* diff */
            ireturn
        end local 9 // int diff
        end local 8 // int bByte
        end local 7 // int aByte
         7: .line 201
      StackMap locals:
      StackMap stack:
            iload 1 /* aUpto */
            iload 6 /* aStop */
            if_icmplt 2
         8: .line 212
            iload 2 /* a_length */
            iload 5 /* b_length */
            isub
            ireturn
        end local 6 // int aStop
        end local 5 // int b_length
        end local 4 // int bUpto
        end local 3 // byte[] bBytes
        end local 2 // int a_length
        end local 1 // int aUpto
        end local 0 // byte[] aBytes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0    aBytes  [B
            0    9     1     aUpto  I
            0    9     2  a_length  I
            0    9     3    bBytes  [B
            0    9     4     bUpto  I
            0    9     5  b_length  I
            1    9     6     aStop  I
            3    7     7     aByte  I
            4    7     8     bByte  I
            5    7     9      diff  I
    MethodParameters:
          Name  Flags
      aBytes    
      aUpto     
      a_length  
      bBytes    
      bUpto     
      b_length  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
        start local 1 // java.lang.Object obj
         0: .line 218
            aload 1 /* obj */
            instanceof org.apache.lucene.spatial.prefix.tree.Cell
            ifeq 3
         1: .line 219
            aload 1 /* obj */
            checkcast org.apache.lucene.spatial.prefix.tree.Cell
            astore 2 /* cell */
        start local 2 // org.apache.lucene.spatial.prefix.tree.Cell cell
         2: .line 220
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            aload 2 /* cell */
            aconst_null
            invokeinterface org.apache.lucene.spatial.prefix.tree.Cell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRef.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial.prefix.tree.Cell cell
         3: .line 222
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
            0    4     1   obj  Ljava/lang/Object;
            2    3     2  cell  Lorg/apache/lucene/spatial/prefix/tree/Cell;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 228
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRef.hashCode:()I
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
         0: .line 234
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.spatial.prefix.tree.LegacyCell.getTokenBytesWithLeaf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRef.utf8ToString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.LegacyCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/LegacyCell;
}
SourceFile: "LegacyCell.java"