class javafx.scene.web.WebView$6 extends javafx.css.StyleableDoubleProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.web.WebView$6
  super_class: javafx.css.StyleableDoubleProperty
{
  final javafx.scene.web.WebView this$0;
    descriptor: Ljavafx/scene/web/WebView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.web.WebView, double);
    descriptor: (Ljavafx/scene/web/WebView;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.web.WebView$6 this
        start local 2 // double $anonymous0
         0: .line 457
            aload 0 /* this */
            aload 1
            putfield javafx.scene.web.WebView$6.this$0:Ljavafx/scene/web/WebView;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableDoubleProperty.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.scene.web.WebView$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/web/WebView$6;
            0    1     2  $anonymous0  D
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebView$6 this
         0: .line 460
            aload 0 /* this */
            getfield javafx.scene.web.WebView$6.this$0:Ljavafx/scene/web/WebView;
            invokevirtual javafx.scene.web.WebView.getParent:()Ljavafx/scene/Parent;
            ifnull 2
         1: .line 461
            aload 0 /* this */
            getfield javafx.scene.web.WebView$6.this$0:Ljavafx/scene/web/WebView;
            invokevirtual javafx.scene.web.WebView.getParent:()Ljavafx/scene/Parent;
            invokevirtual javafx.scene.Parent.requestLayout:()V
         2: .line 463
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.web.WebView$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/web/WebView$6;

  public javafx.css.CssMetaData<javafx.scene.web.WebView, java.lang.Number> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebView$6 this
         0: .line 466
            getstatic javafx.scene.web.WebView$StyleableProperties.PREF_WIDTH:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.web.WebView$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebView$6;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/web/WebView;Ljava/lang/Number;>;

  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.scene.web.WebView$6 this
         0: .line 470
            aload 0 /* this */
            getfield javafx.scene.web.WebView$6.this$0:Ljavafx/scene/web/WebView;
            areturn
        end local 0 // javafx.scene.web.WebView$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebView$6;

  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.scene.web.WebView$6 this
         0: .line 474
            ldc "prefWidth"
            areturn
        end local 0 // javafx.scene.web.WebView$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebView$6;
}
SourceFile: "WebView.java"
EnclosingMethod: javafx.scene.web.WebView.prefWidthProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.web.WebView
InnerClasses:
  javafx.scene.web.WebView$6
  private final StyleableProperties = javafx.scene.web.WebView$StyleableProperties of javafx.scene.web.WebView