Represents a modification watchpoint event and any associated data.
Determines if there is any modification watchpoint request for the specified class field that is pending.
Determines if there is any modification watchpoint request for the specified class field that is pending.
The full name of the class/object/trait containing the method being watched
The name of the field being watched
True if there is at least one modification watchpoint request with the specified field name in the specified class that is pending, otherwise false
Determines if there is any modification watchpoint request for the specified class field with matching arguments that is pending.
Determines if there is any modification watchpoint request for the specified class field with matching arguments that is pending.
The full name of the class/object/trait containing the method being watched
The name of the field being watched
The additional arguments provided to the specific modification watchpoint request
True if there is at least one modification watchpoint request with the specified field name and arguments in the specified class that is pending, otherwise false
Retrieves the collection of active and pending modification watchpoint requests.
Retrieves the collection of active and pending modification watchpoint requests.
The collection of information on modification watchpoint requests
Removes all modification watchpoint requests.
Removes all modification watchpoint requests.
The collection of information about removed modification watchpoint requests
Removes all modification watchpoint requests for the specified class field with the specified extra arguments.
Removes all modification watchpoint requests for the specified class field with the specified extra arguments.
The full name of the class/object/trait containing the field being watched
The name of the field being watched
the additional arguments provided to the specific modification watchpoint request
Some information about the removed request if it existed, otherwise None
Removes all modification watchpoint requests for the specified class field.
Removes all modification watchpoint requests for the specified class field.
The full name of the class/object/trait containing the field being watched
The name of the field being watched
The collection of information about removed modification watchpoint requests
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events and any retrieved data based on requests from extra arguments
Constructs a stream of modification watchpoint events for field in the specified class.
Constructs a stream of modification watchpoint events for field in the specified class.
The full name of the class whose field to watch
The name of the field to watch
The additional JDI arguments to provide
The stream of modification watchpoint events
Removes all modification watchpoint requests.
Removes all modification watchpoint requests.
Success containing the collection of information about removed modification watchpoint requests, otherwise a failure
Removes all modification watchpoint requests for the specified class field with the specified extra arguments.
Removes all modification watchpoint requests for the specified class field with the specified extra arguments.
The full name of the class/object/trait containing the field being watched
The name of the field being watched
the additional arguments provided to the specific modification watchpoint request
Success containing Some information if it existed (or None if it did not), otherwise a failure
Removes all modification watchpoint requests for the specified class field.
Removes all modification watchpoint requests for the specified class field.
The full name of the class/object/trait containing the field being watched
The name of the field being watched
Success containing the collection of information about removed modification watchpoint requests, otherwise a failure
Represents the interface that needs to be implemented to provide modification watchpoint functionality for a specific debug profile.