class org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20130206

  private final double x;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double y;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double z;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
         0: .line 380
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 381
            aload 0 /* this */
            dload 1 /* x */
            putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.x:D
         2: .line 382
            aload 0 /* this */
            dload 3 /* y */
            putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.y:D
         3: .line 383
            aload 0 /* this */
            dload 5 /* z */
            putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.z:D
         4: .line 384
            return
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinates$DataTransferObject;
            0    5     1     x  D
            0    5     3     y  D
            0    5     5     z  D
    MethodParameters:
      Name  Flags
      x     final
      y     final
      z     final

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject this
         0: .line 390
            new org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates
            dup
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.x:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.y:D
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.z:D
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DDD)V
            invokespecial org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinates$DataTransferObject;
}
SourceFile: "SphericalCoordinates.java"
NestHost: org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates
InnerClasses:
  private DataTransferObject = org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject of org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates