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

  void <init>(javafx.scene.Node$MiscProperties);
    descriptor: (Ljavafx/scene/Node$MiscProperties;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.Node$MiscProperties$2 this
         0: .line 6795
            aload 0 /* this */
            aload 1
            putfield javafx.scene.Node$MiscProperties$2.this$1:Ljavafx/scene/Node$MiscProperties;
            aload 0 /* this */
            invokespecial javafx.scene.Node$LazyBoundsProperty.<init>:()V
            return
        end local 0 // javafx.scene.Node$MiscProperties$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected javafx.geometry.Bounds computeBounds();
    descriptor: ()Ljavafx/geometry/Bounds;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=2, args_size=1
        start local 0 // javafx.scene.Node$MiscProperties$2 this
         0: .line 6805
            invokestatic com.sun.javafx.util.TempState.getInstance:()Lcom/sun/javafx/util/TempState;
            getfield com.sun.javafx.util.TempState.bounds:Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* tempBounds */
        start local 1 // com.sun.javafx.geom.BaseBounds tempBounds
         1: .line 6806
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$2.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
         2: .line 6807
            aload 1 /* tempBounds */
         3: .line 6808
            getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
         4: .line 6806
            invokevirtual javafx.scene.Node.getTransformedBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/BaseBounds;
            astore 1 /* tempBounds */
         5: .line 6809
            new javafx.geometry.BoundingBox
            dup
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
            f2d
         6: .line 6810
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
            f2d
         7: .line 6811
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getMinZ:()F
            f2d
         8: .line 6812
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getWidth:()F
            f2d
         9: .line 6813
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getHeight:()F
            f2d
        10: .line 6814
            aload 1 /* tempBounds */
            invokevirtual com.sun.javafx.geom.BaseBounds.getDepth:()F
            f2d
        11: .line 6809
            invokespecial javafx.geometry.BoundingBox.<init>:(DDDDDD)V
            areturn
        end local 1 // com.sun.javafx.geom.BaseBounds tempBounds
        end local 0 // javafx.scene.Node$MiscProperties$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavafx/scene/Node$MiscProperties$2;
            1   12     1  tempBounds  Lcom/sun/javafx/geom/BaseBounds;

  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$MiscProperties$2 this
         0: .line 6819
            aload 0 /* this */
            getfield javafx.scene.Node$MiscProperties$2.this$1:Ljavafx/scene/Node$MiscProperties;
            invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$2;

  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$MiscProperties$2 this
         0: .line 6824
            ldc "boundsInParent"
            areturn
        end local 0 // javafx.scene.Node$MiscProperties$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/Node$MiscProperties$2;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.boundsInParentProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
NestHost: javafx.scene.Node
InnerClasses:
  private abstract LazyBoundsProperty = javafx.scene.Node$LazyBoundsProperty of javafx.scene.Node
  private final MiscProperties = javafx.scene.Node$MiscProperties of javafx.scene.Node
  javafx.scene.Node$MiscProperties$2