A Java Parser with AST (abstract syntax tree) generation and visitor support.
I am using this javaparser https://github.com/javaparser/javaparser to parse a lot of java source codes of some …