class javafx.scene.control.TextInputControl$5 extends javafx.beans.binding.StringBinding
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.control.TextInputControl$5
super_class: javafx.beans.binding.StringBinding
{
final javafx.scene.control.TextInputControl this$0;
descriptor: Ljavafx/scene/control/TextInputControl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.control.TextInputControl);
descriptor: (Ljavafx/scene/control/TextInputControl;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 // javafx.scene.control.TextInputControl$5 this
0: .line 157
aload 0 /* this */
aload 1
putfield javafx.scene.control.TextInputControl$5.this$0:Ljavafx/scene/control/TextInputControl;
aload 0 /* this */
invokespecial javafx.beans.binding.StringBinding.<init>:()V
1: .line 158
aload 0 /* this */
iconst_2
anewarray javafx.beans.Observable
dup
iconst_0
aload 1
getfield javafx.scene.control.TextInputControl.selection:Ljavafx/beans/property/ReadOnlyObjectWrapper;
aastore
dup
iconst_1
aload 1
getfield javafx.scene.control.TextInputControl.text:Ljavafx/scene/control/TextInputControl$TextProperty;
aastore
invokevirtual javafx.scene.control.TextInputControl$5.bind:([Ljavafx/beans/Observable;)V
2: .line 157
return
end local 0 // javafx.scene.control.TextInputControl$5 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/control/TextInputControl$5;
MethodParameters:
Name Flags
this$0 final
protected java.lang.String computeValue();
descriptor: ()Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=6, args_size=1
start local 0 // javafx.scene.control.TextInputControl$5 this
0: .line 160
aload 0 /* this */
getfield javafx.scene.control.TextInputControl$5.this$0:Ljavafx/scene/control/TextInputControl;
getfield javafx.scene.control.TextInputControl.text:Ljavafx/scene/control/TextInputControl$TextProperty;
invokevirtual javafx.scene.control.TextInputControl$TextProperty.get:()Ljava/lang/String;
astore 1 /* txt */
start local 1 // java.lang.String txt
1: .line 161
aload 0 /* this */
getfield javafx.scene.control.TextInputControl$5.this$0:Ljavafx/scene/control/TextInputControl;
getfield javafx.scene.control.TextInputControl.selection:Ljavafx/beans/property/ReadOnlyObjectWrapper;
invokevirtual javafx.beans.property.ReadOnlyObjectWrapper.get:()Ljava/lang/Object;
checkcast javafx.scene.control.IndexRange
astore 2 /* sel */
start local 2 // javafx.scene.control.IndexRange sel
2: .line 162
aload 1 /* txt */
ifnull 3
aload 2 /* sel */
ifnonnull 4
StackMap locals: java.lang.String javafx.scene.control.IndexRange
StackMap stack:
3: ldc ""
areturn
4: .line 164
StackMap locals:
StackMap stack:
aload 2 /* sel */
invokevirtual javafx.scene.control.IndexRange.getStart:()I
istore 3 /* start */
start local 3 // int start
5: .line 165
aload 2 /* sel */
invokevirtual javafx.scene.control.IndexRange.getEnd:()I
istore 4 /* end */
start local 4 // int end
6: .line 166
aload 1 /* txt */
invokevirtual java.lang.String.length:()I
istore 5 /* length */
start local 5 // int length
7: .line 167
iload 4 /* end */
iload 3 /* start */
iload 5 /* length */
iadd
if_icmple 8
iload 5 /* length */
istore 4 /* end */
8: .line 168
StackMap locals: int int int
StackMap stack:
iload 3 /* start */
iload 5 /* length */
iconst_1
isub
if_icmple 9
iconst_0
dup
istore 4 /* end */
istore 3 /* start */
9: .line 169
StackMap locals:
StackMap stack:
aload 1 /* txt */
iload 3 /* start */
iload 4 /* end */
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
areturn
end local 5 // int length
end local 4 // int end
end local 3 // int start
end local 2 // javafx.scene.control.IndexRange sel
end local 1 // java.lang.String txt
end local 0 // javafx.scene.control.TextInputControl$5 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavafx/scene/control/TextInputControl$5;
1 10 1 txt Ljava/lang/String;
2 10 2 sel Ljavafx/scene/control/IndexRange;
5 10 3 start I
6 10 4 end I
7 10 5 length I
}
SourceFile: "TextInputControl.java"
EnclosingMethod: javafx.scene.control.TextInputControl.<init>:(Ljavafx/scene/control/TextInputControl$Content;)V
NestHost: javafx.scene.control.TextInputControl
InnerClasses:
javafx.scene.control.TextInputControl$5
protected abstract Content = javafx.scene.control.TextInputControl$Content of javafx.scene.control.TextInputControl
private TextProperty = javafx.scene.control.TextInputControl$TextProperty of javafx.scene.control.TextInputControl