parsing - Generate abstract syntax tree for Java source code? -


for project, need to:

  1. convert java source code ast.
  2. modify ast (e.g. add statements, modify expressions).
  3. convert ast source code compilation.

i know antlr can parse java code, looks have tweak grammar file produce ast. there out-of-the-box solution me ast?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -