public class EaseWatchExpressionResult extends java.lang.Object implements IWatchExpressionResult
Constructor and Description |
---|
EaseWatchExpressionResult(java.lang.String expression,
java.lang.Object result,
java.lang.Throwable exception,
EaseDebugElement debugElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getErrorMessages() |
DebugException |
getException() |
java.lang.String |
getExpressionText() |
IValue |
getValue() |
boolean |
hasErrors() |
public EaseWatchExpressionResult(java.lang.String expression, java.lang.Object result, java.lang.Throwable exception, EaseDebugElement debugElement)
public IValue getValue()
getValue
in interface IWatchExpressionResult
public boolean hasErrors()
hasErrors
in interface IWatchExpressionResult
public java.lang.String[] getErrorMessages()
getErrorMessages
in interface IWatchExpressionResult
public java.lang.String getExpressionText()
getExpressionText
in interface IWatchExpressionResult
public DebugException getException()
getException
in interface IWatchExpressionResult