public class org.apache.commons.math3.analysis.function.Constant implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction, org.apache.commons.math3.analysis.DifferentiableUnivariateFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.function.Constant
  super_class: java.lang.Object
{
  private final double c;
    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.analysis.function.Constant this
        start local 1 // double c
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            dload 1 /* c */
            putfield org.apache.commons.math3.analysis.function.Constant.c:D
         2: .line 38
            return
        end local 1 // double c
        end local 0 // org.apache.commons.math3.analysis.function.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/analysis/function/Constant;
            0    3     1     c  D
    MethodParameters:
      Name  Flags
      c     

  public double value(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.function.Constant this
        start local 1 // double x
         0: .line 42
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.function.Constant.c:D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.analysis.function.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/function/Constant;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public org.apache.commons.math3.analysis.DifferentiableUnivariateFunction derivative();
    descriptor: ()Lorg/apache/commons/math3/analysis/DifferentiableUnivariateFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.function.Constant this
         0: .line 50
            new org.apache.commons.math3.analysis.function.Constant
            dup
            dconst_0
            invokespecial org.apache.commons.math3.analysis.function.Constant.<init>:(D)V
            areturn
        end local 0 // org.apache.commons.math3.analysis.function.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/function/Constant;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.apache.commons.math3.analysis.differentiation.DerivativeStructure value(org.apache.commons.math3.analysis.differentiation.DerivativeStructure);
    descriptor: (Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.analysis.function.Constant this
        start local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
         0: .line 57
            new org.apache.commons.math3.analysis.differentiation.DerivativeStructure
            dup
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getFreeParameters:()I
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.function.Constant.c:D
            invokespecial org.apache.commons.math3.analysis.differentiation.DerivativeStructure.<init>:(IID)V
            areturn
        end local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
        end local 0 // org.apache.commons.math3.analysis.function.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/function/Constant;
            0    1     1     t  Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
    MethodParameters:
      Name  Flags
      t     final

  public org.apache.commons.math3.analysis.UnivariateFunction derivative();
    descriptor: ()Lorg/apache/commons/math3/analysis/UnivariateFunction;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.analysis.function.Constant.derivative:()Lorg/apache/commons/math3/analysis/DifferentiableUnivariateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Constant.java"