class sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher extends sun.jvm.hotspot.oops.DefaultMetadataVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher
  super_class: sun.jvm.hotspot.oops.DefaultMetadataVisitor
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int curField;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.tree.SimpleTreeNode child;
    descriptor: Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter, int);
    descriptor: (Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 2 // int index
         0: .line 140
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.oops.DefaultMetadataVisitor.<init>:()V
         1: .line 141
            aload 0 /* this */
            iload 2 /* index */
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
         2: .line 142
            return
        end local 2 // int index
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    3     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild();
    descriptor: ()Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
         0: .line 145
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;

  public void prologue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
         0: .line 149
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         1: .line 150
            return
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;

  public void doMetadata(sun.jvm.hotspot.oops.MetadataField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/MetadataField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.MetadataField field
        start local 2 // boolean isVMField
         0: .line 153
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 7
         1: .line 155
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/oops/Metadata;
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Metadata;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 156
            goto 7
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.AddressException
         3: pop
         4: .line 157
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.Metadata.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* field */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/MetadataField;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            goto 7
         5: .line 158
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
            pop
         6: .line 159
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.Metadata.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* field */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/MetadataField;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         7: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         8: .line 163
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.MetadataField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    9     1      field  Lsun/jvm/hotspot/oops/MetadataField;
            0    9     2  isVMField  Z
      Exception table:
        from    to  target  type
           1     2       3  Class sun.jvm.hotspot.debugger.AddressException
           1     2       5  Class sun.jvm.hotspot.oops.UnknownOopException
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doOop(sun.jvm.hotspot.oops.OopField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/OopField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.OopField field
        start local 2 // boolean isVMField
         0: .line 166
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 7
         1: .line 168
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/oops/Oop;
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.OopField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 169
            goto 7
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.AddressException
         3: pop
         4: .line 170
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValueAsOopHandle:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/debugger/OopHandle;
            aload 1 /* field */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/OopField;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            goto 7
         5: .line 171
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
            pop
         6: .line 172
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValueAsOopHandle:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/debugger/OopHandle;
            aload 1 /* field */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/OopField;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         7: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         8: .line 176
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.OopField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    9     1      field  Lsun/jvm/hotspot/oops/OopField;
            0    9     2  isVMField  Z
      Exception table:
        from    to  target  type
           1     2       3  Class sun.jvm.hotspot.debugger.AddressException
           1     2       5  Class sun.jvm.hotspot.oops.UnknownOopException
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doByte(sun.jvm.hotspot.oops.ByteField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/ByteField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.ByteField field
        start local 2 // boolean isVMField
         0: .line 179
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 180
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.ByteField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)B
            sipush 255
            iand
            i2l
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.ByteField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 183
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.ByteField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/ByteField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doChar(sun.jvm.hotspot.oops.CharField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/CharField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.CharField field
        start local 2 // boolean isVMField
         0: .line 186
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 187
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.CharTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.CharField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)C
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.CharField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.CharTreeNodeAdapter.<init>:(CLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 190
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.CharField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/CharField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doBoolean(sun.jvm.hotspot.oops.BooleanField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/BooleanField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.BooleanField field
        start local 2 // boolean isVMField
         0: .line 193
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 194
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.BooleanField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Z
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.BooleanField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter.<init>:(ZLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 197
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.BooleanField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/BooleanField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doShort(sun.jvm.hotspot.oops.ShortField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/ShortField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.ShortField field
        start local 2 // boolean isVMField
         0: .line 200
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 201
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.ShortField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)S
            ldc 65535
            iand
            i2l
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.ShortField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 204
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.ShortField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/ShortField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doInt(sun.jvm.hotspot.oops.IntField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/IntField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.IntField field
        start local 2 // boolean isVMField
         0: .line 207
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 208
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.IntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)I
            iconst_m1
            iand
            i2l
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.IntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 211
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.IntField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/IntField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doLong(sun.jvm.hotspot.oops.LongField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/LongField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.LongField field
        start local 2 // boolean isVMField
         0: .line 214
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 215
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.LongField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)J
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.LongField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 218
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.LongField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/LongField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doFloat(sun.jvm.hotspot.oops.FloatField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/FloatField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.FloatField field
        start local 2 // boolean isVMField
         0: .line 221
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 222
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.FloatField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)F
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.FloatField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter.<init>:(FLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 225
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.FloatField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/FloatField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doDouble(sun.jvm.hotspot.oops.DoubleField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/DoubleField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.DoubleField field
        start local 2 // boolean isVMField
         0: .line 228
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 229
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.DoubleTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.DoubleField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)D
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.DoubleField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.DoubleTreeNodeAdapter.<init>:(DLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 232
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.DoubleField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/DoubleField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  

  public void doCInt(sun.jvm.hotspot.oops.CIntField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/CIntField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
        start local 1 // sun.jvm.hotspot.oops.CIntField field
        start local 2 // boolean isVMField
         0: .line 235
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.index:I
            if_icmpne 2
         1: .line 236
            aload 0 /* this */
            new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
            dup
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Metadata;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)J
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.CIntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter;
            invokevirtual sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
         2: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher.curField:I
         3: .line 239
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.CIntField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Fetcher;
            0    4     1      field  Lsun/jvm/hotspot/oops/CIntField;
            0    4     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "MetadataTreeNodeAdapter.java"
NestHost: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
InnerClasses:
  Fetcher = sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Fetcher of sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter