ThaisaMirely / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Add support for editing AST nodes or create new ones #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The AST nodes are all read only. Will be very useful if them can be edited
to made changes in a parsed CompilationUnit and then save it again to the
.java file, this is useful for refactoring changes.
Create a new CompilationUnit without parse a java file can be useful too.

Original issue reported on code.google.com by jges...@gmail.com on 29 May 2008 at 2:20