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