public class com.apple.eawt.QuitResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.eawt.QuitResponse
  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.QuitResponse this
        start local 1 // com.apple.eawt._AppEventHandler appEventHandler
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* appEventHandler */
            putfield com.apple.eawt.QuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
         2: .line 44
            return
        end local 1 // com.apple.eawt._AppEventHandler appEventHandler
        end local 0 // com.apple.eawt.QuitResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/apple/eawt/QuitResponse;
            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.QuitResponse this
         0: .line 50
            aload 0 /* this */
            getfield com.apple.eawt.QuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            getfield com.apple.eawt._AppEventHandler.currentQuitResponse:Lcom/apple/eawt/QuitResponse;
            aload 0 /* this */
            if_acmpeq 1
            return
         1: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.eawt.QuitResponse.appEventHandler:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.performQuit:()V
         2: .line 52
            return
        end local 0 // com.apple.eawt.QuitResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/eawt/QuitResponse;

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