public class EaseWatchExpressionResult
extends java.lang.Object
implements org.eclipse.debug.core.model.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() |
org.eclipse.debug.core.DebugException |
getException() |
java.lang.String |
getExpressionText() |
org.eclipse.debug.core.model.IValue |
getValue() |
boolean |
hasErrors() |
public EaseWatchExpressionResult(java.lang.String expression,
java.lang.Object result,
java.lang.Throwable exception,
EaseDebugElement debugElement)
public org.eclipse.debug.core.model.IValue getValue()
getValue in interface org.eclipse.debug.core.model.IWatchExpressionResultpublic boolean hasErrors()
hasErrors in interface org.eclipse.debug.core.model.IWatchExpressionResultpublic java.lang.String[] getErrorMessages()
getErrorMessages in interface org.eclipse.debug.core.model.IWatchExpressionResultpublic java.lang.String getExpressionText()
getExpressionText in interface org.eclipse.debug.core.model.IWatchExpressionResultpublic org.eclipse.debug.core.DebugException getException()
getException in interface org.eclipse.debug.core.model.IWatchExpressionResult