public abstract class javafx.beans.property.ReadOnlyBooleanPropertyBase extends javafx.beans.property.ReadOnlyBooleanProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.beans.property.ReadOnlyBooleanPropertyBase
  super_class: javafx.beans.property.ReadOnlyBooleanProperty
{
  com.sun.javafx.binding.ExpressionHelper<java.lang.Boolean> helper;
    descriptor: Lcom/sun/javafx/binding/ExpressionHelper;
    flags: (0x0000) 
    Signature: Lcom/sun/javafx/binding/ExpressionHelper<Ljava/lang/Boolean;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
         0: .line 40
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyBooleanProperty.<init>:()V
            return
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 46
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ExpressionHelper.addListener:(Lcom/sun/javafx/binding/ExpressionHelper;Ljavafx/beans/value/ObservableValue;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ExpressionHelper;
            putfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
         1: .line 47
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 51
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ExpressionHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ExpressionHelper;
            putfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
         1: .line 52
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.beans.value.ChangeListener<? super java.lang.Boolean>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 56
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ExpressionHelper.addListener:(Lcom/sun/javafx/binding/ExpressionHelper;Ljavafx/beans/value/ObservableValue;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ExpressionHelper;
            putfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
         1: .line 57
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljava/lang/Boolean;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljava/lang/Boolean;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.value.ChangeListener<? super java.lang.Boolean>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.ExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ExpressionHelper;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ExpressionHelper;
            putfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
         1: .line 62
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljava/lang/Boolean;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljava/lang/Boolean;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
         0: .line 72
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanPropertyBase.helper:Lcom/sun/javafx/binding/ExpressionHelper;
            invokestatic com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ExpressionHelper;)V
         1: .line 73
            return
        end local 0 // javafx.beans.property.ReadOnlyBooleanPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyBooleanPropertyBase;
}
SourceFile: "ReadOnlyBooleanPropertyBase.java"