abstract class org.apache.lucene.spatial3d.geom.BaseXYZSolid extends org.apache.lucene.spatial3d.geom.BasePlanetObject implements org.apache.lucene.spatial3d.geom.XYZSolid
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial3d.geom.BaseXYZSolid
  super_class: org.apache.lucene.spatial3d.geom.BasePlanetObject
{
  protected static final org.apache.lucene.spatial3d.geom.Vector xUnitVector;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Vector;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.Vector yUnitVector;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Vector;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.Vector zUnitVector;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Vector;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.Plane xVerticalPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.Plane yVerticalPlane;
    descriptor: Lorg/apache/lucene/spatial3d/geom/Plane;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.apache.lucene.spatial3d.geom.GeoPoint[] EMPTY_POINTS;
    descriptor: [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final int ALL_INSIDE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected static final int SOME_INSIDE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected static final int NONE_INSIDE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int NO_EDGEPOINTS;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=0, args_size=0
         0: .line 27
            new org.apache.lucene.spatial3d.geom.Vector
            dup
            dconst_1
            dconst_0
            dconst_0
            invokespecial org.apache.lucene.spatial3d.geom.Vector.<init>:(DDD)V
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.xUnitVector:Lorg/apache/lucene/spatial3d/geom/Vector;
         1: .line 29
            new org.apache.lucene.spatial3d.geom.Vector
            dup
            dconst_0
            dconst_1
            dconst_0
            invokespecial org.apache.lucene.spatial3d.geom.Vector.<init>:(DDD)V
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.yUnitVector:Lorg/apache/lucene/spatial3d/geom/Vector;
         2: .line 31
            new org.apache.lucene.spatial3d.geom.Vector
            dup
            dconst_0
            dconst_0
            dconst_1
            invokespecial org.apache.lucene.spatial3d.geom.Vector.<init>:(DDD)V
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.zUnitVector:Lorg/apache/lucene/spatial3d/geom/Vector;
         3: .line 34
            new org.apache.lucene.spatial3d.geom.Plane
            dup
            dconst_0
            dconst_1
            dconst_0
            dconst_0
            invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(DDDD)V
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.xVerticalPlane:Lorg/apache/lucene/spatial3d/geom/Plane;
         4: .line 36
            new org.apache.lucene.spatial3d.geom.Plane
            dup
            dconst_1
            dconst_0
            dconst_0
            dconst_0
            invokespecial org.apache.lucene.spatial3d.geom.Plane.<init>:(DDDD)V
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.yVerticalPlane:Lorg/apache/lucene/spatial3d/geom/Plane;
         5: .line 39
            iconst_0
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            putstatic org.apache.lucene.spatial3d.geom.BaseXYZSolid.EMPTY_POINTS:[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
         6: .line 85
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.spatial3d.geom.PlanetModel);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
         0: .line 46
            aload 0 /* this */
            aload 1 /* planetModel */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.<init>:(Lorg/apache/lucene/spatial3d/geom/PlanetModel;)V
         1: .line 47
            return
        end local 1 // org.apache.lucene.spatial3d.geom.PlanetModel planetModel
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
            0    2     1  planetModel  Lorg/apache/lucene/spatial3d/geom/PlanetModel;
    MethodParameters:
             Name  Flags
      planetModel  final

  protected static org.apache.lucene.spatial3d.geom.GeoPoint[] glueTogether(org.apache.lucene.spatial3d.geom.GeoPoint[][]);
    descriptor: ([[Lorg/apache/lucene/spatial3d/geom/GeoPoint;)[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x008c) ACC_PROTECTED, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=11, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.GeoPoint[][] pointArrays
         0: .line 54
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 55
            aload 0 /* pointArrays */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[][] int top int int org.apache.lucene.spatial3d.geom.GeoPoint[][]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* pointArray */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] pointArray
         3: .line 56
            iload 1 /* count */
            aload 2 /* pointArray */
            arraylength
            iadd
            istore 1 /* count */
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] pointArray
         4: .line 55
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 58
            iload 1 /* count */
            anewarray org.apache.lucene.spatial3d.geom.GeoPoint
            astore 2 /* rval */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] rval
         7: .line 59
            iconst_0
            istore 1 /* count */
         8: .line 60
            aload 0 /* pointArrays */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 16
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[][] int org.apache.lucene.spatial3d.geom.GeoPoint[] top int int org.apache.lucene.spatial3d.geom.GeoPoint[][]
      StackMap stack:
         9: aload 6
            iload 4
            aaload
            astore 3 /* pointArray */
        start local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] pointArray
        10: .line 61
            aload 3 /* pointArray */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[][] int org.apache.lucene.spatial3d.geom.GeoPoint[] org.apache.lucene.spatial3d.geom.GeoPoint[] int int org.apache.lucene.spatial3d.geom.GeoPoint[][] top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
        11: aload 10
            iload 8
            aaload
            astore 7 /* point */
        start local 7 // org.apache.lucene.spatial3d.geom.GeoPoint point
        12: .line 62
            aload 2 /* rval */
            iload 1 /* count */
            iinc 1 /* count */ 1
            aload 7 /* point */
            aastore
        end local 7 // org.apache.lucene.spatial3d.geom.GeoPoint point
        13: .line 61
            iinc 8 1
      StackMap locals:
      StackMap stack:
        14: iload 8
            iload 9
            if_icmplt 11
        end local 3 // org.apache.lucene.spatial3d.geom.GeoPoint[] pointArray
        15: .line 60
            iinc 4 1
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[][] int org.apache.lucene.spatial3d.geom.GeoPoint[] top int int org.apache.lucene.spatial3d.geom.GeoPoint[][]
      StackMap stack:
        16: iload 4
            iload 5
            if_icmplt 9
        17: .line 65
            aload 2 /* rval */
            areturn
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] rval
        end local 1 // int count
        end local 0 // org.apache.lucene.spatial3d.geom.GeoPoint[][] pointArrays
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0  pointArrays  [[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            1   18     1        count  I
            3    4     2   pointArray  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            7   18     2         rval  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           10   15     3   pointArray  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
           12   13     7        point  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
             Name  Flags
      pointArrays  final

  public boolean isWithin(org.apache.lucene.spatial3d.geom.Vector);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/Vector;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.Vector point
         0: .line 70
            aload 0 /* this */
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.x:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.y:D
            aload 1 /* point */
            getfield org.apache.lucene.spatial3d.geom.Vector.z:D
            invokevirtual org.apache.lucene.spatial3d.geom.BaseXYZSolid.isWithin:(DDD)Z
            ireturn
        end local 1 // org.apache.lucene.spatial3d.geom.Vector point
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
            0    1     1  point  Lorg/apache/lucene/spatial3d/geom/Vector;
    MethodParameters:
       Name  Flags
      point  final

  public abstract boolean isWithin(double, double, double);
    descriptor: (DDD)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  protected int isShapeInsideArea(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
         0: .line 93
            aload 1 /* path */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 2 /* pathPoints */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] pathPoints
         1: .line 94
            aload 2 /* pathPoints */
            arraylength
            ifne 3
         2: .line 95
            iconst_3
            ireturn
         3: .line 96
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iconst_0
            istore 3 /* foundOutside */
        start local 3 // boolean foundOutside
         4: .line 97
            iconst_0
            istore 4 /* foundInside */
        start local 4 // boolean foundInside
         5: .line 98
            aload 2 /* pathPoints */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
         6: aload 8
            iload 6
            aaload
            astore 5 /* p */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPoint p
         7: .line 99
            aload 0 /* this */
            aload 5 /* p */
            invokevirtual org.apache.lucene.spatial3d.geom.BaseXYZSolid.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 10
         8: .line 100
            iconst_1
            istore 4 /* foundInside */
         9: .line 101
            goto 11
        10: .line 102
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iconst_1
            istore 3 /* foundOutside */
        11: .line 104
      StackMap locals:
      StackMap stack:
            iload 4 /* foundInside */
            ifeq 13
            iload 3 /* foundOutside */
            ifeq 13
        12: .line 105
            iconst_1
            ireturn
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint p
        13: .line 98
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        14: iload 6
            iload 7
            if_icmplt 6
        15: .line 108
            iload 4 /* foundInside */
            ifne 17
            iload 3 /* foundOutside */
            ifne 17
        16: .line 109
            iconst_2
            ireturn
        17: .line 110
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int
      StackMap stack:
            iload 4 /* foundInside */
            ifeq 19
            iload 3 /* foundOutside */
            ifne 19
        18: .line 111
            iconst_0
            ireturn
        19: .line 112
      StackMap locals:
      StackMap stack:
            iload 3 /* foundOutside */
            ifeq 21
            iload 4 /* foundInside */
            ifne 21
        20: .line 113
            iconst_2
            ireturn
        21: .line 114
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // boolean foundInside
        end local 3 // boolean foundOutside
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] pathPoints
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
            0   22     1          path  Lorg/apache/lucene/spatial3d/geom/GeoShape;
            1   22     2    pathPoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            4   22     3  foundOutside  Z
            5   22     4   foundInside  Z
            7   13     5             p  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
      Name  Flags
      path  final

  protected int isAreaInsideShape(org.apache.lucene.spatial3d.geom.GeoShape);
    descriptor: (Lorg/apache/lucene/spatial3d/geom/GeoShape;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
        start local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
         0: .line 123
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.geom.BaseXYZSolid.getEdgePoints:()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            astore 2 /* edgePoints */
        start local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] edgePoints
         1: .line 124
            aload 2 /* edgePoints */
            arraylength
            ifne 3
         2: .line 125
            iconst_3
            ireturn
         3: .line 127
      StackMap locals: org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iconst_0
            istore 3 /* foundOutside */
        start local 3 // boolean foundOutside
         4: .line 128
            iconst_0
            istore 4 /* foundInside */
        start local 4 // boolean foundInside
         5: .line 129
            aload 2 /* edgePoints */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 14
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
         6: aload 8
            iload 6
            aaload
            astore 5 /* p */
        start local 5 // org.apache.lucene.spatial3d.geom.GeoPoint p
         7: .line 130
            aload 1 /* path */
            aload 5 /* p */
            invokeinterface org.apache.lucene.spatial3d.geom.GeoShape.isWithin:(Lorg/apache/lucene/spatial3d/geom/Vector;)Z
            ifeq 10
         8: .line 131
            iconst_1
            istore 4 /* foundInside */
         9: .line 132
            goto 11
        10: .line 133
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int org.apache.lucene.spatial3d.geom.GeoPoint int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iconst_1
            istore 3 /* foundOutside */
        11: .line 135
      StackMap locals:
      StackMap stack:
            iload 4 /* foundInside */
            ifeq 13
            iload 3 /* foundOutside */
            ifeq 13
        12: .line 136
            iconst_1
            ireturn
        end local 5 // org.apache.lucene.spatial3d.geom.GeoPoint p
        13: .line 129
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int top int int org.apache.lucene.spatial3d.geom.GeoPoint[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        14: iload 6
            iload 7
            if_icmplt 6
        15: .line 139
            iload 4 /* foundInside */
            ifne 17
            iload 3 /* foundOutside */
            ifne 17
        16: .line 140
            iconst_2
            ireturn
        17: .line 141
      StackMap locals: org.apache.lucene.spatial3d.geom.BaseXYZSolid org.apache.lucene.spatial3d.geom.GeoShape org.apache.lucene.spatial3d.geom.GeoPoint[] int int
      StackMap stack:
            iload 4 /* foundInside */
            ifeq 19
            iload 3 /* foundOutside */
            ifne 19
        18: .line 142
            iconst_0
            ireturn
        19: .line 143
      StackMap locals:
      StackMap stack:
            iload 3 /* foundOutside */
            ifeq 21
            iload 4 /* foundInside */
            ifne 21
        20: .line 144
            iconst_2
            ireturn
        21: .line 145
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // boolean foundInside
        end local 3 // boolean foundOutside
        end local 2 // org.apache.lucene.spatial3d.geom.GeoPoint[] edgePoints
        end local 1 // org.apache.lucene.spatial3d.geom.GeoShape path
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
            0   22     1          path  Lorg/apache/lucene/spatial3d/geom/GeoShape;
            1   22     2    edgePoints  [Lorg/apache/lucene/spatial3d/geom/GeoPoint;
            4   22     3  foundOutside  Z
            5   22     4   foundInside  Z
            7   13     5             p  Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    MethodParameters:
      Name  Flags
      path  final

  protected abstract org.apache.lucene.spatial3d.geom.GeoPoint[] getEdgePoints();
    descriptor: ()[Lorg/apache/lucene/spatial3d/geom/GeoPoint;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  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.spatial3d.geom.BaseXYZSolid this
        start local 1 // java.lang.Object o
         0: .line 155
            aload 1 /* o */
            instanceof org.apache.lucene.spatial3d.geom.BaseXYZSolid
            ifne 2
         1: .line 156
            iconst_0
            ireturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial3d.geom.BaseXYZSolid
            astore 2 /* other */
        start local 2 // org.apache.lucene.spatial3d.geom.BaseXYZSolid other
         3: .line 158
            aload 0 /* this */
            aload 2 /* other */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.apache.lucene.spatial3d.geom.BaseXYZSolid other
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
            0    4     1      o  Ljava/lang/Object;
            3    4     2  other  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
         0: .line 163
            aload 0 /* this */
            invokespecial org.apache.lucene.spatial3d.geom.BasePlanetObject.hashCode:()I
            ireturn
        end local 0 // org.apache.lucene.spatial3d.geom.BaseXYZSolid this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/geom/BaseXYZSolid;
}
SourceFile: "BaseXYZSolid.java"