public class sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor implements sun.jvm.hotspot.debugger.cdbg.ObjectVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;

  public void enterType(sun.jvm.hotspot.debugger.cdbg.Type, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Type type
        start local 2 // sun.jvm.hotspot.debugger.Address objectAddress
         0: .line 33
            return
        end local 2 // sun.jvm.hotspot.debugger.Address objectAddress
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Type type
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1           type  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0    1     2  objectAddress  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
               Name  Flags
      type           
      objectAddress  

  public void exitType();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
         0: .line 34
            return
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;

  public void doBit(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // long val
         0: .line 35
            return
        end local 2 // long val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  J
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doInt(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // long val
         0: .line 36
            return
        end local 2 // long val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  J
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doEnum(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;JLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // long val
        start local 4 // java.lang.String enumName
         0: .line 37
            return
        end local 4 // java.lang.String enumName
        end local 2 // long val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1         f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2       val  J
            0    1     4  enumName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      f         
      val       
      enumName  

  public void doFloat(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, float);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // float val
         0: .line 38
            return
        end local 2 // float val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  F
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doDouble(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, double);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // double val
         0: .line 39
            return
        end local 2 // double val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  D
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doPointer(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // sun.jvm.hotspot.debugger.Address val
         0: .line 40
            return
        end local 2 // sun.jvm.hotspot.debugger.Address val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doArray(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // sun.jvm.hotspot.debugger.Address val
         0: .line 41
            return
        end local 2 // sun.jvm.hotspot.debugger.Address val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doRef(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // sun.jvm.hotspot.debugger.Address val
         0: .line 42
            return
        end local 2 // sun.jvm.hotspot.debugger.Address val
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1     f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2   val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      f     
      val   

  public void doCompound(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        start local 2 // sun.jvm.hotspot.debugger.Address addressOfEmbeddedCompoundObject
         0: .line 43
            return
        end local 2 // sun.jvm.hotspot.debugger.Address addressOfEmbeddedCompoundObject
        end local 1 // sun.jvm.hotspot.debugger.cdbg.FieldIdentifier f
        end local 0 // sun.jvm.hotspot.debugger.cdbg.DefaultObjectVisitor this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    1     0                             this  Lsun/jvm/hotspot/debugger/cdbg/DefaultObjectVisitor;
            0    1     1                                f  Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;
            0    1     2  addressOfEmbeddedCompoundObject  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                                 Name  Flags
      f                                
      addressOfEmbeddedCompoundObject  
}
SourceFile: "DefaultObjectVisitor.java"