abstract class com.sun.tools.jdi.EventSetImpl$LocatableEventImpl extends com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl implements com.sun.jdi.Locatable
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
super_class: com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
{
private com.sun.jdi.Location location;
descriptor: Lcom/sun/jdi/Location;
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$EventsCommon, int, com.sun.jdi.ThreadReference, com.sun.jdi.Location);
descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;)V
flags: (0x0000)
Code:
stack=5, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
1: aload 0
aload 1
aload 2
iload 3
aload 4
invokespecial com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;)V
2: aload 0
aload 5
putfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:Lcom/sun/jdi/Location;
3: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
0 4 2 evt Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
0 4 3 requestID I
0 4 4 thread Lcom/sun/jdi/ThreadReference;
0 4 5 location Lcom/sun/jdi/Location;
MethodParameters:
Name Flags
this$0 final
evt
requestID
thread
location
public com.sun.jdi.Location location();
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.jdi.EventSetImpl$LocatableEventImpl.location:Lcom/sun/jdi/Location;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
public com.sun.jdi.Method method();
descriptor: ()Lcom/sun/jdi/Method;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:Lcom/sun/jdi/Location;
invokeinterface com.sun.jdi.Location.method:()Lcom/sun/jdi/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.eventName:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "@"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
1: aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:()Lcom/sun/jdi/Location;
ifnonnull 2
ldc " null"
goto 3
StackMap locals:
StackMap stack: java.lang.StringBuilder
2: aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.location:()Lcom/sun/jdi/Location;
invokeinterface com.sun.jdi.Location.toString:()Ljava/lang/String;
StackMap locals: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
StackMap stack: java.lang.StringBuilder java.lang.String
3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
4: ldc " in thread "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$LocatableEventImpl.thread:()Lcom/sun/jdi/ThreadReference;
invokeinterface com.sun.jdi.ThreadReference.name:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
5: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/jdi/EventSetImpl$LocatableEventImpl;
}
SourceFile: "EventSetImpl.java"
NestHost: com.sun.tools.jdi.EventSetImpl
InnerClasses:
abstract LocatableEventImpl = com.sun.tools.jdi.EventSetImpl$LocatableEventImpl of com.sun.tools.jdi.EventSetImpl
abstract ThreadedEventImpl = com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl 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