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
Constructors Constructor Description EaseWatchExpressionResult(String expression, Object result, Throwable exception, EaseDebugElement debugElement)
-
Method Summary
Modifier and Type Method Description String[]
getErrorMessages()
org.eclipse.debug.core.DebugException
getException()
String
getExpressionText()
org.eclipse.debug.core.model.IValue
getValue()
boolean
hasErrors()
-
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
-