class sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder 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$Finder
  super_class: sun.jvm.hotspot.oops.DefaultMetadataVisitor
{
  private sun.jvm.hotspot.oops.FieldIdentifier id;
    descriptor: Lsun/jvm/hotspot/oops/FieldIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(sun.jvm.hotspot.oops.FieldIdentifier);
    descriptor: (Lsun/jvm/hotspot/oops/FieldIdentifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.FieldIdentifier id
         0: .line 248
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.oops.DefaultMetadataVisitor.<init>:()V
         1: .line 249
            aload 0 /* this */
            aload 1 /* id */
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
         2: .line 250
            return
        end local 1 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    3     1    id  Lsun/jvm/hotspot/oops/FieldIdentifier;
    MethodParameters:
      Name  Flags
      id    

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

  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$Finder this
         0: .line 258
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
         1: .line 259
            aload 0 /* this */
            iconst_m1
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
         2: .line 260
            return
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;

  public void doMetadata(sun.jvm.hotspot.oops.MetadataField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/MetadataField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.MetadataField field
        start local 2 // boolean isVMField
         0: .line 262
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.MetadataField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/MetadataField;
            0    2     2  isVMField  Z
    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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.OopField field
        start local 2 // boolean isVMField
         0: .line 263
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.OopField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/OopField;
            0    2     2  isVMField  Z
    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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.ByteField field
        start local 2 // boolean isVMField
         0: .line 264
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.ByteField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/ByteField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.CharField field
        start local 2 // boolean isVMField
         0: .line 265
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.CharField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/CharField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.BooleanField field
        start local 2 // boolean isVMField
         0: .line 266
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.BooleanField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/BooleanField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.ShortField field
        start local 2 // boolean isVMField
         0: .line 267
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.ShortField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/ShortField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.IntField field
        start local 2 // boolean isVMField
         0: .line 268
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.IntField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/IntField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.LongField field
        start local 2 // boolean isVMField
         0: .line 269
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.LongField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/LongField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.FloatField field
        start local 2 // boolean isVMField
         0: .line 270
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.FloatField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/FloatField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.DoubleField field
        start local 2 // boolean isVMField
         0: .line 271
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.DoubleField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/DoubleField;
            0    2     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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
        start local 1 // sun.jvm.hotspot.oops.CIntField field
        start local 2 // boolean isVMField
         0: .line 272
            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$Finder.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.index:I
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder.curField:I
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.CIntField field
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Finder;
            0    2     1      field  Lsun/jvm/hotspot/oops/CIntField;
            0    2     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "MetadataTreeNodeAdapter.java"
NestHost: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
InnerClasses:
  Finder = sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Finder of sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter