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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_1
putfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
2: return
end local 0 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 0: aload 0
iconst_0
putfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
1: return
end local 0 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 0: aload 0
getfield sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:Z
ifeq 2
1: aload 0
invokevirtual sun.lwawt.macosx.CWarningWindow$CancelableRunnable.perform:()V
2: StackMap locals:
StackMap stack:
return
end local 0 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