public class sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter 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.OopTreeNodeAdapter
  super_class: sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
{
  private sun.jvm.hotspot.oops.Oop oop;
    descriptor: Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.oops.Oop, sun.jvm.hotspot.oops.FieldIdentifier);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
         0: .line 45
            aload 0 /* this */
            aload 1 /* oop */
            aload 2 /* id */
            iconst_0
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 46
            return
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            0    2     1   oop  Lsun/jvm/hotspot/oops/Oop;
            0    2     2    id  Lsun/jvm/hotspot/oops/FieldIdentifier;
    MethodParameters:
      Name  Flags
      oop   
      id    

  public void <init>(sun.jvm.hotspot.oops.Oop, sun.jvm.hotspot.oops.FieldIdentifier, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        start local 3 // boolean treeTableMode
         0: .line 51
            aload 0 /* this */
            aload 2 /* id */
            iload 3 /* treeTableMode */
            invokespecial sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 52
            aload 0 /* this */
            aload 1 /* oop */
            putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
         2: .line 53
            return
        end local 3 // boolean treeTableMode
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            0    3     1            oop  Lsun/jvm/hotspot/oops/Oop;
            0    3     2             id  Lsun/jvm/hotspot/oops/FieldIdentifier;
            0    3     3  treeTableMode  Z
    MethodParameters:
               Name  Flags
      oop            
      id             
      treeTableMode  

  public sun.jvm.hotspot.oops.Oop getOop();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
         0: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;

  public int getChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            ifnonnull 2
         1: .line 61
            iconst_0
            ireturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
            dup
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter.<init>:()V
            astore 1 /* c */
        start local 1 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter c
         3: .line 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            aload 1 /* c */
            iconst_1
            invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
         4: .line 66
            aload 1 /* c */
            invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter.getNumFields:()I
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
      StackMap stack: int
         5: iconst_1
      StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
      StackMap stack: int int
         6: iadd
            ireturn
        end local 1 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter c
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            3    7     1     c  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Counter;

  public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild(int);
    descriptor: (I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
        start local 1 // int index
         0: .line 70
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            ifnonnull 2
         1: .line 71
            aconst_null
            areturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
            ifnull 6
         3: .line 74
            iload 1 /* index */
            ifne 5
         4: .line 75
            new sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Z)V
            areturn
         5: .line 77
      StackMap locals:
      StackMap stack:
            iinc 1 /* index */ -1
         6: .line 81
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher
            dup
            aload 0 /* this */
            iload 1 /* index */
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.<init>:(Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;I)V
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher f
         7: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            aload 2 /* f */
            iconst_1
            invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
         8: .line 83
            aload 2 /* f */
            invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getChild:()Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            areturn
        end local 2 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher f
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            0    9     1  index  I
            7    9     2      f  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
    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.OopTreeNodeAdapter this
         0: .line 87
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;

  public int getIndexOfChild(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
         0: .line 91
            aload 1 /* child */
            instanceof sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter
            ifeq 2
         1: .line 93
            iconst_0
            ireturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* child */
            checkcast sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
            invokevirtual sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            astore 2 /* id */
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
         3: .line 96
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
            dup
            aload 2 /* id */
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;)V
            astore 3 /* f */
        start local 3 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder f
         4: .line 97
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            aload 3 /* f */
            iconst_1
            invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
         5: .line 98
            aload 3 /* f */
            invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder.getIndex:()I
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.SimpleTreeNode sun.jvm.hotspot.oops.FieldIdentifier sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
      StackMap stack: int
         6: iconst_1
      StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.SimpleTreeNode sun.jvm.hotspot.oops.FieldIdentifier sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
      StackMap stack: int int
         7: iadd
            ireturn
        end local 3 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder f
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            0    8     1  child  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            3    8     2     id  Lsun/jvm/hotspot/oops/FieldIdentifier;
            4    8     3      f  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Finder;
    MethodParameters:
       Name  Flags
      child  

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
         0: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            ifnull 4
         1: .line 106
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* bos */
        start local 1 // java.io.ByteArrayOutputStream bos
         2: .line 107
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
            new java.io.PrintStream
            dup
            aload 1 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokestatic sun.jvm.hotspot.oops.Oop.printOopValueOn:(Lsun/jvm/hotspot/oops/Oop;Ljava/io/PrintStream;)V
         3: .line 108
            aload 1 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.io.ByteArrayOutputStream bos
         4: .line 110
      StackMap locals:
      StackMap stack:
            ldc "null"
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
            2    4     1   bos  Ljava/io/ByteArrayOutputStream;
}
SourceFile: "OopTreeNodeAdapter.java"
NestMembers:
  sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter  sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher  sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
InnerClasses:
  Counter = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
  Fetcher = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
  Finder = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter