class javafx.scene.text.Text$TextAttribute$5 extends javafx.css.StyleableDoubleProperty
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.text.Text$TextAttribute$5
super_class: javafx.css.StyleableDoubleProperty
{
final javafx.scene.text.Text$TextAttribute this$1;
descriptor: Ljavafx/scene/text/Text$TextAttribute;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.text.Text$TextAttribute, double);
descriptor: (Ljavafx/scene/text/Text$TextAttribute;D)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.scene.text.Text$TextAttribute$5.this$1:Ljavafx/scene/text/Text$TextAttribute;
aload 0
dload 2
invokespecial javafx.css.StyleableDoubleProperty.<init>:(D)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/text/Text$TextAttribute$5;
0 1 2 $anonymous0 D
MethodParameters:
Name Flags
this$0 final
$anonymous0
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.text.Text$TextAttribute$5.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/text/Text$TextAttribute$5;
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 "lineSpacing"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/text/Text$TextAttribute$5;
public javafx.css.CssMetaData getCssMetaData();
descriptor: ()Ljavafx/css/CssMetaData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic javafx.scene.text.Text$StyleableProperties.LINE_SPACING:Ljavafx/css/CssMetaData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/text/Text$TextAttribute$5;
public void invalidated();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.scene.text.Text$TextAttribute$5.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
invokevirtual javafx.scene.text.Text.isSpan:()Z
ifne 4
1: aload 0
getfield javafx.scene.text.Text$TextAttribute$5.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
invokevirtual javafx.scene.text.Text.getTextLayout:()Lcom/sun/javafx/scene/text/TextLayout;
astore 1
start local 1 2: aload 1
aload 0
invokevirtual javafx.scene.text.Text$TextAttribute$5.get:()D
d2f
invokeinterface com.sun.javafx.scene.text.TextLayout.setLineSpacing:(F)Z
ifeq 4
3: aload 0
getfield javafx.scene.text.Text$TextAttribute$5.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
invokevirtual javafx.scene.text.Text.needsTextLayout:()V
end local 1 4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/scene/text/Text$TextAttribute$5;
2 4 1 layout Lcom/sun/javafx/scene/text/TextLayout;
}
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.lineSpacingProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
private StyleableProperties = javafx.scene.text.Text$StyleableProperties of javafx.scene.text.Text
private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text
javafx.scene.text.Text$TextAttribute$5