public class java.awt.geom.Line2D$Double extends java.awt.geom.Line2D implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.geom.Line2D$Double
  super_class: java.awt.geom.Line2D
{
  public double x1;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double y1;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double x2;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  public double y2;
    descriptor: D
    flags: (0x0001) ACC_PUBLIC

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7979627399746467499

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 255
            aload 0 /* this */
            invokespecial java.awt.geom.Line2D.<init>:()V
         1: .line 256
            return
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/Line2D$Double;

  public void <init>(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=5
        start local 0 // java.awt.geom.Line2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double x2
        start local 7 // double y2
         0: .line 267
            aload 0 /* this */
            invokespecial java.awt.geom.Line2D.<init>:()V
         1: .line 268
            aload 0 /* this */
            dload 1 /* x1 */
            dload 3 /* y1 */
            dload 5 /* x2 */
            dload 7 /* y2 */
            invokevirtual java.awt.geom.Line2D$Double.setLine:(DDDD)V
         2: .line 269
            return
        end local 7 // double y2
        end local 5 // double x2
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Line2D$Double;
            0    3     1    x1  D
            0    3     3    y1  D
            0    3     5    x2  D
            0    3     7    y2  D
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  public void <init>(java.awt.geom.Point2D, java.awt.geom.Point2D);
    descriptor: (Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.awt.geom.Line2D$Double this
        start local 1 // java.awt.geom.Point2D p1
        start local 2 // java.awt.geom.Point2D p2
         0: .line 278
            aload 0 /* this */
            invokespecial java.awt.geom.Line2D.<init>:()V
         1: .line 279
            aload 0 /* this */
            aload 1 /* p1 */
            aload 2 /* p2 */
            invokevirtual java.awt.geom.Line2D$Double.setLine:(Ljava/awt/geom/Point2D;Ljava/awt/geom/Point2D;)V
         2: .line 280
            return
        end local 2 // java.awt.geom.Point2D p2
        end local 1 // java.awt.geom.Point2D p1
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Line2D$Double;
            0    3     1    p1  Ljava/awt/geom/Point2D;
            0    3     2    p2  Ljava/awt/geom/Point2D;
    MethodParameters:
      Name  Flags
      p1    
      p2    

  public double getX1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 287
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            dreturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public double getY1();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 295
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            dreturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public java.awt.geom.Point2D getP1();
    descriptor: ()Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 303
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public double getX2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 311
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            dreturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public double getY2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 319
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            dreturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public java.awt.geom.Point2D getP2();
    descriptor: ()Ljava/awt/geom/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 327
            new java.awt.geom.Point2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            invokespecial java.awt.geom.Point2D$Double.<init>:(DD)V
            areturn
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Line2D$Double;

  public void setLine(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // java.awt.geom.Line2D$Double this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double x2
        start local 7 // double y2
         0: .line 335
            aload 0 /* this */
            dload 1 /* x1 */
            putfield java.awt.geom.Line2D$Double.x1:D
         1: .line 336
            aload 0 /* this */
            dload 3 /* y1 */
            putfield java.awt.geom.Line2D$Double.y1:D
         2: .line 337
            aload 0 /* this */
            dload 5 /* x2 */
            putfield java.awt.geom.Line2D$Double.x2:D
         3: .line 338
            aload 0 /* this */
            dload 7 /* y2 */
            putfield java.awt.geom.Line2D$Double.y2:D
         4: .line 339
            return
        end local 7 // double y2
        end local 5 // double x2
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/geom/Line2D$Double;
            0    5     1    x1  D
            0    5     3    y1  D
            0    5     5    x2  D
            0    5     7    y2  D
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  public java.awt.geom.Rectangle2D getBounds2D();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=9, args_size=1
        start local 0 // java.awt.geom.Line2D$Double this
         0: .line 347
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            dcmpg
            ifge 4
         1: .line 348
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            dstore 1 /* x */
        start local 1 // double x
         2: .line 349
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            dsub
            dstore 5 /* w */
        start local 5 // double w
         3: .line 350
            goto 6
        end local 5 // double w
        end local 1 // double x
         4: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            dstore 1 /* x */
        start local 1 // double x
         5: .line 352
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x1:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.x2:D
            dsub
            dstore 5 /* w */
        start local 5 // double w
         6: .line 354
      StackMap locals: java.awt.geom.Line2D$Double double top top double
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            dcmpg
            ifge 10
         7: .line 355
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            dstore 3 /* y */
        start local 3 // double y
         8: .line 356
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            dsub
            dstore 7 /* h */
        start local 7 // double h
         9: .line 357
            goto 12
        end local 7 // double h
        end local 3 // double y
        10: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            dstore 3 /* y */
        start local 3 // double y
        11: .line 359
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y1:D
            aload 0 /* this */
            getfield java.awt.geom.Line2D$Double.y2:D
            dsub
            dstore 7 /* h */
        start local 7 // double h
        12: .line 361
      StackMap locals: java.awt.geom.Line2D$Double double double double double
      StackMap stack:
            new java.awt.geom.Rectangle2D$Double
            dup
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* w */
            dload 7 /* h */
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 7 // double h
        end local 5 // double w
        end local 3 // double y
        end local 1 // double x
        end local 0 // java.awt.geom.Line2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/awt/geom/Line2D$Double;
            2    4     1     x  D
            5   13     1     x  D
            8   10     3     y  D
           11   13     3     y  D
            3    4     5     w  D
            6   13     5     w  D
            9   10     7     h  D
           12   13     7     h  D
}
SourceFile: "Line2D.java"
NestHost: java.awt.geom.Line2D
InnerClasses:
  public Double = java.awt.geom.Line2D$Double of java.awt.geom.Line2D
  public Double = java.awt.geom.Point2D$Double of java.awt.geom.Point2D
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D