Package org.eclipse.ease.debugging.model
Class EaseWatchExpressionResult
java.lang.Object
org.eclipse.ease.debugging.model.EaseWatchExpressionResult
- All Implemented Interfaces:
org.eclipse.debug.core.model.IWatchExpressionResult
public class EaseWatchExpressionResult
extends Object
implements org.eclipse.debug.core.model.IWatchExpressionResult
-
Constructor Summary
ConstructorsConstructorDescriptionEaseWatchExpressionResult
(String expression, Object result, Throwable exception, EaseDebugElement debugElement) -
Method Summary
-
Constructor Details
-
EaseWatchExpressionResult
public EaseWatchExpressionResult(String expression, Object result, Throwable exception, EaseDebugElement debugElement)
-
-
Method Details
-
getValue
public org.eclipse.debug.core.model.IValue getValue()- Specified by:
getValue
in interfaceorg.eclipse.debug.core.model.IWatchExpressionResult
-
hasErrors
public boolean hasErrors()- Specified by:
hasErrors
in interfaceorg.eclipse.debug.core.model.IWatchExpressionResult
-
getErrorMessages
- Specified by:
getErrorMessages
in interfaceorg.eclipse.debug.core.model.IWatchExpressionResult
-
getExpressionText
- Specified by:
getExpressionText
in interfaceorg.eclipse.debug.core.model.IWatchExpressionResult
-
getException
public org.eclipse.debug.core.DebugException getException()- Specified by:
getException
in interfaceorg.eclipse.debug.core.model.IWatchExpressionResult
-