class javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl extends javafx.beans.property.ReadOnlyBooleanPropertyBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl
  super_class: javafx.beans.property.ReadOnlyBooleanPropertyBase
{
  final javafx.beans.property.ReadOnlyBooleanWrapper this$0;
    descriptor: Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(javafx.beans.property.ReadOnlyBooleanWrapper);
    descriptor: (Ljavafx/beans/property/ReadOnlyBooleanWrapper;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
         0: .line 107
            aload 0 /* this */
            aload 1
            putfield javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyBooleanPropertyBase.<init>:()V
            return
        end local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean get();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
         0: .line 111
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.get:()Z
            ireturn
        end local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
         0: .line 116
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getBean:()Ljava/lang/Object;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
         0: .line 121
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getName:()Ljava/lang/String;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl;
}
SourceFile: "ReadOnlyBooleanWrapper.java"
NestHost: javafx.beans.property.ReadOnlyBooleanWrapper
InnerClasses:
  private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyBooleanWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyBooleanWrapper