- Event - Interface in com.sun.jdi.event
-
An occurrence in a target VM that is of interest to a debugger.
- EventIterator - Interface in com.sun.jdi.event
-
EventIterators are unmodifiable.
- EventQueue - Interface in com.sun.jdi.event
-
Manager of incoming debugger events for a target VM.
- EventRequest - Interface in com.sun.jdi.request
-
Represents a request for notification of an event.
- EventRequestManager - Interface in com.sun.jdi.request
-
- EventSet - Interface in com.sun.jdi.event
-
- ExceptionEvent - Interface in com.sun.jdi.event
-
Notification of an exception in the target VM.
- ExceptionRequest - Interface in com.sun.jdi.request
-
Request for notification when an exception occurs in the target VM.
- enable() - Method in interface com.sun.jdi.request.EventRequest
-
- enableCollection() - Method in interface com.sun.jdi.ObjectReference
-
Permits garbage collection for this object.
- entryCount() - Method in interface com.sun.jdi.ObjectReference
-
Returns the number times this object's monitor has been
entered by the current owning thread.
- equals(Object) - Method in interface com.sun.jdi.BooleanValue
-
Compares the specified Object with this BooleanValue for equality.
- equals(Object) - Method in interface com.sun.jdi.ByteValue
-
Compares the specified Object with this ByteValue for equality.
- equals(Object) - Method in interface com.sun.jdi.CharValue
-
Compares the specified Object with this CharValue for equality.
- equals(Object) - Method in interface com.sun.jdi.DoubleValue
-
Compares the specified Object with this DoubleValue for equality.
- equals(Object) - Method in interface com.sun.jdi.Field
-
Compares the specified Object with this field for equality.
- equals(Object) - Method in interface com.sun.jdi.FloatValue
-
Compares the specified Object with this FloatValue for equality.
- equals(Object) - Method in interface com.sun.jdi.IntegerValue
-
Compares the specified Object with this IntegerValue for equality.
- equals(Object) - Method in interface com.sun.jdi.LocalVariable
-
Compares the specified Object with this LocalVariable for equality.
- equals(Object) - Method in interface com.sun.jdi.Location
-
Compares the specified Object with this Location for equality.
- equals(Object) - Method in interface com.sun.jdi.LongValue
-
Compares the specified Object with this LongValue for equality.
- equals(Object) - Method in interface com.sun.jdi.Method
-
Compares the specified Object with this method for equality.
- equals(Object) - Method in interface com.sun.jdi.ObjectReference
-
Compares the specified Object with this ObjectReference for equality.
- equals(Object) - Method in interface com.sun.jdi.ReferenceType
-
Compares the specified Object with this ReferenceType for equality.
- equals(Object) - Method in interface com.sun.jdi.ShortValue
-
Compares the specified Object with this ShortValue for equality.
- equals(Object) - Method in interface com.sun.jdi.VoidValue
-
Compares the specified Object with this VoidValue for equality.
- errorCode() - Method in exception com.sun.jdi.InternalException
-
- eventIterator() - Method in interface com.sun.jdi.event.EventSet
-
Return an iterator specific to
Event
objects.
- eventQueue() - Method in interface com.sun.jdi.VirtualMachine
-
Returns the event queue for this virtual machine.
- eventRequestManager() - Method in interface com.sun.jdi.VirtualMachine
-
Returns the event request manager for this virtual machine.
- exception() - Method in interface com.sun.jdi.event.ExceptionEvent
-
Gets the thrown exception object.
- exception() - Method in exception com.sun.jdi.InvocationException
-
- exception() - Method in interface com.sun.jdi.request.ExceptionRequest
-
Returns exception type for which exception events are requested.
- exceptionRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled exception requests.
- exit(int) - Method in interface com.sun.jdi.VirtualMachine
-
Causes the mirrored VM to terminate with the given error code.