Package org.eclipse.ease.debugging.model
Class EaseDebugLastExecutionResult
java.lang.Object
org.eclipse.ease.debugging.model.EaseDebugVariable
org.eclipse.ease.debugging.model.EaseDebugLastExecutionResult
- All Implemented Interfaces:
Comparable<EaseDebugVariable>
,org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.core.model.IDebugElement
,org.eclipse.debug.core.model.IValueModification
,org.eclipse.debug.core.model.IVariable
public class EaseDebugLastExecutionResult extends EaseDebugVariable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.ease.debugging.model.EaseDebugVariable
EaseDebugVariable.Type
-
Constructor Summary
Constructors Constructor Description EaseDebugLastExecutionResult(String name, Object value, String referenceTypeName)
EaseDebugLastExecutionResult(String name, Object value, org.eclipse.debug.core.model.IDebugElement parent, String referenceTypeName)
EaseDebugLastExecutionResult(String name, Throwable exception)
EaseDebugLastExecutionResult(EaseDebugVariable variable)
-
Method Summary
Modifier and Type Method Description boolean
isException()
Methods inherited from class org.eclipse.ease.debugging.model.EaseDebugVariable
compareTo, getAdapter, getDebugTarget, getLaunch, getModelIdentifier, getName, getReferenceTypeName, getType, getValue, hasValueChanged, setParent, setType, setValue, setValue, supportsValueModification, toString, update, verifyValue, verifyValue
-
Constructor Details
-
EaseDebugLastExecutionResult
-
EaseDebugLastExecutionResult
-
EaseDebugLastExecutionResult
-
EaseDebugLastExecutionResult
-
-
Method Details
-
isException
public boolean isException()
-