JDT without Eclipse?

前端 未结 3 1738
小蘑菇
小蘑菇 2021-02-20 06:44

Some time ago I wrote an Eclipse plugin which makes use of JDT to do some parsing. Now I am thinking of making a command-line version of this app. Naturally, I hope to reuse the

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-20 07:05

    You can use JDT Core in the command line. Parsing, AST, rewriting everything can be done without the UI.

提交回复
热议问题