Class EvaluateExpressionResult

    • Constructor Detail

      • EvaluateExpressionResult

        public EvaluateExpressionResult()
    • Method Detail

      • setEvaluatedExpression

        public void setEvaluatedExpression​(String evaluatedExpression)

        The evaluated expression.

        Parameters:
        evaluatedExpression - The evaluated expression.
      • getEvaluatedExpression

        public String getEvaluatedExpression()

        The evaluated expression.

        Returns:
        The evaluated expression.
      • withEvaluatedExpression

        public EvaluateExpressionResult withEvaluatedExpression​(String evaluatedExpression)

        The evaluated expression.

        Parameters:
        evaluatedExpression - The evaluated expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object