final class javafx.scene.layout.Region$ShapeProperty extends javafx.css.StyleableObjectProperty<javafx.scene.shape.Shape> implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: javafx.scene.layout.Region$ShapeProperty
super_class: javafx.css.StyleableObjectProperty
{
final javafx.scene.layout.Region this$0;
descriptor: Ljavafx/scene/layout/Region;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javafx.scene.layout.Region);
descriptor: (Ljavafx/scene/layout/Region;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
aload 0
invokespecial javafx.css.StyleableObjectProperty.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$ShapeProperty;
MethodParameters:
Name Flags
this$0 final
public java.lang.Object getBean();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$ShapeProperty;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "shape"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$ShapeProperty;
public javafx.css.CssMetaData<javafx.scene.layout.Region, javafx.scene.shape.Shape> getCssMetaData();
descriptor: ()Ljavafx/css/CssMetaData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javafx.scene.layout.Region$StyleableProperties.SHAPE:Ljavafx/css/CssMetaData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$ShapeProperty;
Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/layout/Region;Ljavafx/scene/shape/Shape;>;
protected void invalidated();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual javafx.scene.layout.Region$ShapeProperty.get:()Ljava/lang/Object;
checkcast javafx.scene.shape.Shape
astore 1
start local 1 1: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
aload 1
if_acmpeq 8
2: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
ifnull 3
aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
aconst_null
invokestatic com.sun.javafx.scene.shape.ShapeHelper.setShapeChangeListener:(Ljavafx/scene/shape/Shape;Ljava/lang/Runnable;)V
3: StackMap locals: javafx.scene.shape.Shape
StackMap stack:
aload 1
ifnull 4
aload 1
aload 0
invokestatic com.sun.javafx.scene.shape.ShapeHelper.setShapeChangeListener:(Ljavafx/scene/shape/Shape;Ljava/lang/Runnable;)V
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.layout.Region$ShapeProperty.run:()V
5: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
ifnull 6
aload 1
ifnonnull 7
6: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getfield javafx.scene.layout.Region.insets:Ljavafx/scene/layout/Region$InsetsProperty;
invokevirtual javafx.scene.layout.Region$InsetsProperty.fireValueChanged:()V
7: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
aload 1
putfield javafx.scene.layout.Region._shape:Ljavafx/scene/shape/Shape;
8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/scene/layout/Region$ShapeProperty;
1 9 1 value Ljavafx/scene/shape/Shape;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
invokestatic com.sun.javafx.scene.NodeHelper.geomChanged:(Ljavafx/scene/Node;)V
1: aload 0
getfield javafx.scene.layout.Region$ShapeProperty.this$0:Ljavafx/scene/layout/Region;
getstatic com.sun.javafx.scene.DirtyBits.REGION_SHAPE:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.markDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/layout/Region$ShapeProperty;
}
Signature: Ljavafx/css/StyleableObjectProperty<Ljavafx/scene/shape/Shape;>;Ljava/lang/Runnable;
SourceFile: "Region.java"
NestHost: javafx.scene.layout.Region
InnerClasses:
private final InsetsProperty = javafx.scene.layout.Region$InsetsProperty of javafx.scene.layout.Region
private final ShapeProperty = javafx.scene.layout.Region$ShapeProperty of javafx.scene.layout.Region
private StyleableProperties = javafx.scene.layout.Region$StyleableProperties of javafx.scene.layout.Region