Java 1 to 9 Parser and Abstract Syntax Tree for Java
Unspecified
This package contains a Java 1 to 9 Parser with AST generation and
visitor support. The AST records the source code structure, javadoc
and comments. It is also possible to change the AST nodes or create new
ones to modify the source code.