class sun.jvm.hotspot.ui.MemoryPanel$2 extends javax.swing.TransferHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.MemoryPanel$2
  super_class: javax.swing.TransferHandler
{
  final sun.jvm.hotspot.ui.MemoryPanel this$0;
    descriptor: Lsun/jvm/hotspot/ui/MemoryPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.jvm.hotspot.debugger.Debugger val$debugger;
    descriptor: Lsun/jvm/hotspot/debugger/Debugger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  protected java.awt.datatransfer.Transferable createTransferable(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/datatransfer/Transferable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
        start local 1 // javax.swing.JComponent c
         0: .line 147
            aload 1 /* c */
            checkcast javax.swing.JTable
            pop
         1: .line 148
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.haveSelection:()Z
            ifeq 26
         2: .line 149
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         3: .line 150
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowAnchor:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowLead:()I
            if_icmpge 4
            iconst_1
            goto 5
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* iDir */
        start local 3 // int iDir
         6: .line 151
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColAnchor:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColLead:()I
            if_icmpge 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_m1
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* jDir */
        start local 4 // int jDir
         9: .line 153
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowAnchor:()I
            istore 5 /* i */
        start local 5 // int i
        10: goto 24
        11: .line 154
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColAnchor:()I
            istore 6 /* j */
        start local 6 // int j
        12: goto 20
        13: .line 155
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.model:Ljavax/swing/table/AbstractTableModel;
            iload 5 /* i */
            iload 6 /* j */
            invokevirtual javax.swing.table.AbstractTableModel.getValueAt:(II)Ljava/lang/Object;
            astore 7 /* val */
        start local 7 // java.lang.Object val
        14: .line 156
            aload 2 /* buf */
            aload 7 /* val */
            ifnonnull 15
            ldc ""
            goto 16
      StackMap locals: sun.jvm.hotspot.ui.MemoryPanel$2 javax.swing.JComponent java.lang.StringBuffer int int int int java.lang.Object
      StackMap stack: java.lang.StringBuffer
        15: aload 7 /* val */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.jvm.hotspot.ui.MemoryPanel$2 javax.swing.JComponent java.lang.StringBuffer int int int int java.lang.Object
      StackMap stack: java.lang.StringBuffer java.lang.String
        16: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        17: .line 157
            iload 6 /* j */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColLead:()I
            if_icmpeq 19
        18: .line 158
            aload 2 /* buf */
            ldc "\t"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 7 // java.lang.Object val
        19: .line 154
      StackMap locals:
      StackMap stack:
            iload 6 /* j */
            iload 4 /* jDir */
            iadd
            istore 6 /* j */
      StackMap locals:
      StackMap stack:
        20: iload 6 /* j */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getColLead:()I
            iload 4 /* jDir */
            iadd
            if_icmpne 13
        end local 6 // int j
        21: .line 161
            iload 5 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowLead:()I
            if_icmpeq 23
        22: .line 162
            aload 2 /* buf */
            ldc "\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 153
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 3 /* iDir */
            iadd
            istore 5 /* i */
      StackMap locals:
      StackMap stack:
        24: iload 5 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.getRowLead:()I
            iload 3 /* iDir */
            iadd
            if_icmpne 11
        end local 5 // int i
        25: .line 166
            new sun.jvm.hotspot.ui.StringTransferable
            dup
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.ui.StringTransferable.<init>:(Ljava/lang/String;)V
            areturn
        end local 4 // int jDir
        end local 3 // int iDir
        end local 2 // java.lang.StringBuffer buf
        26: .line 168
      StackMap locals: sun.jvm.hotspot.ui.MemoryPanel$2 javax.swing.JComponent
      StackMap stack:
            aconst_null
            areturn
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$2;
            0   27     1     c  Ljavax/swing/JComponent;
            3   26     2   buf  Ljava/lang/StringBuffer;
            6   26     3  iDir  I
            9   26     4  jDir  I
           10   25     5     i  I
           12   21     6     j  I
           14   19     7   val  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      c     

  public int getSourceActions(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
        start local 1 // javax.swing.JComponent c
         0: .line 172
            iconst_1
            ireturn
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$2;
            0    1     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  public boolean importData(javax.swing.JComponent, java.awt.datatransfer.Transferable);
    descriptor: (Ljavax/swing/JComponent;Ljava/awt/datatransfer/Transferable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
        start local 1 // javax.swing.JComponent c
        start local 2 // java.awt.datatransfer.Transferable t
         0: .line 176
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* t */
            invokeinterface java.awt.datatransfer.Transferable.getTransferDataFlavors:()[Ljava/awt/datatransfer/DataFlavor;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel$2.canImport:(Ljavax/swing/JComponent;[Ljava/awt/datatransfer/DataFlavor;)Z
            ifeq 6
         1: .line 178
            aload 2 /* t */
            getstatic java.awt.datatransfer.DataFlavor.stringFlavor:Ljava/awt/datatransfer/DataFlavor;
            invokeinterface java.awt.datatransfer.Transferable.getTransferData:(Ljava/awt/datatransfer/DataFlavor;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* str */
        start local 3 // java.lang.String str
         2: .line 179
            aload 0 /* this */
            aload 1 /* c */
            aload 3 /* str */
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel$2.handleImport:(Ljavax/swing/JComponent;Ljava/lang/String;)V
         3: .line 180
            iconst_1
            ireturn
        end local 3 // java.lang.String str
         4: .line 181
      StackMap locals:
      StackMap stack: java.awt.datatransfer.UnsupportedFlavorException
            pop
            goto 6
         5: .line 182
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         6: .line 186
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.awt.datatransfer.Transferable t
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$2;
            0    7     1     c  Ljavax/swing/JComponent;
            0    7     2     t  Ljava/awt/datatransfer/Transferable;
            2    4     3   str  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       4  Class java.awt.datatransfer.UnsupportedFlavorException
           1     3       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      c     
      t     

  public boolean canImport(javax.swing.JComponent, java.awt.datatransfer.DataFlavor[]);
    descriptor: (Ljavax/swing/JComponent;[Ljava/awt/datatransfer/DataFlavor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
        start local 1 // javax.swing.JComponent c
        start local 2 // java.awt.datatransfer.DataFlavor[] flavors
         0: .line 190
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 191
      StackMap locals: int
      StackMap stack:
            getstatic java.awt.datatransfer.DataFlavor.stringFlavor:Ljava/awt/datatransfer/DataFlavor;
            aload 2 /* flavors */
            iload 3 /* i */
            aaload
            invokevirtual java.awt.datatransfer.DataFlavor.equals:(Ljava/awt/datatransfer/DataFlavor;)Z
            ifeq 4
         3: .line 192
            iconst_1
            ireturn
         4: .line 190
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 2 /* flavors */
            arraylength
            if_icmplt 2
        end local 3 // int i
         6: .line 195
            iconst_0
            ireturn
        end local 2 // java.awt.datatransfer.DataFlavor[] flavors
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/ui/MemoryPanel$2;
            0    7     1        c  Ljavax/swing/JComponent;
            0    7     2  flavors  [Ljava/awt/datatransfer/DataFlavor;
            1    6     3        i  I
    MethodParameters:
         Name  Flags
      c        
      flavors  

  private void handleImport(javax.swing.JComponent, java.lang.String);
    descriptor: (Ljavax/swing/JComponent;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
        start local 1 // javax.swing.JComponent c
        start local 2 // java.lang.String str
         0: .line 201
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.val$debugger:Lsun/jvm/hotspot/debugger/Debugger;
            aload 2 /* str */
            invokeinterface sun.jvm.hotspot.debugger.Debugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.makeVisible:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 202
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.clearSelection:()V
         2: .line 203
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$2.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.table:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.clearSelection:()V
         3: .line 204
            goto 6
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
         4: pop
         5: .line 205
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Unable to parse address \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 207
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String str
        end local 1 // javax.swing.JComponent c
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$2;
            0    7     1     c  Ljavax/swing/JComponent;
            0    7     2   str  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      c     
      str   
}
SourceFile: "MemoryPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.MemoryPanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;Z)V
NestHost: sun.jvm.hotspot.ui.MemoryPanel
InnerClasses:
  sun.jvm.hotspot.ui.MemoryPanel$2