public interface sun.jvm.hotspot.debugger.cdbg.ObjectVisitor
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.jvm.hotspot.debugger.cdbg.ObjectVisitor
super_class: java.lang.Object
{
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
type
objectAddress
public abstract void exitType();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void doBit(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract void doInt(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract void doEnum(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, long, java.lang.String);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;JLjava/lang/String;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
enumName
public abstract void doFloat(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, float);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;F)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract void doDouble(sun.jvm.hotspot.debugger.cdbg.FieldIdentifier, double);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/FieldIdentifier;D)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
val
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
f
addressOfEmbeddedCompoundObject
}
SourceFile: "ObjectVisitor.java"