abstract class sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper extends javax.swing.AbstractAction
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper
  super_class: javax.swing.AbstractAction
{
  private javax.swing.Action parent;
    descriptor: Ljavax/swing/Action;
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.ui.MemoryPanel this$0;
    descriptor: Lsun/jvm/hotspot/ui/MemoryPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.MemoryPanel);
    descriptor: (Lsun/jvm/hotspot/ui/MemoryPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
         0: .line 63
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 0 /* this */
            invokespecial javax.swing.AbstractAction.<init>:()V
         1: .line 64
            return
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$ActionWrapper;
    MethodParameters:
        Name  Flags
      this$0  final

  void setParent(javax.swing.Action);
    descriptor: (Ljavax/swing/Action;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
        start local 1 // javax.swing.Action parent
         0: .line 67
            aload 0 /* this */
            aload 1 /* parent */
            putfield sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.parent:Ljavax/swing/Action;
         1: .line 68
            return
        end local 1 // javax.swing.Action parent
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ui/MemoryPanel$ActionWrapper;
            0    2     1  parent  Ljavax/swing/Action;
    MethodParameters:
        Name  Flags
      parent  

  javax.swing.Action getParent();
    descriptor: ()Ljavax/swing/Action;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
         0: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.parent:Ljavax/swing/Action;
            areturn
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$ActionWrapper;

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 75
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.getParent:()Ljavax/swing/Action;
            ifnull 2
         1: .line 76
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper.getParent:()Ljavax/swing/Action;
            aload 1 /* e */
            invokeinterface javax.swing.Action.actionPerformed:(Ljava/awt/event/ActionEvent;)V
         2: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$ActionWrapper;
            0    3     1     e  Ljava/awt/event/ActionEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "MemoryPanel.java"
NestHost: sun.jvm.hotspot.ui.MemoryPanel
InnerClasses:
  abstract ActionWrapper = sun.jvm.hotspot.ui.MemoryPanel$ActionWrapper of sun.jvm.hotspot.ui.MemoryPanel