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 start local 1 start local 3 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.x:D
2: aload 0
dload 3
putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.y:D
3: aload 0
dload 5
putfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.z:D
4: return
end local 5 end local 3 end local 1 end local 0 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 0: new org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates
dup
new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.x:D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates$DataTransferObject.y:D
aload 0
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 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