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
  • Constructor Details

    • EaseDebugLastExecutionResult

      public EaseDebugLastExecutionResult​(String name, Object value, org.eclipse.debug.core.model.IDebugElement parent, String referenceTypeName)
    • EaseDebugLastExecutionResult

      public EaseDebugLastExecutionResult​(String name, Object value, String referenceTypeName)
    • EaseDebugLastExecutionResult

      public EaseDebugLastExecutionResult​(EaseDebugVariable variable)
    • EaseDebugLastExecutionResult

      public EaseDebugLastExecutionResult​(String name, Throwable exception)
  • Method Details

    • isException

      public boolean isException()