public interface sun.jvm.hotspot.debugger.cdbg.DebugEvent
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: sun.jvm.hotspot.debugger.cdbg.DebugEvent
super_class: java.lang.Object
{
public abstract sun.jvm.hotspot.debugger.cdbg.DebugEvent$Type getType();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/DebugEvent$Type;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.jvm.hotspot.debugger.ThreadProxy getThread();
descriptor: ()Lsun/jvm/hotspot/debugger/ThreadProxy;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.jvm.hotspot.debugger.Address getPC();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean getWasWrite();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract sun.jvm.hotspot.debugger.Address getAddress();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String getUnknownEventDetail();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DebugEvent.java"
NestMembers:
sun.jvm.hotspot.debugger.cdbg.DebugEvent$Type
InnerClasses:
public Type = sun.jvm.hotspot.debugger.cdbg.DebugEvent$Type of sun.jvm.hotspot.debugger.cdbg.DebugEvent