public class sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter extends sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
  super_class: sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
{
  private long val;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean hexFormat;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(long, sun.jvm.hotspot.oops.FieldIdentifier);
    descriptor: (JLsun/jvm/hotspot/oops/FieldIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
        start local 1 // long val
        start local 3 // sun.jvm.hotspot.oops.FieldIdentifier id
         0: .line 36
            aload 0 /* this */
            lload 1 /* val */
            aload 3 /* id */
            iconst_0
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 37
            return
        end local 3 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // long val
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
            0    2     1   val  J
            0    2     3    id  Lsun/jvm/hotspot/oops/FieldIdentifier;
    MethodParameters:
      Name  Flags
      val   
      id    

  public void <init>(long, sun.jvm.hotspot.oops.FieldIdentifier, boolean);
    descriptor: (JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
        start local 1 // long val
        start local 3 // sun.jvm.hotspot.oops.FieldIdentifier id
        start local 4 // boolean treeTableMode
         0: .line 40
            aload 0 /* this */
            aload 3 /* id */
            iload 4 /* treeTableMode */
            invokespecial sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 33
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.hexFormat:Z
         2: .line 41
            aload 0 /* this */
            lload 1 /* val */
            putfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.val:J
         3: .line 42
            return
        end local 4 // boolean treeTableMode
        end local 3 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // long val
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
            0    4     1            val  J
            0    4     3             id  Lsun/jvm/hotspot/oops/FieldIdentifier;
            0    4     4  treeTableMode  Z
    MethodParameters:
               Name  Flags
      val            
      id             
      treeTableMode  

  public void setHexFormat(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
        start local 1 // boolean hexFormat
         0: .line 45
            aload 0 /* this */
            iload 1 /* hexFormat */
            putfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.hexFormat:Z
         1: .line 46
            return
        end local 1 // boolean hexFormat
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
            0    2     1  hexFormat  Z
    MethodParameters:
           Name  Flags
      hexFormat  

  public boolean getHexFormat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
         0: .line 49
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.hexFormat:Z
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;

  public int getChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
         0: .line 53
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;

  public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild(int);
    descriptor: (I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
        start local 1 // int index
         0: .line 57
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
         0: .line 61
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;

  public int getIndexOfChild(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
         0: .line 65
            iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
            0    1     1  child  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    MethodParameters:
       Name  Flags
      child  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
         0: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.hexFormat:Z
            ifeq 2
         1: .line 70
            new java.lang.StringBuilder
            dup
            ldc "0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.val:J
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.val:J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/tree/LongTreeNodeAdapter;
}
SourceFile: "LongTreeNodeAdapter.java"