Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用javaparser库:
有没有办法打印出编译单元并保留空格?
我在 compilerUnit 上尝试了 toString() 方法,但这会丢弃换行符。
看到每个 ASTNode 如何存储行号和列号信息,我只是错过了正确的方法吗?
我找到了答案。来自开发者的引述:
DumpVisitor 需要重写,因为它不尊重令牌位置,完成后将更容易将评论处理到转储程序中。
不幸的是,这个项目似乎已经死了:最后一次活动是在 2008 年左右。