class javafx.scene.layout.Region$StyleableProperties$5 extends javafx.css.CssMetaData<javafx.scene.layout.Region, javafx.scene.shape.Shape>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.layout.Region$StyleableProperties$5
super_class: javafx.css.CssMetaData
{
void <init>(java.lang.String, javafx.css.StyleConverter);
descriptor: (Ljava/lang/String;Ljavafx/css/StyleConverter;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial javafx.css.CssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;)V
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$StyleableProperties$5;
0 1 1 $anonymous0 Ljava/lang/String;
0 1 2 $anonymous1 Ljavafx/css/StyleConverter<*Ljavafx/scene/shape/Shape;>;
MethodParameters:
Name Flags
$anonymous0
$anonymous1
public boolean isSettable(javafx.scene.layout.Region);
descriptor: (Ljavafx/scene/layout/Region;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getfield javafx.scene.layout.Region.shape:Ljavafx/beans/property/ObjectProperty;
ifnull 1
aload 1
getfield javafx.scene.layout.Region.shape:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.isBound:()Z
ifeq 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/scene/layout/Region$StyleableProperties$5;
0 2 1 node Ljavafx/scene/layout/Region;
MethodParameters:
Name Flags
node
public javafx.css.StyleableProperty<javafx.scene.shape.Shape> getStyleableProperty(javafx.scene.layout.Region);
descriptor: (Ljavafx/scene/layout/Region;)Ljavafx/css/StyleableProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual javafx.scene.layout.Region.shapeProperty:()Ljavafx/beans/property/ObjectProperty;
checkcast javafx.css.StyleableProperty
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/layout/Region$StyleableProperties$5;
0 1 1 node Ljavafx/scene/layout/Region;
Signature: (Ljavafx/scene/layout/Region;)Ljavafx/css/StyleableProperty<Ljavafx/scene/shape/Shape;>;
MethodParameters:
Name Flags
node
public boolean isSettable(javafx.css.Styleable);
descriptor: (Ljavafx/css/Styleable;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast javafx.scene.layout.Region
invokevirtual javafx.scene.layout.Region$StyleableProperties$5.isSettable:(Ljavafx/scene/layout/Region;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
public javafx.css.StyleableProperty getStyleableProperty(javafx.css.Styleable);
descriptor: (Ljavafx/css/Styleable;)Ljavafx/css/StyleableProperty;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast javafx.scene.layout.Region
invokevirtual javafx.scene.layout.Region$StyleableProperties$5.getStyleableProperty:(Ljavafx/scene/layout/Region;)Ljavafx/css/StyleableProperty;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/layout/Region;Ljavafx/scene/shape/Shape;>;
SourceFile: "Region.java"
EnclosingMethod: javafx.scene.layout.Region$StyleableProperties
NestHost: javafx.scene.layout.Region
InnerClasses:
private StyleableProperties = javafx.scene.layout.Region$StyleableProperties of javafx.scene.layout.Region
javafx.scene.layout.Region$StyleableProperties$5