Interface EvaluateExpressionResponse

All Known Implementing Classes:
EvaluateExpressionResponseImpl

public interface EvaluateExpressionResponse
Response for the expression evaluation command.
  • Method Details

    • getExpression

      String getExpression()
      Returns the evaluated expression.
      Returns:
      the expression that was evaluated
    • getResult

      Object getResult()
      Returns the result of the expression evaluation.
      Returns:
      the result value. Type depends on the result type (String, Boolean, Number, or Object)
    • getWarnings

      List<EvaluationWarning> getWarnings()
      Returns the list of warnings generated during expression evaluation.
      Returns:
      the list of warnings, or an empty list if none