public abstract class WatchpointEventSet extends LocatableEventSet
| Modifier and Type | Method and Description | 
|---|---|
| com.sun.jdi.Field | getField()Returns the field that is about to be accessed/modified. | 
| com.sun.jdi.ObjectReference | getObject()Returns the object whose field is about to be accessed/modified. | 
| com.sun.jdi.Value | getValueCurrent()Current value of the field. | 
getLocation, getThreadadd, addAll, clear, contains, containsAll, eventIterator, getSuspendPolicy, getVirtualMachine, isEmpty, iterator, notify, remove, removeAll, resume, retainAll, size, suspendedAll, suspendedEventThread, suspendedNone, suspendPolicy, toArray, toArray, toSpecificEventSet, virtualMachinepublic com.sun.jdi.Field getField()
Field which mirrors the field
 in the target VM.public com.sun.jdi.ObjectReference getObject()
ObjectReference which mirrors the event's
 object in the target VM.public com.sun.jdi.Value getValueCurrent()