class javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl extends javafx.beans.property.ReadOnlyListPropertyBase<E>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl
super_class: javafx.beans.property.ReadOnlyListPropertyBase
{
final javafx.beans.property.ReadOnlyListWrapper this$0;
descriptor: Ljavafx/beans/property/ReadOnlyListWrapper;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javafx.beans.property.ReadOnlyListWrapper);
descriptor: (Ljavafx/beans/property/ReadOnlyListWrapper;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
aload 0
invokespecial javafx.beans.property.ReadOnlyListPropertyBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$ReadOnlyPropertyImpl;
MethodParameters:
Name Flags
this$0 final
public javafx.collections.ObservableList<E> get();
descriptor: ()Ljavafx/collections/ObservableList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
invokevirtual javafx.beans.property.ReadOnlyListWrapper.get:()Ljavafx/collections/ObservableList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$ReadOnlyPropertyImpl;
Signature: ()Ljavafx/collections/ObservableList<TE;>;
public java.lang.Object getBean();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
invokevirtual javafx.beans.property.ReadOnlyListWrapper.getBean:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$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 0: aload 0
getfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
invokevirtual javafx.beans.property.ReadOnlyListWrapper.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$ReadOnlyPropertyImpl;
public javafx.beans.property.ReadOnlyIntegerProperty sizeProperty();
descriptor: ()Ljavafx/beans/property/ReadOnlyIntegerProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
invokevirtual javafx.beans.property.ReadOnlyListWrapper.sizeProperty:()Ljavafx/beans/property/ReadOnlyIntegerProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$ReadOnlyPropertyImpl;
public javafx.beans.property.ReadOnlyBooleanProperty emptyProperty();
descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyListWrapper;
invokevirtual javafx.beans.property.ReadOnlyListWrapper.emptyProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListWrapper$ReadOnlyPropertyImpl;
public java.lang.Object get();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl.get:()Ljavafx/collections/ObservableList;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
SourceFile: "ReadOnlyListWrapper.java"
NestHost: javafx.beans.property.ReadOnlyListWrapper
InnerClasses:
private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyListWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyListWrapper