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 |
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the field that is about to be accessed/modified.
| |||||||||||
Returns the object whose field is about to be accessed/modified.
| |||||||||||
Current value of the field.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Returns the field that is about to be accessed/modified.
Field
which mirrors the field
in the target VM.
Returns the object whose field is about to be accessed/modified. Return null is the access is to a static field.
ObjectReference
which mirrors the event's
object in the target VM.