class javafx.scene.Node$NodeTransformation$9 extends javafx.beans.property.ObjectPropertyBase<javafx.geometry.Point3D>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.Node$NodeTransformation$9
  super_class: javafx.beans.property.ObjectPropertyBase
{
  final javafx.scene.Node$NodeTransformation this$1;
    descriptor: Ljavafx/scene/Node$NodeTransformation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.Node$NodeTransformation, javafx.geometry.Point3D);
    descriptor: (Ljavafx/scene/Node$NodeTransformation;Ljavafx/geometry/Point3D;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.Node$NodeTransformation$9 this
        start local 2 // javafx.geometry.Point3D $anonymous0
         0: .line 6317
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$NodeTransformation$9.this$1:Ljavafx/scene/Node$NodeTransformation;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
            return
        end local 2 // javafx.geometry.Point3D $anonymous0
        end local 0 // javafx.scene.Node$NodeTransformation$9 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/Node$NodeTransformation$9;
            0    1     2  $anonymous0  Ljavafx/geometry/Point3D;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.Node$NodeTransformation$9 this
         0: .line 6321
            aload 0 /* this */
            getfield javafx.scene.Node$NodeTransformation$9.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 6322
            return
        end local 0 // javafx.scene.Node$NodeTransformation$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/Node$NodeTransformation$9;

  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$9 this
         0: .line 6326
            aload 0 /* this */
            getfield javafx.scene.Node$NodeTransformation$9.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$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$NodeTransformation$9;

  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$9 this
         0: .line 6331
            ldc "rotationAxis"
            areturn
        end local 0 // javafx.scene.Node$NodeTransformation$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$NodeTransformation$9;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/geometry/Point3D;>;
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$NodeTransformation.rotationAxisProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private final NodeTransformation = javafx.scene.Node$NodeTransformation of javafx.scene.Node
  javafx.scene.Node$NodeTransformation$9