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