public class org.apache.commons.math3.exception.NonMonotonicSequenceException extends org.apache.commons.math3.exception.MathIllegalNumberException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.exception.NonMonotonicSequenceException
super_class: org.apache.commons.math3.exception.MathIllegalNumberException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3596849179428944575
private final org.apache.commons.math3.util.MathArrays$OrderDirection direction;
descriptor: Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean strict;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Number previous;
descriptor: Ljava/lang/Number;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.Number, java.lang.Number, int);
descriptor: (Ljava/lang/Number;Ljava/lang/Number;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
iload 3
getstatic org.apache.commons.math3.util.MathArrays$OrderDirection.INCREASING:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
iconst_1
invokespecial org.apache.commons.math3.exception.NonMonotonicSequenceException.<init>:(Ljava/lang/Number;Ljava/lang/Number;ILorg/apache/commons/math3/util/MathArrays$OrderDirection;Z)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
0 2 1 wrong Ljava/lang/Number;
0 2 2 previous Ljava/lang/Number;
0 2 3 index I
MethodParameters:
Name Flags
wrong
previous
index
public void <init>(java.lang.Number, java.lang.Number, int, org.apache.commons.math3.util.MathArrays$OrderDirection, boolean);
descriptor: (Ljava/lang/Number;Ljava/lang/Number;ILorg/apache/commons/math3/util/MathArrays$OrderDirection;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 4
getstatic org.apache.commons.math3.util.MathArrays$OrderDirection.INCREASING:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
if_acmpne 4
1: iload 5
ifeq 3
2: getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_STRICTLY_INCREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
goto 7
3: StackMap locals:
StackMap stack: uninitialized-this
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_INCREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
goto 7
4: StackMap locals:
StackMap stack: uninitialized-this
iload 5
ifeq 6
5: getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_STRICTLY_DECREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
goto 7
6: StackMap locals:
StackMap stack: uninitialized-this
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_DECREASING_SEQUENCE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
7: StackMap locals: uninitialized-this java.lang.Number java.lang.Number int org.apache.commons.math3.util.MathArrays$OrderDirection int
StackMap stack: uninitialized-this org.apache.commons.math3.exception.util.LocalizedFormats
aload 1
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 2
aastore
dup
iconst_1
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
iload 3
iconst_1
isub
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
8: aload 0
aload 4
putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.direction:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
9: aload 0
iload 5
putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.strict:Z
10: aload 0
iload 3
putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.index:I
11: aload 0
aload 2
putfield org.apache.commons.math3.exception.NonMonotonicSequenceException.previous:Ljava/lang/Number;
12: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
0 13 1 wrong Ljava/lang/Number;
0 13 2 previous Ljava/lang/Number;
0 13 3 index I
0 13 4 direction Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
0 13 5 strict Z
MethodParameters:
Name Flags
wrong
previous
index
direction
strict
public org.apache.commons.math3.util.MathArrays$OrderDirection getDirection();
descriptor: ()Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.direction:Lorg/apache/commons/math3/util/MathArrays$OrderDirection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
public boolean getStrict();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.strict:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
public int getIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
public java.lang.Number getPrevious();
descriptor: ()Ljava/lang/Number;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.exception.NonMonotonicSequenceException.previous:Ljava/lang/Number;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/exception/NonMonotonicSequenceException;
}
SourceFile: "NonMonotonicSequenceException.java"
InnerClasses:
public final OrderDirection = org.apache.commons.math3.util.MathArrays$OrderDirection of org.apache.commons.math3.util.MathArrays