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

  void <init>(javafx.scene.web.WebView, javafx.scene.text.FontSmoothingType);
    descriptor: (Ljavafx/scene/web/WebView;Ljavafx/scene/text/FontSmoothingType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.web.WebView$10 this
        start local 2 // javafx.scene.text.FontSmoothingType $anonymous0
         0: .line 661
            aload 0 /* this */
            aload 1
            putfield javafx.scene.web.WebView$10.this$0:Ljavafx/scene/web/WebView;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableObjectProperty.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.scene.text.FontSmoothingType $anonymous0
        end local 0 // javafx.scene.web.WebView$10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/web/WebView$10;
            0    1     2  $anonymous0  Ljavafx/scene/text/FontSmoothingType;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebView$10 this
         0: .line 664
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.checkFxUserThread:()V
         1: .line 665
            aload 0 /* this */
            getfield javafx.scene.web.WebView$10.this$0:Ljavafx/scene/web/WebView;
            getfield javafx.scene.web.WebView.page:Lcom/sun/webkit/WebPage;
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebView$10.get:()Ljava/lang/Object;
            checkcast javafx.scene.text.FontSmoothingType
            invokevirtual javafx.scene.text.FontSmoothingType.ordinal:()I
            invokevirtual com.sun.webkit.WebPage.setFontSmoothingType:(I)V
         2: .line 666
            return
        end local 0 // javafx.scene.web.WebView$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/web/WebView$10;

  public javafx.css.CssMetaData<javafx.scene.web.WebView, javafx.scene.text.FontSmoothingType> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.web.WebView$10 this
         0: .line 669
            getstatic javafx.scene.web.WebView$StyleableProperties.FONT_SMOOTHING_TYPE:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.web.WebView$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebView$10;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/web/WebView;Ljavafx/scene/text/FontSmoothingType;>;

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

  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$10 this
         0: .line 677
            ldc "fontSmoothingType"
            areturn
        end local 0 // javafx.scene.web.WebView$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/web/WebView$10;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/text/FontSmoothingType;>;
SourceFile: "WebView.java"
EnclosingMethod: javafx.scene.web.WebView.fontSmoothingTypeProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.web.WebView
InnerClasses:
  javafx.scene.web.WebView$10
  private final StyleableProperties = javafx.scene.web.WebView$StyleableProperties of javafx.scene.web.WebView