public class oadd.org.apache.commons.math.exception.NonMonotonicSequenceException extends oadd.org.apache.commons.math.exception.MathIllegalNumberException
{
private static final long serialVersionUID;
private final oadd.org.apache.commons.math.util.MathArrays$OrderDirection direction;
private final boolean strict;
private final int index;
private final java.lang.Number previous;
public void <init>(java.lang.Number, java.lang.Number, int)
{
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
int v;
java.lang.Number v, v;
oadd.org.apache.commons.math.util.MathArrays$OrderDirection v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v := @parameter: java.lang.Number;
v := @parameter: java.lang.Number;
v := @parameter: int;
v = <oadd.org.apache.commons.math.util.MathArrays$OrderDirection: oadd.org.apache.commons.math.util.MathArrays$OrderDirection INCREASING>;
specialinvoke v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: void <init>(java.lang.Number,java.lang.Number,int,oadd.org.apache.commons.math.util.MathArrays$OrderDirection,boolean)>(v, v, v, v, 1);
return;
}
public void <init>(java.lang.Number, java.lang.Number, int, oadd.org.apache.commons.math.util.MathArrays$OrderDirection, boolean)
{
java.lang.Object[] v;
java.lang.Integer v, v;
oadd.org.apache.commons.math.util.MathArrays$OrderDirection v, v;
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
int v, v;
java.lang.Number v, v;
oadd.org.apache.commons.math.exception.util.LocalizedFormats v;
boolean v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v := @parameter: java.lang.Number;
v := @parameter: java.lang.Number;
v := @parameter: int;
v := @parameter: oadd.org.apache.commons.math.util.MathArrays$OrderDirection;
v := @parameter: boolean;
v = <oadd.org.apache.commons.math.util.MathArrays$OrderDirection: oadd.org.apache.commons.math.util.MathArrays$OrderDirection INCREASING>;
if v != v goto label;
if v == 0 goto label;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats NOT_STRICTLY_INCREASING_SEQUENCE>;
goto label;
label:
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats NOT_INCREASING_SEQUENCE>;
goto label;
label:
if v == 0 goto label;
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats NOT_STRICTLY_DECREASING_SEQUENCE>;
goto label;
label:
v = <oadd.org.apache.commons.math.exception.util.LocalizedFormats: oadd.org.apache.commons.math.exception.util.LocalizedFormats NOT_DECREASING_SEQUENCE>;
label:
v = newarray (java.lang.Object)[3];
v[0] = v;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
v = v - 1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[2] = v;
specialinvoke v.<oadd.org.apache.commons.math.exception.MathIllegalNumberException: void <init>(oadd.org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Object[])>(v, v, v);
v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: oadd.org.apache.commons.math.util.MathArrays$OrderDirection direction> = v;
v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: boolean strict> = v;
v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: int index> = v;
v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: java.lang.Number previous> = v;
return;
}
public oadd.org.apache.commons.math.util.MathArrays$OrderDirection getDirection()
{
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
oadd.org.apache.commons.math.util.MathArrays$OrderDirection v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v = v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: oadd.org.apache.commons.math.util.MathArrays$OrderDirection direction>;
return v;
}
public boolean getStrict()
{
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
boolean v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v = v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: boolean strict>;
return v;
}
public int getIndex()
{
int v;
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v = v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: int index>;
return v;
}
public java.lang.Number getPrevious()
{
oadd.org.apache.commons.math.exception.NonMonotonicSequenceException v;
java.lang.Number v;
v := @this: oadd.org.apache.commons.math.exception.NonMonotonicSequenceException;
v = v.<oadd.org.apache.commons.math.exception.NonMonotonicSequenceException: java.lang.Number previous>;
return v;
}
}