com.sun.jdi.event.WatchpointEvent |
![]() |
Notification of a field triggered event encountered by a thread in the target VM.
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.ObjectCollectedException | may be thrown if class has been garbage collected. |
---|
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.
Current value of the field.
ObjectCollectedException | if object or class have been garbage collected. |
---|