public class org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape implements org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$NRShape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
  super_class: java.lang.Object
{
  private final org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape minLV;
    descriptor: Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape maxLV;
    descriptor: Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int lastLevelInCommon;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree this$0;
    descriptor: Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree, org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape, org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 2 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape minLV
        start local 3 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape maxLV
         0: .line 255
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.this$0:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 256
            aload 0 /* this */
            aload 2 /* minLV */
            putfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
         2: .line 257
            aload 0 /* this */
            aload 3 /* maxLV */
            putfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
         3: .line 260
            iconst_1
            istore 4 /* level */
        start local 4 // int level
         4: .line 261
            goto 8
         5: .line 262
      StackMap locals: org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape int
      StackMap stack:
            aload 2 /* minLV */
            iload 4 /* level */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getValAtLevel:(I)I
            aload 3 /* maxLV */
            iload 4 /* level */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getValAtLevel:(I)I
            if_icmpeq 7
         6: .line 263
            goto 9
         7: .line 261
      StackMap locals:
      StackMap stack:
            iinc 4 /* level */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* level */
            aload 2 /* minLV */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmpgt 9
            iload 4 /* level */
            aload 3 /* maxLV */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmple 5
         9: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* level */
            iconst_1
            isub
            putfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.lastLevelInCommon:I
        10: .line 266
            return
        end local 4 // int level
        end local 3 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape maxLV
        end local 2 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape minLV
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0   11     2  minLV  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            0   11     3  maxLV  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            4   11     4  level  I
    MethodParameters:
        Name  Flags
      this$0  final
      minLV   
      maxLV   

  public org.locationtech.spatial4j.context.SpatialContext getContext();
    descriptor: ()Lorg/locationtech/spatial4j/context/SpatialContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 270
            getstatic org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.DUMMY_CTX:Lorg/locationtech/spatial4j/context/SpatialContext;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape getMinUnit();
    descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 273
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape getMaxUnit();
    descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 275
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  private int getLevelsInCommon();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 278
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.lastLevelInCommon:I
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$NRShape roundToLevel(int);
    descriptor: (I)Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$NRShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // int targetLevel
         0: .line 282
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.this$0:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            iload 1 /* targetLevel */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.roundToLevel:(I)Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            iload 1 /* targetLevel */
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.roundToLevel:(I)Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.toRangeShape:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$NRShape;
            areturn
        end local 1 // int targetLevel
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0    1     1  targetLevel  I
    MethodParameters:
             Name  Flags
      targetLevel  

  public org.locationtech.spatial4j.shape.SpatialRelation relate(org.locationtech.spatial4j.shape.Shape);
    descriptor: (Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // org.locationtech.spatial4j.shape.Shape shape
         0: .line 289
            aload 1 /* shape */
            instanceof org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
            ifeq 2
         1: .line 290
            aload 0 /* this */
            aload 1 /* shape */
            checkcast org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.relate:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
         2: .line 291
      StackMap locals:
      StackMap stack:
            aload 1 /* shape */
            aload 0 /* this */
            invokeinterface org.locationtech.spatial4j.shape.Shape.relate:(Lorg/locationtech/spatial4j/shape/Shape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
            invokevirtual org.locationtech.spatial4j.shape.SpatialRelation.transpose:()Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
        end local 1 // org.locationtech.spatial4j.shape.Shape shape
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0    3     1  shape  Lorg/locationtech/spatial4j/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  public org.locationtech.spatial4j.shape.SpatialRelation relate(org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape);
    descriptor: (Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;)Lorg/locationtech/spatial4j/shape/SpatialRelation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape ext
         0: .line 296
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokestatic org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.comparePrefix:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)I
            istore 2 /* extMin_intMax */
        start local 2 // int extMin_intMax
         1: .line 297
            iload 2 /* extMin_intMax */
            ifle 3
         2: .line 298
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
         3: .line 299
      StackMap locals: int
      StackMap stack:
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokestatic org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.comparePrefix:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)I
            istore 3 /* extMax_intMin */
        start local 3 // int extMax_intMin
         4: .line 300
            iload 3 /* extMax_intMin */
            ifge 6
         5: .line 301
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.DISJOINT:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
         6: .line 302
      StackMap locals: int
      StackMap stack:
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokestatic org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.comparePrefix:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)I
            istore 4 /* extMin_intMin */
        start local 4 // int extMin_intMin
         7: .line 303
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokestatic org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.comparePrefix:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)I
            istore 5 /* extMax_intMax */
        start local 5 // int extMax_intMax
         8: .line 304
            iload 4 /* extMin_intMin */
            ifgt 9
            iload 4 /* extMin_intMin */
            ifne 11
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmplt 11
         9: .line 305
      StackMap locals: int int
      StackMap stack:
            iload 5 /* extMax_intMax */
            iflt 10
            iload 5 /* extMax_intMax */
            ifne 11
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmplt 11
        10: .line 306
      StackMap locals:
      StackMap stack:
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.CONTAINS:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
        11: .line 307
      StackMap locals:
      StackMap stack:
            iload 4 /* extMin_intMin */
            iflt 12
            iload 4 /* extMin_intMin */
            ifne 14
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMinUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmpgt 14
        12: .line 308
      StackMap locals:
      StackMap stack:
            iload 5 /* extMax_intMax */
            ifgt 13
            iload 5 /* extMax_intMax */
            ifne 14
            aload 1 /* ext */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.getMaxUnit:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.getLevel:()I
            if_icmpgt 14
        13: .line 309
      StackMap locals:
      StackMap stack:
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.WITHIN:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
        14: .line 310
      StackMap locals:
      StackMap stack:
            getstatic org.locationtech.spatial4j.shape.SpatialRelation.INTERSECTS:Lorg/locationtech/spatial4j/shape/SpatialRelation;
            areturn
        end local 5 // int extMax_intMax
        end local 4 // int extMin_intMin
        end local 3 // int extMax_intMin
        end local 2 // int extMin_intMax
        end local 1 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape ext
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0   15     1            ext  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            1   15     2  extMin_intMax  I
            4   15     3  extMax_intMin  I
            7   15     4  extMin_intMin  I
            8   15     5  extMax_intMax  I
    MethodParameters:
      Name  Flags
      ext   

  public org.locationtech.spatial4j.shape.Rectangle getBoundingBox();
    descriptor: ()Lorg/locationtech/spatial4j/shape/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 314
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public boolean hasArea();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 317
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public double getArea(org.locationtech.spatial4j.context.SpatialContext);
    descriptor: (Lorg/locationtech/spatial4j/context/SpatialContext;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // org.locationtech.spatial4j.context.SpatialContext spatialContext
         0: .line 320
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.locationtech.spatial4j.context.SpatialContext spatialContext
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0    1     1  spatialContext  Lorg/locationtech/spatial4j/context/SpatialContext;
    MethodParameters:
                Name  Flags
      spatialContext  

  public org.locationtech.spatial4j.shape.Point getCenter();
    descriptor: ()Lorg/locationtech/spatial4j/shape/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 323
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public org.locationtech.spatial4j.shape.Shape getBuffered(double, org.locationtech.spatial4j.context.SpatialContext);
    descriptor: (DLorg/locationtech/spatial4j/context/SpatialContext;)Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // double v
        start local 3 // org.locationtech.spatial4j.context.SpatialContext spatialContext
         0: .line 326
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // org.locationtech.spatial4j.context.SpatialContext spatialContext
        end local 1 // double v
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0    1     1               v  D
            0    1     3  spatialContext  Lorg/locationtech/spatial4j/context/SpatialContext;
    MethodParameters:
                Name  Flags
      v               
      spatialContext  

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 329
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape clone();
    descriptor: ()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 334
            new org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
            dup
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.this$0:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.clone:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.clone:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokespecial org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.<init>:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)V
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 339
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.this$0:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.toString:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " TO "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 340
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.this$0:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree.toString:(Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 339
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
        start local 1 // java.lang.Object o
         0: .line 345
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 348
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
            astore 2 /* spanShape */
        start local 2 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape spanShape
         4: .line 350
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 2 /* spanShape */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 351
      StackMap locals: org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            aload 2 /* spanShape */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokeinterface org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 353
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape spanShape
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            0    7     1          o  Ljava/lang/Object;
            4    7     2  spanShape  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
         0: .line 358
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.minLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 359
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.maxLV:Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$UnitNRShape;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 360
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            1    3     1  result  I

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape.clone:()Lorg/apache/lucene/spatial/prefix/tree/NumberRangePrefixTree$SpanUnitsNRShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "NumberRangePrefixTree.java"
NestHost: org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree
InnerClasses:
  public abstract NRShape = org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$NRShape of org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree
  public SpanUnitsNRShape = org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$SpanUnitsNRShape of org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree
  public abstract UnitNRShape = org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree$UnitNRShape of org.apache.lucene.spatial.prefix.tree.NumberRangePrefixTree