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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.ease.debugging.model.EaseDebugVariable
EaseDebugVariable.Type
-
Constructor Summary
ConstructorsConstructorDescriptionEaseDebugLastExecutionResult
(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) -
Method Summary
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()
-