Interface IOperationEvaluator

    • Method Detail

      • evaluate

        EvaluationAccessor evaluate​(EvaluationAccessor operand,
                                    EvaluationAccessor[] arguments)
        Evaluates an operation.
        Parameters:
        operand - the operand value
        arguments - the arguments to be used for the evaluation
        Returns:
        the result of the operation (variable or value)