public class org.apache.commons.math3.fitting.WeightedObservedPoint implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.fitting.WeightedObservedPoint
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5306874947404636157

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

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

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

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.fitting.WeightedObservedPoint this
        start local 1 // double weight
        start local 3 // double x
        start local 5 // double y
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            dload 1 /* weight */
            putfield org.apache.commons.math3.fitting.WeightedObservedPoint.weight:D
         2: .line 46
            aload 0 /* this */
            dload 3 /* x */
            putfield org.apache.commons.math3.fitting.WeightedObservedPoint.x:D
         3: .line 47
            aload 0 /* this */
            dload 5 /* y */
            putfield org.apache.commons.math3.fitting.WeightedObservedPoint.y:D
         4: .line 48
            return
        end local 5 // double y
        end local 3 // double x
        end local 1 // double weight
        end local 0 // org.apache.commons.math3.fitting.WeightedObservedPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/math3/fitting/WeightedObservedPoint;
            0    5     1  weight  D
            0    5     3       x  D
            0    5     5       y  D
    MethodParameters:
        Name  Flags
      weight  final
      x       final
      y       final

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

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

  public double getY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.WeightedObservedPoint this
         0: .line 74
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.WeightedObservedPoint.y:D
            dreturn
        end local 0 // org.apache.commons.math3.fitting.WeightedObservedPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/WeightedObservedPoint;
}
SourceFile: "WeightedObservedPoint.java"