测试 AST 中的子树存在于 ANTLRv4 中后删除它

发布于 2025-01-14 16:24:54 字数 254 浏览 1 评论 0原文

我有一个来自 ANTLR 语法“Mygrammar”的 AST,并且我想在测试 AST 中存在“myrule”后删除与规则“myrule”相对应的节点(及其子节点)。我想知道是否有办法通过覆盖 MygrammarBaseListener 中的 EnterMyrule () 方法或 MygrammarBaseVisitor 中的 Visitmyrule () 方法来实现此目的,因为使用删除最后一个子项 () 不起作用。 如果您可以提供任何提示或资源来查看,因为文档对我没有帮助,我将非常感激。

I have an AST from an ANTLR grammar "Mygrammar" and i want to delete the node (with its children) corresponding to the rule "myrule" after testing that "myrule" exists in the AST. I wonder if there's a way to do it by overriding the entermyrule () method from the MygrammarBaseListener or visitmyrule () from MygrammarBaseVisitor since using remove last child () doesn't work.
If you could provide any hint or ressources to look at since the documentation didn't help me, it would be very appreciated.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文