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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Double this
         0: .line 229
            aload 0 /* this */
            invokespecial java.awt.geom.Ellipse2D.<init>:()V
         1: .line 230
            return
        end local 0 // java.awt.geom.Ellipse2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/Ellipse2D$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.Ellipse2D$Double this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
         0: .line 244
            aload 0 /* this */
            invokespecial java.awt.geom.Ellipse2D.<init>:()V
         1: .line 245
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* w */
            dload 7 /* h */
            invokevirtual java.awt.geom.Ellipse2D$Double.setFrame:(DDDD)V
         2: .line 246
            return
        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.Ellipse2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/geom/Ellipse2D$Double;
            0    3     1     x  D
            0    3     3     y  D
            0    3     5     w  D
            0    3     7     h  D
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

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

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

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

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

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Double this
         0: .line 285
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.width:D
            dconst_0
            dcmpg
            ifle 1
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.height:D
            dconst_0
            dcmpg
            ifle 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.awt.geom.Ellipse2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/geom/Ellipse2D$Double;

  public void setFrame(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.Ellipse2D$Double this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
         0: .line 293
            aload 0 /* this */
            dload 1 /* x */
            putfield java.awt.geom.Ellipse2D$Double.x:D
         1: .line 294
            aload 0 /* this */
            dload 3 /* y */
            putfield java.awt.geom.Ellipse2D$Double.y:D
         2: .line 295
            aload 0 /* this */
            dload 5 /* w */
            putfield java.awt.geom.Ellipse2D$Double.width:D
         3: .line 296
            aload 0 /* this */
            dload 7 /* h */
            putfield java.awt.geom.Ellipse2D$Double.height:D
         4: .line 297
            return
        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.Ellipse2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/awt/geom/Ellipse2D$Double;
            0    5     1     x  D
            0    5     3     y  D
            0    5     5     w  D
            0    5     7     h  D
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public java.awt.geom.Rectangle2D getBounds2D();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.awt.geom.Ellipse2D$Double this
         0: .line 304
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.x:D
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.y:D
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.width:D
            aload 0 /* this */
            getfield java.awt.geom.Ellipse2D$Double.height:D
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 0 // java.awt.geom.Ellipse2D$Double this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/geom/Ellipse2D$Double;
}
SourceFile: "Ellipse2D.java"
NestHost: java.awt.geom.Ellipse2D
InnerClasses:
  public Double = java.awt.geom.Ellipse2D$Double of java.awt.geom.Ellipse2D
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D