class sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter 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$Counter
  super_class: sun.jvm.hotspot.oops.DefaultMetadataVisitor
{
  private int numFields;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter this
         0: .line 109
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.oops.DefaultMetadataVisitor.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;

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

  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$Counter this
         0: .line 117
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
         1: .line 118
            return
        end local 0 // sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;

  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$Counter this
        start local 1 // sun.jvm.hotspot.oops.MetadataField field
        start local 2 // boolean isVMField
         0: .line 120
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/MetadataField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.OopField field
        start local 2 // boolean isVMField
         0: .line 121
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/OopField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.ByteField field
        start local 2 // boolean isVMField
         0: .line 122
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/ByteField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.CharField field
        start local 2 // boolean isVMField
         0: .line 123
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/CharField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.BooleanField field
        start local 2 // boolean isVMField
         0: .line 124
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/BooleanField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.ShortField field
        start local 2 // boolean isVMField
         0: .line 125
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/ShortField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.IntField field
        start local 2 // boolean isVMField
         0: .line 126
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/IntField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.LongField field
        start local 2 // boolean isVMField
         0: .line 127
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/LongField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.FloatField field
        start local 2 // boolean isVMField
         0: .line 128
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/FloatField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.DoubleField field
        start local 2 // boolean isVMField
         0: .line 129
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/DoubleField;
            0    1     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$Counter this
        start local 1 // sun.jvm.hotspot.oops.CIntField field
        start local 2 // boolean isVMField
         0: .line 130
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter.numFields: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$Counter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/ui/tree/MetadataTreeNodeAdapter$Counter;
            0    1     1      field  Lsun/jvm/hotspot/oops/CIntField;
            0    1     2  isVMField  Z
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "MetadataTreeNodeAdapter.java"
NestHost: sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
InnerClasses:
  Counter = sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter$Counter of sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter