public abstract class ToStringCommand extends java.lang.Object implements SuspendContextCommand
Modifier | Constructor and Description |
---|---|
protected |
ToStringCommand(EvaluationContext evaluationContext,
com.sun.jdi.Value value) |
Modifier and Type | Method and Description |
---|---|
void |
action() |
void |
commandCancelled() |
abstract void |
evaluationError(java.lang.String message) |
abstract void |
evaluationResult(java.lang.String message) |
EvaluationContext |
getEvaluationContext() |
SuspendContext |
getSuspendContext() |
com.sun.jdi.Value |
getValue() |
void |
setEvaluated() |
protected ToStringCommand(EvaluationContext evaluationContext, com.sun.jdi.Value value)
public void action()
action
in interface DebuggerCommand
public void commandCancelled()
commandCancelled
in interface DebuggerCommand
public void setEvaluated()
public SuspendContext getSuspendContext()
getSuspendContext
in interface SuspendContextCommand
public abstract void evaluationResult(java.lang.String message)
public abstract void evaluationError(java.lang.String message)
public com.sun.jdi.Value getValue()
public EvaluationContext getEvaluationContext()