public class com.sun.tools.example.debug.event.ExceptionEventSet extends com.sun.tools.example.debug.event.LocatableEventSet
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.example.debug.event.ExceptionEventSet
super_class: com.sun.tools.example.debug.event.LocatableEventSet
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 5328140167954640711
void <init>(com.sun.jdi.event.EventSet);
descriptor: (Lcom/sun/jdi/event/EventSet;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.tools.example.debug.event.LocatableEventSet.<init>:(Lcom/sun/jdi/event/EventSet;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/event/ExceptionEventSet;
0 2 1 jdiEventSet Lcom/sun/jdi/event/EventSet;
MethodParameters:
Name Flags
jdiEventSet
public com.sun.jdi.ObjectReference getException();
descriptor: ()Lcom/sun/jdi/ObjectReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.event.ExceptionEventSet.oneEvent:Lcom/sun/jdi/event/Event;
checkcast com.sun.jdi.event.ExceptionEvent
invokeinterface com.sun.jdi.event.ExceptionEvent.exception:()Lcom/sun/jdi/ObjectReference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/event/ExceptionEventSet;
public com.sun.jdi.Location getCatchLocation();
descriptor: ()Lcom/sun/jdi/Location;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.event.ExceptionEventSet.oneEvent:Lcom/sun/jdi/event/Event;
checkcast com.sun.jdi.event.ExceptionEvent
invokeinterface com.sun.jdi.event.ExceptionEvent.catchLocation:()Lcom/sun/jdi/Location;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/example/debug/event/ExceptionEventSet;
public void notify(com.sun.tools.example.debug.event.JDIListener);
descriptor: (Lcom/sun/tools/example/debug/event/JDIListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface com.sun.tools.example.debug.event.JDIListener.exception:(Lcom/sun/tools/example/debug/event/ExceptionEventSet;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/example/debug/event/ExceptionEventSet;
0 2 1 listener Lcom/sun/tools/example/debug/event/JDIListener;
MethodParameters:
Name Flags
listener
}
SourceFile: "ExceptionEventSet.java"