public class com.sun.javafx.scene.control.DoubleField extends com.sun.javafx.scene.control.InputField
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.control.DoubleField
  super_class: com.sun.javafx.scene.control.InputField
{
  private javafx.beans.property.DoubleProperty value;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  public final double getValue();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.control.DoubleField this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.javafx.scene.control.DoubleField.value:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
            dreturn
        end local 0 // com.sun.javafx.scene.control.DoubleField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/control/DoubleField;

  public final void setValue(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.scene.control.DoubleField this
        start local 1 // double value
         0: .line 43
            aload 0 /* this */
            getfield com.sun.javafx.scene.control.DoubleField.value:Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
            return
        end local 1 // double value
        end local 0 // com.sun.javafx.scene.control.DoubleField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/javafx/scene/control/DoubleField;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final javafx.beans.property.DoubleProperty valueProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.control.DoubleField this
         0: .line 44
            aload 0 /* this */
            getfield com.sun.javafx.scene.control.DoubleField.value:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // com.sun.javafx.scene.control.DoubleField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/control/DoubleField;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.control.DoubleField this
         0: .line 49
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.InputField.<init>:()V
         1: .line 41
            aload 0 /* this */
            new javafx.beans.property.SimpleDoubleProperty
            dup
            aload 0 /* this */
            ldc "value"
            invokespecial javafx.beans.property.SimpleDoubleProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield com.sun.javafx.scene.control.DoubleField.value:Ljavafx/beans/property/DoubleProperty;
         2: .line 50
            aload 0 /* this */
            invokevirtual com.sun.javafx.scene.control.DoubleField.getStyleClass:()Ljavafx/collections/ObservableList;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "double-field"
            aastore
            invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
            pop
         3: .line 51
            return
        end local 0 // com.sun.javafx.scene.control.DoubleField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/scene/control/DoubleField;

  protected javafx.scene.control.Skin<?> createDefaultSkin();
    descriptor: ()Ljavafx/scene/control/Skin;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.control.DoubleField this
         0: .line 61
            new com.sun.javafx.scene.control.skin.DoubleFieldSkin
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.skin.DoubleFieldSkin.<init>:(Lcom/sun/javafx/scene/control/DoubleField;)V
            areturn
        end local 0 // com.sun.javafx.scene.control.DoubleField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/control/DoubleField;
    Signature: ()Ljavafx/scene/control/Skin<*>;
}
SourceFile: "DoubleField.java"