class javafx.animation.Animation$3 extends javafx.beans.property.ObjectPropertyBase<javafx.util.Duration>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.animation.Animation$3
super_class: javafx.beans.property.ObjectPropertyBase
{
final javafx.animation.Animation this$0;
descriptor: Ljavafx/animation/Animation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.animation.Animation, javafx.util.Duration);
descriptor: (Ljavafx/animation/Animation;Ljavafx/util/Duration;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield javafx.animation.Animation$3.this$0:Ljavafx/animation/Animation;
aload 0
aload 2
invokespecial javafx.beans.property.ObjectPropertyBase.<init>:(Ljava/lang/Object;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$3;
0 1 2 $anonymous0 Ljavafx/util/Duration;
MethodParameters:
Name Flags
this$0 final
$anonymous0
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$3.this$0:Ljavafx/animation/Animation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$3;
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 "delay"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/animation/Animation$3;
protected void invalidated();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual javafx.animation.Animation$3.get:()Ljava/lang/Object;
checkcast javafx.util.Duration
astore 1
start local 1 1: aload 1
getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
invokevirtual javafx.util.Duration.lessThan:(Ljavafx/util/Duration;)Z
ifeq 6
2: aload 0
invokevirtual javafx.animation.Animation$3.isBound:()Z
ifeq 4
3: aload 0
invokevirtual javafx.animation.Animation$3.unbind:()V
4: StackMap locals: javafx.util.Duration
StackMap stack:
aload 0
getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
invokevirtual javafx.animation.Animation$3.set:(Ljava/lang/Object;)V
5: new java.lang.IllegalArgumentException
dup
ldc "Cannot set delay to negative value. Setting to Duration.ZERO"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/animation/Animation$3;
1 7 1 newDuration Ljavafx/util/Duration;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/util/Duration;>;
SourceFile: "Animation.java"
EnclosingMethod: javafx.animation.Animation.delayProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.animation.Animation
InnerClasses:
javafx.animation.Animation$3