java-symbol-solver¶
The java-symbol-solver permits you to resolve symbols in Java source code. It is intended to be used with JavaParser. After JavaParser has produced an Abstract Syntax Tree (AST) for a source file java-symbol-solver can be used to do things like:
- find out to which definition a certain value refers to
- calculate the type of a certain expression
Find out the definition a certain value refers to¶
TBW