public class MethodReturnValueWatcher extends java.lang.Object implements OverheadProducer
Constructor and Description |
---|
MethodReturnValueWatcher(com.sun.jdi.request.EventRequestManager requestManager,
DebugProcess process) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
customizeRenderer(SimpleColoredComponent renderer) |
void |
disable() |
void |
enable(com.sun.jdi.ThreadReference thread) |
com.sun.jdi.Method |
getLastExecutedMethod() |
com.sun.jdi.Value |
getLastMethodReturnValue() |
boolean |
isEnabled() |
boolean |
isTrackingEnabled() |
boolean |
processEvent(com.sun.jdi.event.Event event) |
void |
setEnabled(boolean enabled) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isObsolete, track
public MethodReturnValueWatcher(com.sun.jdi.request.EventRequestManager requestManager, DebugProcess process)
public com.sun.jdi.Method getLastExecutedMethod()
public com.sun.jdi.Value getLastMethodReturnValue()
public boolean isEnabled()
isEnabled
in interface OverheadProducer
public void setEnabled(boolean enabled)
setEnabled
in interface OverheadProducer
public boolean isTrackingEnabled()
public void enable(com.sun.jdi.ThreadReference thread)
public void disable()
public void clear()
public boolean processEvent(com.sun.jdi.event.Event event)
public void customizeRenderer(SimpleColoredComponent renderer)
customizeRenderer
in interface OverheadProducer