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

  void <init>(javafx.scene.Node$NodeTransformation, double);
    descriptor: (Ljavafx/scene/Node$NodeTransformation;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.Node$NodeTransformation$7 this
        start local 2 // double $anonymous0
         0: .line 6254
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$NodeTransformation$7.this$1:Ljavafx/scene/Node$NodeTransformation;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableDoubleProperty.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.scene.Node$NodeTransformation$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$NodeTransformation$7;
            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.Node$NodeTransformation$7 this
         0: .line 6257
            aload 0 /* this */
            getfield javafx.scene.Node$NodeTransformation$7.this$1:Ljavafx/scene/Node$NodeTransformation;
            invokestatic javafx.scene.Node$NodeTransformation.access$0:(Ljavafx/scene/Node$NodeTransformation;)Ljavafx/scene/Node;
            invokestatic com.sun.javafx.scene.NodeHelper.transformsChanged:(Ljavafx/scene/Node;)V
         1: .line 6258
            return
        end local 0 // javafx.scene.Node$NodeTransformation$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/Node$NodeTransformation$7;

  public javafx.css.CssMetaData getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$NodeTransformation$7 this
         0: .line 6262
            getstatic javafx.scene.Node$StyleableProperties.SCALE_Z:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.Node$NodeTransformation$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$NodeTransformation$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.scene.Node$NodeTransformation$7 this
         0: .line 6267
            aload 0 /* this */
            getfield javafx.scene.Node$NodeTransformation$7.this$1:Ljavafx/scene/Node$NodeTransformation;
            invokestatic javafx.scene.Node$NodeTransformation.access$0:(Ljavafx/scene/Node$NodeTransformation;)Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.Node$NodeTransformation$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$NodeTransformation$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.scene.Node$NodeTransformation$7 this
         0: .line 6272
            ldc "scaleZ"
            areturn
        end local 0 // javafx.scene.Node$NodeTransformation$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$NodeTransformation$7;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$NodeTransformation.scaleZProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private final NodeTransformation = javafx.scene.Node$NodeTransformation of javafx.scene.Node
  javafx.scene.Node$NodeTransformation$7
  private StyleableProperties = javafx.scene.Node$StyleableProperties of javafx.scene.Node