public class org.apache.commons.math3.distribution.ConstantRealDistribution extends org.apache.commons.math3.distribution.AbstractRealDistribution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.distribution.ConstantRealDistribution
  super_class: org.apache.commons.math3.distribution.AbstractRealDistribution
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4157745166772046273

  private final double value;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
        start local 1 // double value
         0: .line 41
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 42
            aload 0 /* this */
            dload 1 /* value */
            putfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
         2: .line 43
            return
        end local 1 // double value
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public double density(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
        start local 1 // double x
         0: .line 47
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dcmpl
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: i2d
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double cumulativeProbability(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
        start local 1 // double x
         0: .line 52
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dcmpg
            ifge 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: i2d
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double inverseCumulativeProbability(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
        start local 1 // double p
         0: .line 59
            dload 1 /* p */
            dconst_0
            dcmpg
            iflt 1
            dload 1 /* p */
            dconst_1
            dcmpl
            ifle 2
         1: .line 60
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            dload 1 /* p */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
            athrow
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dreturn
        end local 1 // double p
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;
            0    3     1     p  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
      Name  Flags
      p     final

  public double getNumericalMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public double getNumericalVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 76
            dconst_0
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public double getSupportLowerBound();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 83
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public double getSupportUpperBound();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 90
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public boolean isSupportLowerBoundInclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 95
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public boolean isSupportUpperBoundInclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 100
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public boolean isSupportConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 107
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public double sample();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ConstantRealDistribution.value:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;

  public void reseedRandomGenerator(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
        start local 1 // long seed
         0: .line 121
            return
        end local 1 // long seed
        end local 0 // org.apache.commons.math3.distribution.ConstantRealDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ConstantRealDistribution;
            0    1     1  seed  J
    MethodParameters:
      Name  Flags
      seed  
}
SourceFile: "ConstantRealDistribution.java"