class javafx.scene.text.Text$TextAttribute$7 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$7
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$7 this
0: .line 1737
aload 0 /* this */
aload 1
putfield javafx.scene.text.Text$TextAttribute$7.this$1:Ljavafx/scene/text/Text$TextAttribute;
aload 0 /* this */
invokespecial javafx.beans.binding.ObjectBinding.<init>:()V
1: .line 1738
aload 0 /* this */
iconst_2
anewarray javafx.beans.Observable
dup
iconst_0
aload 1
invokevirtual javafx.scene.text.Text$TextAttribute.selectionStartProperty:()Ljavafx/beans/property/IntegerProperty;
aastore
dup
iconst_1
aload 1
invokevirtual javafx.scene.text.Text$TextAttribute.selectionEndProperty:()Ljavafx/beans/property/IntegerProperty;
aastore
invokevirtual javafx.scene.text.Text$TextAttribute$7.bind:([Ljavafx/beans/Observable;)V
2: .line 1737
return
end local 0 // javafx.scene.text.Text$TextAttribute$7 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/text/Text$TextAttribute$7;
MethodParameters:
Name Flags
this$0 final
protected javafx.scene.shape.PathElement[] computeValue();
descriptor: ()[Ljavafx/scene/shape/PathElement;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=1
start local 0 // javafx.scene.text.Text$TextAttribute$7 this
0: .line 1740
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$7.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokevirtual javafx.scene.text.Text$TextAttribute.getSelectionStart:()I
istore 1 /* start */
start local 1 // int start
1: .line 1741
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$7.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokevirtual javafx.scene.text.Text$TextAttribute.getSelectionEnd:()I
istore 2 /* end */
start local 2 // int end
2: .line 1742
aload 0 /* this */
getfield javafx.scene.text.Text$TextAttribute$7.this$1:Ljavafx/scene/text/Text$TextAttribute;
invokestatic javafx.scene.text.Text$TextAttribute.access$0:(Ljavafx/scene/text/Text$TextAttribute;)Ljavafx/scene/text/Text;
iload 1 /* start */
iload 2 /* end */
iconst_1
invokevirtual javafx.scene.text.Text.getRange:(III)[Ljavafx/scene/shape/PathElement;
areturn
end local 2 // int end
end local 1 // int start
end local 0 // javafx.scene.text.Text$TextAttribute$7 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/text/Text$TextAttribute$7;
1 3 1 start I
2 3 2 end I
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$7.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.selectionShapeProperty:()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$7