public class com.apple.eawt.MacQuitResponse implements java.awt.desktop.QuitResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.eawt.MacQuitResponse
  super_class: java.lang.Object
{
  final com.apple.eawt._AppEventHandler appEventHandler;
    descriptor: Lcom/apple/eawt/_AppEventHandler;
    flags: (0x0010) ACC_FINAL

  void <init>(com.apple.eawt._AppEventHandler);
    descriptor: (Lcom/apple/eawt/_AppEventHandler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.eawt.MacQuitResponse this
        start local 1 // com.apple.eawt._AppEventHandler appEventHandler
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* appEventHandler */
            putfield com.apple.eawt.MacQuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
         2: .line 49
            return
        end local 1 // com.apple.eawt._AppEventHandler appEventHandler
        end local 0 // com.apple.eawt.MacQuitResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/apple/eawt/MacQuitResponse;
            0    3     1  appEventHandler  Lcom/apple/eawt/_AppEventHandler;
    MethodParameters:
                 Name  Flags
      appEventHandler  final

  public void performQuit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.eawt.MacQuitResponse this
         0: .line 56
            aload 0 /* this */
            getfield com.apple.eawt.MacQuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            getfield com.apple.eawt._AppEventHandler.currentQuitResponse:Lcom/apple/eawt/MacQuitResponse;
            aload 0 /* this */
            if_acmpeq 1
            return
         1: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.eawt.MacQuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.performQuit:()V
         2: .line 58
            return
        end local 0 // com.apple.eawt.MacQuitResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/eawt/MacQuitResponse;

  public void cancelQuit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.eawt.MacQuitResponse this
         0: .line 66
            aload 0 /* this */
            getfield com.apple.eawt.MacQuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            getfield com.apple.eawt._AppEventHandler.currentQuitResponse:Lcom/apple/eawt/MacQuitResponse;
            aload 0 /* this */
            if_acmpeq 1
            return
         1: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.eawt.MacQuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.cancelQuit:()V
         2: .line 68
            return
        end local 0 // com.apple.eawt.MacQuitResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/eawt/MacQuitResponse;
}
SourceFile: "MacQuitResponse.java"