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 Details

  • Method Details

    • getValue

      public org.eclipse.debug.core.model.IValue getValue()
      Specified by:
      getValue in interface org.eclipse.debug.core.model.IWatchExpressionResult
    • hasErrors

      public boolean hasErrors()
      Specified by:
      hasErrors in interface org.eclipse.debug.core.model.IWatchExpressionResult
    • getErrorMessages

      public String[] getErrorMessages()
      Specified by:
      getErrorMessages in interface org.eclipse.debug.core.model.IWatchExpressionResult
    • getExpressionText

      public String getExpressionText()
      Specified by:
      getExpressionText in interface org.eclipse.debug.core.model.IWatchExpressionResult
    • getException

      public org.eclipse.debug.core.DebugException getException()
      Specified by:
      getException in interface org.eclipse.debug.core.model.IWatchExpressionResult