A user friendly Java parser that can be used to
- Get all import statements, class declarations, class’s body, method declarations, method’s body, variable declarations, variable assignments, etc.
- Refactor and transform Java code by replacing or adding a piece of code in the Java file.
Download the parser Package and add it to your project.
For Documentation please follow this link