Описание тега javaparser
A Java Parser with AST (abstract syntax tree) generation and visitor support.
Javaparser is a Java 1.0..9 Parser with AST ( abstract syntax tree) 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.
Main features
- lightweight
- good performance
- easy to use
- lexical preservation
- AST can be modified
- AST can be created from scratch
- comments support