class javafx.scene.text.Text$StyleableProperties$5 extends javafx.css.CssMetaData<javafx.scene.text.Text, javafx.geometry.VPos>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.text.Text$StyleableProperties$5
super_class: javafx.css.CssMetaData
{
void <init>(java.lang.String, javafx.css.StyleConverter, javafx.geometry.VPos);
descriptor: (Ljava/lang/String;Ljavafx/css/StyleConverter;Ljavafx/geometry/VPos;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial javafx.css.CssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/text/Text$StyleableProperties$5;
0 1 1 $anonymous0 Ljava/lang/String;
0 1 2 $anonymous1 Ljavafx/css/StyleConverter<*Ljavafx/geometry/VPos;>;
0 1 3 $anonymous2 Ljavafx/geometry/VPos;
MethodParameters:
Name Flags
$anonymous0
$anonymous1
$anonymous2
public boolean isSettable(javafx.scene.text.Text);
descriptor: (Ljavafx/scene/text/Text;)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.text.Text.attributes:Ljavafx/scene/text/Text$TextAttribute;
ifnull 4
1: aload 1
getfield javafx.scene.text.Text.attributes:Ljavafx/scene/text/Text$TextAttribute;
getfield javafx.scene.text.Text$TextAttribute.textOrigin:Ljavafx/beans/property/ObjectProperty;
ifnull 4
2: aload 1
getfield javafx.scene.text.Text.attributes:Ljavafx/scene/text/Text$TextAttribute;
getfield javafx.scene.text.Text$TextAttribute.textOrigin:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.isBound:()Z
ifeq 4
3: iconst_0
ireturn
StackMap locals:
StackMap stack:
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/scene/text/Text$StyleableProperties$5;
0 5 1 node Ljavafx/scene/text/Text;
MethodParameters:
Name Flags
node
public javafx.css.StyleableProperty<javafx.geometry.VPos> getStyleableProperty(javafx.scene.text.Text);
descriptor: (Ljavafx/scene/text/Text;)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.text.Text.textOriginProperty:()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/text/Text$StyleableProperties$5;
0 1 1 node Ljavafx/scene/text/Text;
Signature: (Ljavafx/scene/text/Text;)Ljavafx/css/StyleableProperty<Ljavafx/geometry/VPos;>;
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.text.Text
invokevirtual javafx.scene.text.Text$StyleableProperties$5.isSettable:(Ljavafx/scene/text/Text;)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.text.Text
invokevirtual javafx.scene.text.Text$StyleableProperties$5.getStyleableProperty:(Ljavafx/scene/text/Text;)Ljavafx/css/StyleableProperty;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/text/Text;Ljavafx/geometry/VPos;>;
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$StyleableProperties
NestHost: javafx.scene.text.Text
InnerClasses:
private StyleableProperties = javafx.scene.text.Text$StyleableProperties of javafx.scene.text.Text
javafx.scene.text.Text$StyleableProperties$5
private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text