class com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl implements com.sun.jdi.request.MethodExitRequest
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl
super_class: com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl
{
final com.sun.tools.jdi.EventRequestManagerImpl this$0;
descriptor: Lcom/sun/tools/jdi/EventRequestManagerImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.jdi.EventRequestManagerImpl);
descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
0: .line 479
aload 0 /* this */
aload 1
putfield com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
aload 0 /* this */
aload 1
invokespecial com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
1: .line 480
getstatic com.sun.tools.jdi.EventRequestManagerImpl.methodExitEventCmd:I
ifne 6
2: .line 491
aload 0 /* this */
getfield com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetMethodReturnValues:()Z
ifeq 5
3: .line 492
bipush 42
putstatic com.sun.tools.jdi.EventRequestManagerImpl.methodExitEventCmd:I
4: .line 493
goto 6
5: .line 494
StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl com.sun.tools.jdi.EventRequestManagerImpl
StackMap stack:
bipush 41
putstatic com.sun.tools.jdi.EventRequestManagerImpl.methodExitEventCmd:I
6: .line 497
StackMap locals:
StackMap stack:
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl.requestList:()Ljava/util/List;
aload 0 /* this */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
7: .line 498
return
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$MethodExitRequestImpl;
MethodParameters:
Name Flags
this$0 final
int eventCmd();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
0: .line 501
getstatic com.sun.tools.jdi.EventRequestManagerImpl.methodExitEventCmd:I
ireturn
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$MethodExitRequestImpl;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
0: .line 505
new java.lang.StringBuilder
dup
ldc "method exit request "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl.state:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$MethodExitRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
abstract ClassVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
MethodExitRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$MethodExitRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl