class sun.jvm.hotspot.ui.MemoryPanel$1 extends javax.swing.table.AbstractTableModel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.MemoryPanel$1
  super_class: javax.swing.table.AbstractTableModel
{
  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$1 this
         0: .line 96
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 0 /* this */
            invokespecial javax.swing.table.AbstractTableModel.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int getRowCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
         0: .line 98
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.numVisibleRows:I
            ireturn
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$1;

  public int getColumnCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
         0: .line 101
            iconst_2
            ireturn
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$1;

  public java.lang.Object getValueAt(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
        start local 1 // int row
        start local 2 // int column
         0: .line 104
            iload 2 /* column */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 10
          }
         1: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.startVal:Ljava/math/BigInteger;
            new java.math.BigInteger
            dup
            iload 1 /* row */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.addressSize:I
            imul
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.bigIntToHexString:(Ljava/math/BigInteger;)Ljava/lang/String;
            areturn
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.startVal:Ljava/math/BigInteger;
            new java.math.BigInteger
            dup
            iload 1 /* row */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.addressSize:I
            imul
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.bigIntToAddress:(Ljava/math/BigInteger;)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* addr */
        start local 3 // sun.jvm.hotspot.debugger.Address addr
         3: .line 109
            aload 3 /* addr */
            ifnull 6
         4: .line 110
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            aload 3 /* addr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.ui.MemoryPanel.addressToString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
         5: areturn
         6: .line 112
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.unmappedAddrString:Ljava/lang/String;
         7: areturn
        end local 3 // sun.jvm.hotspot.debugger.Address addr
         8: .line 113
      StackMap locals: sun.jvm.hotspot.ui.MemoryPanel$1 int int
      StackMap stack: sun.jvm.hotspot.debugger.UnmappedAddressException
            pop
         9: .line 114
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
            getfield sun.jvm.hotspot.ui.MemoryPanel.unmappedAddrString:Ljava/lang/String;
            areturn
        10: .line 117
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Column "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* column */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " out of bounds"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int column
        end local 1 // int row
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/jvm/hotspot/ui/MemoryPanel$1;
            0   11     1     row  I
            0   11     2  column  I
            3    8     3    addr  Lsun/jvm/hotspot/debugger/Address;
      Exception table:
        from    to  target  type
           2     5       8  Class sun.jvm.hotspot.debugger.UnmappedAddressException
           6     7       8  Class sun.jvm.hotspot.debugger.UnmappedAddressException
    MethodParameters:
        Name  Flags
      row     
      column  

  public boolean isCellEditable(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
        start local 1 // int row
        start local 2 // int col
         0: .line 121
            iconst_0
            ireturn
        end local 2 // int col
        end local 1 // int row
        end local 0 // sun.jvm.hotspot.ui.MemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/MemoryPanel$1;
            0    1     1   row  I
            0    1     2   col  I
    MethodParameters:
      Name  Flags
      row   
      col   
}
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$1