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
You can use JDT Core in the command line. Parsing, AST, rewriting everything can be done without the UI.