jmusic.jdi
Class MethodExitEventWrapper
java.lang.Object
jmusic.jdi.MethodExitEventWrapper
- All Implemented Interfaces:
- com.sun.jdi.event.Event, com.sun.jdi.event.LocatableEvent, com.sun.jdi.event.MethodExitEvent, com.sun.jdi.Locatable, com.sun.jdi.Mirror
public class MethodExitEventWrapper
- extends java.lang.Object
- implements com.sun.jdi.event.MethodExitEvent
- Author:
- reverend
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.jdi.Mirror |
toString |
MethodExitEventWrapper
public MethodExitEventWrapper(com.sun.jdi.event.MethodExitEvent event)
- Parameters:
event -
method
public com.sun.jdi.Method method()
- Specified by:
method in interface com.sun.jdi.event.MethodExitEvent
thread
public com.sun.jdi.ThreadReference thread()
- Specified by:
thread in interface com.sun.jdi.event.LocatableEvent
request
public com.sun.jdi.request.EventRequest request()
- Specified by:
request in interface com.sun.jdi.event.Event
location
public com.sun.jdi.Location location()
- Specified by:
location in interface com.sun.jdi.Locatable
virtualMachine
public com.sun.jdi.VirtualMachine virtualMachine()
- Specified by:
virtualMachine in interface com.sun.jdi.Mirror