class com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl extends com.sun.tools.jdi.EventSetImpl$LocatableEventImpl implements com.sun.jdi.event.MethodExitEvent
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl
super_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
{
private com.sun.jdi.Value returnVal;
descriptor: Lcom/sun/jdi/Value;
flags: (0x0002) ACC_PRIVATE
final com.sun.tools.jdi.EventSetImpl this$0;
descriptor: Lcom/sun/tools/jdi/EventSetImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.jdi.EventSetImpl, com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit);
descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExit;)V
flags: (0x0000)
Code:
stack=6, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
1: aload 0
aload 1
aload 2
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit.requestID:I
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit.location:Lcom/sun/jdi/Location;
invokespecial com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
2: aload 0
aconst_null
putfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.returnVal:Lcom/sun/jdi/Value;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/jdi/EventSetImpl$MethodExitEventImpl;
0 4 2 evt Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExit;
MethodParameters:
Name Flags
this$0 final
evt
void <init>(com.sun.tools.jdi.EventSetImpl, com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue);
descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExitWithReturnValue;)V
flags: (0x0000)
Code:
stack=6, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
1: aload 0
aload 1
aload 2
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue.requestID:I
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue.location:Lcom/sun/jdi/Location;
invokespecial com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
2: aload 0
aconst_null
putfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.returnVal:Lcom/sun/jdi/Value;
3: aload 0
aload 2
getfield com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue.value:Lcom/sun/tools/jdi/ValueImpl;
putfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.returnVal:Lcom/sun/jdi/Value;
4: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/jdi/EventSetImpl$MethodExitEventImpl;
0 5 2 evt Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExitWithReturnValue;
MethodParameters:
Name Flags
this$0 final
evt
java.lang.String eventName();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "MethodExitEvent"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventSetImpl$MethodExitEventImpl;
public com.sun.jdi.Value returnValue();
descriptor: ()Lcom/sun/jdi/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetMethodReturnValues:()Z
ifne 4
1: new java.lang.UnsupportedOperationException
dup
2: ldc "target does not support return values in MethodExit events"
3: invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.returnVal:Lcom/sun/jdi/Value;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/jdi/EventSetImpl$MethodExitEventImpl;
}
SourceFile: "EventSetImpl.java"
NestHost: com.sun.tools.jdi.EventSetImpl
InnerClasses:
abstract LocatableEventImpl = com.sun.tools.jdi.EventSetImpl$LocatableEventImpl of com.sun.tools.jdi.EventSetImpl
MethodExitEventImpl = com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl of com.sun.tools.jdi.EventSetImpl
Event = com.sun.tools.jdi.JDWP$Event of com.sun.tools.jdi.JDWP
Composite = com.sun.tools.jdi.JDWP$Event$Composite of com.sun.tools.jdi.JDWP$Event
Events = com.sun.tools.jdi.JDWP$Event$Composite$Events of com.sun.tools.jdi.JDWP$Event$Composite
abstract EventsCommon = com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon of com.sun.tools.jdi.JDWP$Event$Composite$Events
MethodExit = com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit of com.sun.tools.jdi.JDWP$Event$Composite$Events
MethodExitWithReturnValue = com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue of com.sun.tools.jdi.JDWP$Event$Composite$Events