class javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl extends javafx.beans.property.ReadOnlyLongPropertyBase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl
super_class: javafx.beans.property.ReadOnlyLongPropertyBase
{
final javafx.beans.property.ReadOnlyLongWrapper this$0;
descriptor: Ljavafx/beans/property/ReadOnlyLongWrapper;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(javafx.beans.property.ReadOnlyLongWrapper);
descriptor: (Ljavafx/beans/property/ReadOnlyLongWrapper;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
0: .line 106
aload 0 /* this */
aload 1
putfield javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyLongWrapper;
aload 0 /* this */
invokespecial javafx.beans.property.ReadOnlyLongPropertyBase.<init>:()V
return
end local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyLongWrapper$ReadOnlyPropertyImpl;
MethodParameters:
Name Flags
this$0 final
public long get();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
0: .line 110
aload 0 /* this */
getfield javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyLongWrapper;
invokevirtual javafx.beans.property.ReadOnlyLongWrapper.get:()J
lreturn
end local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyLongWrapper$ReadOnlyPropertyImpl;
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.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
0: .line 115
aload 0 /* this */
getfield javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyLongWrapper;
invokevirtual javafx.beans.property.ReadOnlyLongWrapper.getBean:()Ljava/lang/Object;
areturn
end local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyLongWrapper$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.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
0: .line 120
aload 0 /* this */
getfield javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl.this$0:Ljavafx/beans/property/ReadOnlyLongWrapper;
invokevirtual javafx.beans.property.ReadOnlyLongWrapper.getName:()Ljava/lang/String;
areturn
end local 0 // javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyLongWrapper$ReadOnlyPropertyImpl;
}
SourceFile: "ReadOnlyLongWrapper.java"
NestHost: javafx.beans.property.ReadOnlyLongWrapper
InnerClasses:
private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyLongWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyLongWrapper