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