class javafx.beans.binding.Bindings$89 extends javafx.beans.binding.FloatBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.beans.binding.Bindings$89
  super_class: javafx.beans.binding.FloatBinding
{
  private final javafx.collections.ObservableFloatArray val$op;
    descriptor: Ljavafx/collections/ObservableFloatArray;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.collections.ObservableFloatArray, int);
    descriptor: (Ljavafx/collections/ObservableFloatArray;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javafx.beans.binding.Bindings$89 this
         0: .line 7084
            aload 0 /* this */
            aload 1
            putfield javafx.beans.binding.Bindings$89.val$op:Ljavafx/collections/ObservableFloatArray;
            aload 0 /* this */
            iload 2
            putfield javafx.beans.binding.Bindings$89.val$index:I
            aload 0 /* this */
            invokespecial javafx.beans.binding.FloatBinding.<init>:()V
         1: .line 7086
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.Observable
            dup
            iconst_0
            aload 1
            aastore
            invokespecial javafx.beans.binding.FloatBinding.bind:([Ljavafx/beans/Observable;)V
         2: .line 7084
            return
        end local 0 // javafx.beans.binding.Bindings$89 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/binding/Bindings$89;
    MethodParameters:
           Name  Flags
      val$op     final
      val$index  final

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.beans.binding.Bindings$89 this
         0: .line 7091
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.Observable
            dup
            iconst_0
            aload 0 /* this */
            getfield javafx.beans.binding.Bindings$89.val$op:Ljavafx/collections/ObservableFloatArray;
            aastore
            invokespecial javafx.beans.binding.FloatBinding.unbind:([Ljavafx/beans/Observable;)V
         1: .line 7092
            return
        end local 0 // javafx.beans.binding.Bindings$89 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/binding/Bindings$89;

  protected float computeValue();
    descriptor: ()F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.beans.binding.Bindings$89 this
         0: .line 7097
            aload 0 /* this */
            getfield javafx.beans.binding.Bindings$89.val$op:Ljavafx/collections/ObservableFloatArray;
            aload 0 /* this */
            getfield javafx.beans.binding.Bindings$89.val$index:I
            invokeinterface javafx.collections.ObservableFloatArray.get:(I)F
         1: freturn
         2: .line 7098
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            astore 1 /* ex */
        start local 1 // java.lang.IndexOutOfBoundsException ex
         3: .line 7099
            invokestatic com.sun.javafx.binding.Logging.getLogger:()Lcom/sun/javafx/binding/Logging$ErrorLogger;
            ldc "Exception while evaluating binding"
            aload 1 /* ex */
            invokevirtual com.sun.javafx.binding.Logging$ErrorLogger.fine:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.lang.IndexOutOfBoundsException ex
         4: .line 7101
            fconst_0
            freturn
        end local 0 // javafx.beans.binding.Bindings$89 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/beans/binding/Bindings$89;
            3    4     1    ex  Ljava/lang/IndexOutOfBoundsException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IndexOutOfBoundsException

  public javafx.collections.ObservableList<?> getDependencies();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.binding.Bindings$89 this
         0: .line 7106
            aload 0 /* this */
            getfield javafx.beans.binding.Bindings$89.val$op:Ljavafx/collections/ObservableFloatArray;
            invokestatic javafx.collections.FXCollections.singletonObservableList:(Ljava/lang/Object;)Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.beans.binding.Bindings$89 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/binding/Bindings$89;
    Signature: ()Ljavafx/collections/ObservableList<*>;
}
SourceFile: "Bindings.java"
EnclosingMethod: javafx.beans.binding.Bindings.floatValueAt:(Ljavafx/collections/ObservableFloatArray;I)Ljavafx/beans/binding/FloatBinding;
NestHost: javafx.beans.binding.Bindings
InnerClasses:
  public ErrorLogger = com.sun.javafx.binding.Logging$ErrorLogger of com.sun.javafx.binding.Logging
  javafx.beans.binding.Bindings$89