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

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

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

  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.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl this
         0: .line 115
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyObjectWrapper;
            invokevirtual javafx.beans.property.ReadOnlyObjectWrapper.getBean:()Ljava/lang/Object;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyObjectWrapper$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.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl this
         0: .line 120
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyObjectWrapper;
            invokevirtual javafx.beans.property.ReadOnlyObjectWrapper.getName:()Ljava/lang/String;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlyObjectWrapper$ReadOnlyPropertyImpl;
}
Signature: Ljavafx/beans/property/ReadOnlyObjectPropertyBase<TT;>;
SourceFile: "ReadOnlyObjectWrapper.java"
NestHost: javafx.beans.property.ReadOnlyObjectWrapper
InnerClasses:
  private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyObjectWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyObjectWrapper