class javafx.scene.Node$StyleableProperties$12 extends javafx.css.CssMetaData<javafx.scene.Node, java.lang.Number>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$StyleableProperties$12
  super_class: javafx.css.CssMetaData
{
  void <init>(java.lang.String, javafx.css.StyleConverter, java.lang.Number);
    descriptor: (Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Number;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.Node$StyleableProperties$12 this
        start local 1 // java.lang.String $anonymous0
        start local 2 // javafx.css.StyleConverter $anonymous1
        start local 3 // java.lang.Number $anonymous2
         0: .line 9147
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            invokespecial javafx.css.CssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
            return
        end local 3 // java.lang.Number $anonymous2
        end local 2 // javafx.css.StyleConverter $anonymous1
        end local 1 // java.lang.String $anonymous0
        end local 0 // javafx.scene.Node$StyleableProperties$12 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$StyleableProperties$12;
            0    1     1  $anonymous0  Ljava/lang/String;
            0    1     2  $anonymous1  Ljavafx/css/StyleConverter<*Ljava/lang/Number;>;
            0    1     3  $anonymous2  Ljava/lang/Number;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public boolean isSettable(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.Node$StyleableProperties$12 this
        start local 1 // javafx.scene.Node node
         0: .line 9152
            aload 1 /* node */
            getfield javafx.scene.Node.nodeTransformation:Ljavafx/scene/Node$NodeTransformation;
            ifnull 4
         1: .line 9153
            aload 1 /* node */
            getfield javafx.scene.Node.nodeTransformation:Ljavafx/scene/Node$NodeTransformation;
            getfield javafx.scene.Node$NodeTransformation.translateZ:Ljavafx/beans/property/DoubleProperty;
            ifnull 4
         2: .line 9154
            aload 1 /* node */
            getfield javafx.scene.Node.nodeTransformation:Ljavafx/scene/Node$NodeTransformation;
            invokevirtual javafx.scene.Node$NodeTransformation.canSetTranslateZ:()Z
            ifne 4
         3: .line 9152
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.Node$StyleableProperties$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/scene/Node$StyleableProperties$12;
            0    5     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  public javafx.css.StyleableProperty<java.lang.Number> getStyleableProperty(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/css/StyleableProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.Node$StyleableProperties$12 this
        start local 1 // javafx.scene.Node node
         0: .line 9159
            aload 1 /* node */
            invokevirtual javafx.scene.Node.translateZProperty:()Ljavafx/beans/property/DoubleProperty;
            checkcast javafx.css.StyleableProperty
            areturn
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.Node$StyleableProperties$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$StyleableProperties$12;
            0    1     1  node  Ljavafx/scene/Node;
    Signature: (Ljavafx/scene/Node;)Ljavafx/css/StyleableProperty<Ljava/lang/Number;>;
    MethodParameters:
      Name  Flags
      node  

  public boolean isSettable(javafx.css.Styleable);
    descriptor: (Ljavafx/css/Styleable;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.scene.Node
            invokevirtual javafx.scene.Node$StyleableProperties$12.isSettable:(Ljavafx/scene/Node;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public javafx.css.StyleableProperty getStyleableProperty(javafx.css.Styleable);
    descriptor: (Ljavafx/css/Styleable;)Ljavafx/css/StyleableProperty;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.scene.Node
            invokevirtual javafx.scene.Node$StyleableProperties$12.getStyleableProperty:(Ljavafx/scene/Node;)Ljavafx/css/StyleableProperty;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;Ljava/lang/Number;>;
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$StyleableProperties
NestHost: javafx.scene.Node
InnerClasses:
  private final NodeTransformation = javafx.scene.Node$NodeTransformation of javafx.scene.Node
  private StyleableProperties = javafx.scene.Node$StyleableProperties of javafx.scene.Node
  javafx.scene.Node$StyleableProperties$12