class javafx.animation.Animation$AnimationReadOnlyProperty<T> extends javafx.beans.property.ReadOnlyObjectPropertyBase<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.Animation$AnimationReadOnlyProperty
super_class: javafx.beans.property.ReadOnlyObjectPropertyBase
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private T value;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Signature: TT;
final javafx.animation.Animation this$0;
descriptor: Ljavafx/animation/Animation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(java.lang.String, );
descriptor: (Ljavafx/animation/Animation;Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield javafx.animation.Animation$AnimationReadOnlyProperty.this$0:Ljavafx/animation/Animation;
aload 0
invokespecial javafx.beans.property.ReadOnlyObjectPropertyBase.<init>:()V
1: aload 0
aload 2
putfield javafx.animation.Animation$AnimationReadOnlyProperty.name:Ljava/lang/String;
2: aload 0
aload 3
putfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
0 4 2 name Ljava/lang/String;
0 4 3 value TT;
Signature: (Ljava/lang/String;TT;)V
MethodParameters:
Name Flags
this$0 final
name
value
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.animation.Animation$AnimationReadOnlyProperty.this$0:Ljavafx/animation/Animation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
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.animation.Animation$AnimationReadOnlyProperty.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
public T get();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
Signature: ()TT;
private void set();
descriptor: (Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield javafx.animation.Animation$AnimationReadOnlyProperty.value:Ljava/lang/Object;
1: aload 0
invokevirtual javafx.animation.Animation$AnimationReadOnlyProperty.fireValueChangedEvent:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/Animation$AnimationReadOnlyProperty<TT;>;
0 3 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
}
Signature: <T:Ljava/lang/Object;>Ljavafx/beans/property/ReadOnlyObjectPropertyBase<TT;>;
SourceFile: "Animation.java"
NestHost: javafx.animation.Animation
InnerClasses:
private AnimationReadOnlyProperty = javafx.animation.Animation$AnimationReadOnlyProperty of javafx.animation.Animation