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

  private void <init>(javafx.beans.property.SetPropertyBase);
    descriptor: (Ljavafx/beans/property/SetPropertyBase;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
         0: .line 125
            aload 0 /* this */
            aload 1
            putfield javafx.beans.property.SetPropertyBase$EmptyProperty.this$0:Ljavafx/beans/property/SetPropertyBase;
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyBooleanPropertyBase.<init>:()V
            return
        end local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/SetPropertyBase$EmptyProperty;
    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.SetPropertyBase$EmptyProperty this
         0: .line 129
            aload 0 /* this */
            getfield javafx.beans.property.SetPropertyBase$EmptyProperty.this$0:Ljavafx/beans/property/SetPropertyBase;
            invokevirtual javafx.beans.property.SetPropertyBase.isEmpty:()Z
            ireturn
        end local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/SetPropertyBase$EmptyProperty;

  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.SetPropertyBase$EmptyProperty this
         0: .line 134
            aload 0 /* this */
            getfield javafx.beans.property.SetPropertyBase$EmptyProperty.this$0:Ljavafx/beans/property/SetPropertyBase;
            areturn
        end local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/SetPropertyBase$EmptyProperty;

  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.SetPropertyBase$EmptyProperty this
         0: .line 139
            ldc "empty"
            areturn
        end local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/SetPropertyBase$EmptyProperty;

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
         0: .line 144
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent:()V
         1: .line 145
            return
        end local 0 // javafx.beans.property.SetPropertyBase$EmptyProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/SetPropertyBase$EmptyProperty;
}
SourceFile: "SetPropertyBase.java"
NestHost: javafx.beans.property.SetPropertyBase
InnerClasses:
  private EmptyProperty = javafx.beans.property.SetPropertyBase$EmptyProperty of javafx.beans.property.SetPropertyBase