public class org.apache.commons.math3.geometry.euclidean.threed.Segment
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.geometry.euclidean.threed.Segment
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.euclidean.threed.Vector3D start;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.commons.math3.geometry.euclidean.threed.Vector3D end;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.commons.math3.geometry.euclidean.threed.Line line;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Line);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Line;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.start:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
2: aload 0
aload 2
putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.end:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
3: aload 0
aload 3
putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.line:Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/Segment;
0 5 1 start Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 5 2 end Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 5 3 line Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
MethodParameters:
Name Flags
start final
end final
line final
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getStart();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.start:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/Segment;
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getEnd();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.end:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/Segment;
public org.apache.commons.math3.geometry.euclidean.threed.Line getLine();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.line:Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/Segment;
}
SourceFile: "Segment.java"