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