class javafx.scene.control.TextInputControl$4 extends javafx.beans.binding.IntegerBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.TextInputControl$4
  super_class: javafx.beans.binding.IntegerBinding
{
  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$4 this
         0: .line 150
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.TextInputControl$4.this$0:Ljavafx/scene/control/TextInputControl;
            aload 0 /* this */
            invokespecial javafx.beans.binding.IntegerBinding.<init>:()V
         1: .line 151
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.Observable
            dup
            iconst_0
            aload 1
            getfield javafx.scene.control.TextInputControl.text:Ljavafx/scene/control/TextInputControl$TextProperty;
            aastore
            invokevirtual javafx.scene.control.TextInputControl$4.bind:([Ljavafx/beans/Observable;)V
         2: .line 150
            return
        end local 0 // javafx.scene.control.TextInputControl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/TextInputControl$4;
    MethodParameters:
        Name  Flags
      this$0  final

  protected int computeValue();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.control.TextInputControl$4 this
         0: .line 153
            aload 0 /* this */
            getfield javafx.scene.control.TextInputControl$4.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 154
            aload 1 /* txt */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 1 /* txt */
            invokevirtual java.lang.String.length:()I
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.String txt
        end local 0 // javafx.scene.control.TextInputControl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/control/TextInputControl$4;
            1    4     1   txt  Ljava/lang/String;
}
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$4
  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