public class org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D 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.oned.Euclidean1D
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1178039568877797126
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
public static org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D getInstance();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
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 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
public org.apache.commons.math3.geometry.Space getSubSpace();
descriptor: ()Lorg/apache/commons/math3/geometry/Space;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$NoSubSpaceException
dup
invokespecial org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$NoSubSpaceException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
Exceptions:
throws org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$NoSubSpaceException
private java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$LazyHolder.INSTANCE:Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;
}
SourceFile: "Euclidean1D.java"
NestMembers:
org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$LazyHolder org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$NoSubSpaceException
InnerClasses:
private LazyHolder = org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$LazyHolder of org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D
public NoSubSpaceException = org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D$NoSubSpaceException of org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D