public class org.apache.commons.math.util.Decimal64Field extends java.lang.Object implements org.apache.commons.math.Field
{
private static final org.apache.commons.math.util.Decimal64Field INSTANCE;
private void <init>()
{
org.apache.commons.math.util.Decimal64Field v;
v := @this: org.apache.commons.math.util.Decimal64Field;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static final org.apache.commons.math.util.Decimal64Field getInstance()
{
org.apache.commons.math.util.Decimal64Field v;
v = <org.apache.commons.math.util.Decimal64Field: org.apache.commons.math.util.Decimal64Field INSTANCE>;
return v;
}
public org.apache.commons.math.util.Decimal getZero()
{
org.apache.commons.math.util.Decimal v;
org.apache.commons.math.util.Decimal64Field v;
v := @this: org.apache.commons.math.util.Decimal64Field;
v = <org.apache.commons.math.util.Decimal64: org.apache.commons.math.util.Decimal ZERO>;
return v;
}
public org.apache.commons.math.util.Decimal getOne()
{
org.apache.commons.math.util.Decimal v;
org.apache.commons.math.util.Decimal64Field v;
v := @this: org.apache.commons.math.util.Decimal64Field;
v = <org.apache.commons.math.util.Decimal64: org.apache.commons.math.util.Decimal ONE>;
return v;
}
public java.lang.Class getRuntimeClass()
{
org.apache.commons.math.util.Decimal64Field v;
v := @this: org.apache.commons.math.util.Decimal64Field;
return class "Lorg/apache/commons/math3/util/Decimal;";
}
static void <clinit>()
{
org.apache.commons.math.util.Decimal64Field v;
v = new org.apache.commons.math.util.Decimal64Field;
specialinvoke v.<org.apache.commons.math.util.Decimal64Field: void <init>()>();
<org.apache.commons.math.util.Decimal64Field: org.apache.commons.math.util.Decimal64Field INSTANCE> = v;
return;
}
}