测试 AST 中的子树存在于 ANTLRv4 中后删除它
我有一个来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论