Eiffel重定义函数可以定义自己的断言吗?

发布于 2024-11-14 22:55:08 字数 40 浏览 2 评论 0原文

我需要知道 Eiffel 中重新定义的函数是否可以定义自己的断言。

I need to know if a redefined function in Eiffel can define its own assertions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟─花易冷 2024-11-21 22:55:08

是的,可以。但重新定义的功能只能削弱其父级的前提条件并加强其后置条件。为了更清楚地说明,您必须在重新定义的功能中将前置条件声明为 require else ,并将后置条件声明为 ensure then 以明确您正在弱化/强化相应的断言。

有关更深入的说明,请参阅文档网站

Yes it can. But a redefined feature can only weaken its parent's precondition and strengthen its postcondition. To make it clearer you are forced to declare your precondition as a require else in the redefined feature, and declare the postcondition as an ensure then to make it clear that you are weakening/strengthening the corresponding assertion.

See the documentation site for a more in depth explanation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文