class javafx.stage.Window$7 extends javafx.beans.property.DoublePropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.stage.Window$7
  super_class: javafx.beans.property.DoublePropertyBase
{
  final javafx.stage.Window this$0;
    descriptor: Ljavafx/stage/Window;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.stage.Window, double);
    descriptor: (Ljavafx/stage/Window;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.stage.Window$7 this
        start local 2 // double $anonymous0
         0: .line 864
            aload 0 /* this */
            aload 1
            putfield javafx.stage.Window$7.this$0:Ljavafx/stage/Window;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.DoublePropertyBase.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.stage.Window$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/stage/Window$7;
            0    1     2  $anonymous0  D
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.stage.Window$7 this
         0: .line 868
            aload 0 /* this */
            getfield javafx.stage.Window$7.this$0:Ljavafx/stage/Window;
            getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
            ifnull 2
         1: .line 869
            aload 0 /* this */
            getfield javafx.stage.Window$7.this$0:Ljavafx/stage/Window;
            getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
            aload 0 /* this */
            invokevirtual javafx.stage.Window$7.get:()D
            d2f
            invokeinterface com.sun.javafx.tk.TKStage.setOpacity:(F)V
         2: .line 871
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.stage.Window$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Window$7;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Window$7 this
         0: .line 875
            aload 0 /* this */
            getfield javafx.stage.Window$7.this$0:Ljavafx/stage/Window;
            areturn
        end local 0 // javafx.stage.Window$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Window$7;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Window$7 this
         0: .line 880
            ldc "opacity"
            areturn
        end local 0 // javafx.stage.Window$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Window$7;
}
SourceFile: "Window.java"
EnclosingMethod: javafx.stage.Window.opacityProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.stage.Window
InnerClasses:
  javafx.stage.Window$7