abstract class sun.lwawt.macosx.CWarningWindow$CancelableRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.lwawt.macosx.CWarningWindow$CancelableRunnable
  super_class: java.lang.Object
{
  private volatile boolean perform;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
         0: .line 405
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 406
            aload 0 /* this */
            iconst_1
            putfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
         2: .line 405
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/lwawt/macosx/CWarningWindow$CancelableRunnable;

  public final void cancel();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
         0: .line 409
            aload 0 /* this */
            iconst_0
            putfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
         1: .line 410
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CWarningWindow$CancelableRunnable;

  public final void run();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
         0: .line 414
            aload 0 /* this */
            getfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
            ifeq 2
         1: .line 415
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:()V
         2: .line 417
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.lwawt.macosx.CWarningWindow$CancelableRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/lwawt/macosx/CWarningWindow$CancelableRunnable;

  public abstract void perform();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CWarningWindow.java"
NestHost: sun.lwawt.macosx.CWarningWindow
InnerClasses:
  private abstract CancelableRunnable = sun.lwawt.macosx.CWarningWindow$CancelableRunnable of sun.lwawt.macosx.CWarningWindow