JavaSymbolSolver
This implementation of the SymbolResolver wraps the functionality of the library to make them easily usable from JavaParser nodes.
An instance of this class should be created once and then injected in all the CompilationUnit for which we want to enable symbol resolution. To do so the method inject can be used, or you can use setSymbolResolver and the parser will do the injection for you.
Author
Federico Tomassetti