class javafx.scene.Node$MiscProperties$3 extends javafx.scene.Node$LazyBoundsProperty
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.Node$MiscProperties$3
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$3 this
0: .line 6840
aload 0 /* this */
aload 1
putfield javafx.scene.Node$MiscProperties$3.this$1:Ljavafx/scene/Node$MiscProperties;
aload 0 /* this */
invokespecial javafx.scene.Node$LazyBoundsProperty.<init>:()V
return
end local 0 // javafx.scene.Node$MiscProperties$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$3;
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$3 this
0: .line 6843
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 6844
aload 0 /* this */
getfield javafx.scene.Node$MiscProperties$3.this$1:Ljavafx/scene/Node$MiscProperties;
invokestatic javafx.scene.Node$MiscProperties.access$0:(Ljavafx/scene/Node$MiscProperties;)Ljavafx/scene/Node;
2: .line 6845
aload 1 /* tempBounds */
3: .line 6846
getstatic com.sun.javafx.geom.transform.BaseTransform.IDENTITY_TRANSFORM:Lcom/sun/javafx/geom/transform/BaseTransform;
4: .line 6844
invokevirtual javafx.scene.Node.getLocalBounds:(Lcom/sun/javafx/geom/BaseBounds;Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/BaseBounds;
astore 1 /* tempBounds */
5: .line 6847
new javafx.geometry.BoundingBox
dup
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getMinX:()F
f2d
6: .line 6848
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getMinY:()F
f2d
7: .line 6849
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getMinZ:()F
f2d
8: .line 6850
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getWidth:()F
f2d
9: .line 6851
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getHeight:()F
f2d
10: .line 6852
aload 1 /* tempBounds */
invokevirtual com.sun.javafx.geom.BaseBounds.getDepth:()F
f2d
11: .line 6847
invokespecial javafx.geometry.BoundingBox.<init>:(DDDDDD)V
areturn
end local 1 // com.sun.javafx.geom.BaseBounds tempBounds
end local 0 // javafx.scene.Node$MiscProperties$3 this
LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavafx/scene/Node$MiscProperties$3;
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$3 this
0: .line 6857
aload 0 /* this */
getfield javafx.scene.Node$MiscProperties$3.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$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$3;
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$3 this
0: .line 6862
ldc "boundsInLocal"
areturn
end local 0 // javafx.scene.Node$MiscProperties$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/Node$MiscProperties$3;
}
SourceFile: "Node.java"
EnclosingMethod: javafx.scene.Node$MiscProperties.boundsInLocalProperty:()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$3