public abstract class LocatableEventSet extends AbstractEventSet
| Modifier and Type | Method and Description |
|---|---|
com.sun.jdi.Location |
getLocation()
Returns the
Location of this mirror. |
com.sun.jdi.ThreadReference |
getThread()
Returns the thread in which this event has occurred.
|
add, addAll, clear, contains, containsAll, eventIterator, getSuspendPolicy, getVirtualMachine, isEmpty, iterator, notify, remove, removeAll, resume, retainAll, size, suspendedAll, suspendedEventThread, suspendedNone, suspendPolicy, toArray, toArray, toSpecificEventSet, virtualMachinepublic com.sun.jdi.Location getLocation()
Location of this mirror. Depending on context and on available debug information, this location will have varying precision.Location of this mirror.public com.sun.jdi.ThreadReference getThread()
ThreadReference which mirrors the event's thread in the target VM.