class javafx.scene.text.Text$TextAttribute$11 extends javafx.beans.binding.ObjectBinding<javafx.scene.shape.PathElement[]>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.text.Text$TextAttribute$11
super_class: javafx.beans.binding.ObjectBinding
{
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);
descriptor: (Ljavafx/scene/text/Text$TextAttribute;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 // javafx.scene.text.Text$TextAttribute$11 this
0: .line 1814
aload 0 /* this */
aload 1
putfield javafx.scene.text.Text$TextAttribute$11.this$1:Ljavafx/scene/text/Text$TextAttribute;
aload 0 /* this */
invokespecial javafx.beans.binding.ObjectBinding.<init>:()V
1: .line 1815
aload 0 /* this */
iconst_2
anewarray javafx.beans.Observable
dup
iconst_0
aload 1
invokevirtual javafx.scene.text.Text$TextAttribute.caretPositionProperty:()Ljavafx/beans/property/IntegerProperty;
aastore
dup
iconst_1
aload 1
invokevirtual javafx.scene.text.Text$TextAttribute.caretBiasProperty:()Ljavafx/beans/property/BooleanProperty;
aastore
invokevirtual javafx.scene.text.Text$TextAttribute$11.bind:([Ljavafx/beans/Observable;)V
2: .line 1814
return
end local 0 // javafx.scene.text.Text$TextAttribute$11 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/text/Text$TextAttribute$11;
MethodParameters:
Name Flags
this$0 final
protected javafx.scene.shape.PathElement[] computeValue();
descriptor: ()[Ljavafx/scene/shape/PathElement;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=7, args_size=1
start local 0 // javafx.scene.text.Text$TextAttribute$11 this
0: .line 1817
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokevirtual javafx.scene.text.Text$TextAttribute.getCaretPosition:()I
istore 1 /* pos */
start local 1 // int pos
1: .line 1818
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.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.getTextInternal:()Ljava/lang/String;
invokevirtual java.lang.String.length:()I
istore 2 /* length */
start local 2 // int length
2: .line 1819
iload 1 /* pos */
iflt 8
iload 1 /* pos */
iload 2 /* length */
if_icmpgt 8
3: .line 1820
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokevirtual javafx.scene.text.Text$TextAttribute.isCaretBias:()Z
istore 3 /* bias */
start local 3 // boolean bias
4: .line 1821
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.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.getX:()D
d2f
fstore 4 /* x */
start local 4 // float x
5: .line 1822
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.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.getY:()D
d2f
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.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.getYRendering:()F
fsub
fstore 5 /* y */
start local 5 // float y
6: .line 1823
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$11.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 6 /* layout */
start local 6 // com.sun.javafx.scene.text.TextLayout layout
7: .line 1824
aload 6 /* layout */
iload 1 /* pos */
iload 3 /* bias */
fload 4 /* x */
fload 5 /* y */
invokeinterface com.sun.javafx.scene.text.TextLayout.getCaretShape:(IZFF)[Ljavafx/scene/shape/PathElement;
areturn
end local 6 // com.sun.javafx.scene.text.TextLayout layout
end local 5 // float y
end local 4 // float x
end local 3 // boolean bias
8: .line 1826
StackMap locals: int int
StackMap stack:
getstatic javafx.scene.text.Text.EMPTY_PATH_ELEMENT_ARRAY:[Ljavafx/scene/shape/PathElement;
areturn
end local 2 // int length
end local 1 // int pos
end local 0 // javafx.scene.text.Text$TextAttribute$11 this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/scene/text/Text$TextAttribute$11;
1 9 1 pos I
2 9 2 length I
4 8 3 bias Z
5 8 4 x F
6 8 5 y F
7 8 6 layout Lcom/sun/javafx/scene/text/TextLayout;
protected java.lang.Object computeValue();
descriptor: ()Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 1
aload 0
invokevirtual javafx.scene.text.Text$TextAttribute$11.computeValue:()[Ljavafx/scene/shape/PathElement;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/beans/binding/ObjectBinding<[Ljavafx/scene/shape/PathElement;>;
SourceFile: "Text.java"
EnclosingMethod: javafx.scene.text.Text$TextAttribute.caretShapeProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
NestHost: javafx.scene.text.Text
InnerClasses:
private final TextAttribute = javafx.scene.text.Text$TextAttribute of javafx.scene.text.Text
javafx.scene.text.Text$TextAttribute$11