class com.apple.eawt._AppEventHandler$_QuitDispatcher extends com.apple.eawt._AppEventHandler$_AppEventDispatcher<com.apple.eawt.QuitHandler>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.eawt._AppEventHandler$_QuitDispatcher
  super_class: com.apple.eawt._AppEventHandler$_AppEventDispatcher
{
  final com.apple.eawt._AppEventHandler this$0;
    descriptor: Lcom/apple/eawt/_AppEventHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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._AppEventHandler$_QuitDispatcher this
         0: .line 388
            aload 0 /* this */
            aload 1
            putfield com.apple.eawt._AppEventHandler$_QuitDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            aload 0 /* this */
            aload 1
            invokespecial com.apple.eawt._AppEventHandler$_AppEventDispatcher.<init>:(Lcom/apple/eawt/_AppEventHandler;)V
            return
        end local 0 // com.apple.eawt._AppEventHandler$_QuitDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/_AppEventHandler$_QuitDispatcher;
    MethodParameters:
        Name  Flags
      this$0  final

  void performDefaultAction(com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.eawt._AppEventHandler$_QuitDispatcher this
        start local 1 // com.apple.eawt._AppEventHandler$_NativeEvent event
         0: .line 390
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_QuitDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.obtainQuitResponse:()Lcom/apple/eawt/QuitResponse;
            invokevirtual com.apple.eawt.QuitResponse.performQuit:()V
         1: .line 391
            return
        end local 1 // com.apple.eawt._AppEventHandler$_NativeEvent event
        end local 0 // com.apple.eawt._AppEventHandler$_QuitDispatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/apple/eawt/_AppEventHandler$_QuitDispatcher;
            0    2     1  event  Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
    MethodParameters:
       Name  Flags
      event  final

  void performUsing(com.apple.eawt.QuitHandler, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Lcom/apple/eawt/QuitHandler;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.apple.eawt._AppEventHandler$_QuitDispatcher this
        start local 1 // com.apple.eawt.QuitHandler handler
        start local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
         0: .line 394
            aload 0 /* this */
            getfield com.apple.eawt._AppEventHandler$_QuitDispatcher.this$0:Lcom/apple/eawt/_AppEventHandler;
            invokevirtual com.apple.eawt._AppEventHandler.obtainQuitResponse:()Lcom/apple/eawt/QuitResponse;
            astore 3 /* response */
        start local 3 // com.apple.eawt.QuitResponse response
         1: .line 395
            aload 1 /* handler */
            new com.apple.eawt.AppEvent$QuitEvent
            dup
            invokespecial com.apple.eawt.AppEvent$QuitEvent.<init>:()V
            aload 3 /* response */
            invokeinterface com.apple.eawt.QuitHandler.handleQuitRequestWith:(Lcom/apple/eawt/AppEvent$QuitEvent;Lcom/apple/eawt/QuitResponse;)V
         2: .line 396
            return
        end local 3 // com.apple.eawt.QuitResponse response
        end local 2 // com.apple.eawt._AppEventHandler$_NativeEvent event
        end local 1 // com.apple.eawt.QuitHandler handler
        end local 0 // com.apple.eawt._AppEventHandler$_QuitDispatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/apple/eawt/_AppEventHandler$_QuitDispatcher;
            0    3     1   handler  Lcom/apple/eawt/QuitHandler;
            0    3     2     event  Lcom/apple/eawt/_AppEventHandler$_NativeEvent;
            1    3     3  response  Lcom/apple/eawt/QuitResponse;
    MethodParameters:
         Name  Flags
      handler  final
      event    final

  void performUsing(java.lang.Object, com.apple.eawt._AppEventHandler$_NativeEvent);
    descriptor: (Ljava/lang/Object;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.apple.eawt.QuitHandler
            aload 2
            invokevirtual com.apple.eawt._AppEventHandler$_QuitDispatcher.performUsing:(Lcom/apple/eawt/QuitHandler;Lcom/apple/eawt/_AppEventHandler$_NativeEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/eawt/_AppEventHandler$_AppEventDispatcher<Lcom/apple/eawt/QuitHandler;>;
SourceFile: "_AppEventHandler.java"
NestHost: com.apple.eawt._AppEventHandler
InnerClasses:
  public QuitEvent = com.apple.eawt.AppEvent$QuitEvent of com.apple.eawt.AppEvent
  abstract _AppEventDispatcher = com.apple.eawt._AppEventHandler$_AppEventDispatcher of com.apple.eawt._AppEventHandler
  _NativeEvent = com.apple.eawt._AppEventHandler$_NativeEvent of com.apple.eawt._AppEventHandler
  _QuitDispatcher = com.apple.eawt._AppEventHandler$_QuitDispatcher of com.apple.eawt._AppEventHandler