public abstract class

WatchpointEventSet

extends LocatableEventSet
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.sun.tools.example.debug.event.AbstractEventSet
       ↳ com.sun.tools.example.debug.event.LocatableEventSet
         ↳ com.sun.tools.example.debug.event.WatchpointEventSet
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Methods
Field getField()
Returns the field that is about to be accessed/modified.
ObjectReference getObject()
Returns the object whose field is about to be accessed/modified.
Value getValueCurrent()
Current value of the field.
[Expand]
Inherited Methods
From class com.sun.tools.example.debug.event.LocatableEventSet
From class com.sun.tools.example.debug.event.AbstractEventSet
From class java.util.EventObject
From class java.lang.Object
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.EventSet
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Methods

public Field getField ()

Returns the field that is about to be accessed/modified.

Returns
  • a Field which mirrors the field in the target VM.

public ObjectReference getObject ()

Returns the object whose field is about to be accessed/modified. Return null is the access is to a static field.

Returns

public Value getValueCurrent ()

Current value of the field.