final class com.sun.webkit.SeparateThreadTimer$FireRunner implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.SeparateThreadTimer$FireRunner
  super_class: java.lang.Object
{
  private volatile long time;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final com.sun.webkit.SeparateThreadTimer this$0;
    descriptor: Lcom/sun/webkit/SeparateThreadTimer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.webkit.SeparateThreadTimer);
    descriptor: (Lcom/sun/webkit/SeparateThreadTimer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
         0: .line 121
            aload 0 /* this */
            aload 1
            putfield com.sun.webkit.SeparateThreadTimer$FireRunner.this$0:Lcom/sun/webkit/SeparateThreadTimer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/SeparateThreadTimer$FireRunner;
    MethodParameters:
        Name  Flags
      this$0  final

  private java.lang.Runnable forTime(long);
    descriptor: (J)Ljava/lang/Runnable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
        start local 1 // long time
         0: .line 125
            aload 0 /* this */
            lload 1 /* time */
            putfield com.sun.webkit.SeparateThreadTimer$FireRunner.time:J
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // long time
        end local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/SeparateThreadTimer$FireRunner;
            0    2     1  time  J
    MethodParameters:
      Name  Flags
      time  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
         0: .line 131
            aload 0 /* this */
            getfield com.sun.webkit.SeparateThreadTimer$FireRunner.this$0:Lcom/sun/webkit/SeparateThreadTimer;
            aload 0 /* this */
            getfield com.sun.webkit.SeparateThreadTimer$FireRunner.time:J
            invokevirtual com.sun.webkit.SeparateThreadTimer.fireTimerEvent:(J)V
         1: .line 132
            return
        end local 0 // com.sun.webkit.SeparateThreadTimer$FireRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/SeparateThreadTimer$FireRunner;
}
SourceFile: "Timer.java"
NestHost: com.sun.webkit.SeparateThreadTimer
InnerClasses:
  private final FireRunner = com.sun.webkit.SeparateThreadTimer$FireRunner of com.sun.webkit.SeparateThreadTimer