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