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 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D start
        start local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D end
        start local 3 // org.apache.commons.math3.geometry.euclidean.threed.Line line
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* start */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.start:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         2: .line 41
            aload 0 /* this */
            aload 2 /* end */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.end:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         3: .line 42
            aload 0 /* this */
            aload 3 /* line */
            putfield org.apache.commons.math3.geometry.euclidean.threed.Segment.line:Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
         4: .line 43
            return
        end local 3 // org.apache.commons.math3.geometry.euclidean.threed.Line line
        end local 2 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D end
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D start
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
      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 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
         0: .line 49
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.start:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
      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 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
         0: .line 56
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.end:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
      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 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
         0: .line 63
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.Segment.line:Lorg/apache/commons/math3/geometry/euclidean/threed/Line;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Segment;
}
SourceFile: "Segment.java"