abstract class com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl extends com.sun.tools.jdi.EventSetImpl$LocatableEventImpl implements com.sun.jdi.event.WatchpointEvent
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl
super_class: com.sun.tools.jdi.EventSetImpl$LocatableEventImpl
{
private final com.sun.tools.jdi.ReferenceTypeImpl refType;
descriptor: Lcom/sun/tools/jdi/ReferenceTypeImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long fieldID;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.jdi.ObjectReference object;
descriptor: Lcom/sun/jdi/ObjectReference;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.sun.jdi.Field field;
descriptor: Lcom/sun/jdi/Field;
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, byte, long, long, com.sun.jdi.ObjectReference);
descriptor: (Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;ILcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Location;BJJLcom/sun/jdi/ObjectReference;)V
flags: (0x0000)
Code:
stack=6, locals=12, args_size=10
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 9 start local 11 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.this$0:Lcom/sun/tools/jdi/EventSetImpl;
1: aload 0
aload 1
aload 2
iload 3
aload 4
aload 5
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$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
3: aload 0
aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
lload 7
iload 6
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JB)Lcom/sun/tools/jdi/ReferenceTypeImpl;
putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
4: aload 0
lload 9
putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.fieldID:J
5: aload 0
aload 11
putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
6: return
end local 11 end local 9 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
0 7 2 evt Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
0 7 3 requestID I
0 7 4 thread Lcom/sun/jdi/ThreadReference;
0 7 5 location Lcom/sun/jdi/Location;
0 7 6 refTypeTag B
0 7 7 typeID J
0 7 9 fieldID J
0 7 11 object Lcom/sun/jdi/ObjectReference;
MethodParameters:
Name Flags
this$0 final
evt
requestID
thread
location
refTypeTag
typeID
fieldID
object
public com.sun.jdi.Field field();
descriptor: ()Lcom/sun/jdi/Field;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
ifnonnull 2
1: aload 0
aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.fieldID:J
invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getFieldMirror:(J)Lcom/sun/jdi/Field;
putfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:Lcom/sun/jdi/Field;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
public com.sun.jdi.ObjectReference object();
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.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
public com.sun.jdi.Value valueCurrent();
descriptor: ()Lcom/sun/jdi/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
ifnonnull 2
1: aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.refType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:()Lcom/sun/jdi/Field;
invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getValue:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/Value;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.object:Lcom/sun/jdi/ObjectReference;
aload 0
invokevirtual com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl.field:()Lcom/sun/jdi/Field;
invokeinterface com.sun.jdi.ObjectReference.getValue:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/Value;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/EventSetImpl$WatchpointEventImpl;
}
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 WatchpointEventImpl = com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl 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