jmusic.jdi
Class MethodEntryWrapper
java.lang.Object
jmusic.jdi.MethodEntryWrapper
- All Implemented Interfaces:
- com.sun.jdi.event.Event, com.sun.jdi.event.LocatableEvent, com.sun.jdi.event.MethodEntryEvent, com.sun.jdi.Locatable, com.sun.jdi.Mirror
public class MethodEntryWrapper
- extends java.lang.Object
- implements com.sun.jdi.event.MethodEntryEvent
- 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 |
MethodEntryWrapper
public MethodEntryWrapper(com.sun.jdi.event.MethodEntryEvent e)
method
public com.sun.jdi.Method method()
- Specified by:
method
in interface com.sun.jdi.event.MethodEntryEvent
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
virtualMachine
public com.sun.jdi.VirtualMachine virtualMachine()
- Specified by:
virtualMachine
in interface com.sun.jdi.Mirror
location
public com.sun.jdi.Location location()
- Specified by:
location
in interface com.sun.jdi.Locatable