public class org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D implements java.io.Serializable, org.apache.commons.math3.geometry.Space
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6249091865814886817

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;

  public static org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D getInstance();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getDimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
         0: .line 48
            iconst_3
            ireturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;

  public org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D getSubSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
         0: .line 53
            invokestatic org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D.getInstance:()Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
         0: .line 71
            getstatic org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;
            areturn
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;

  public org.apache.commons.math3.geometry.Space getSubSpace();
    descriptor: ()Lorg/apache/commons/math3/geometry/Space;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D.getSubSpace:()Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.apache.commons.math3.exception.MathUnsupportedOperationException
}
SourceFile: "Euclidean3D.java"
NestMembers:
  org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D$LazyHolder
InnerClasses:
  private LazyHolder = org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D$LazyHolder of org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D