.. java-symbol-solver documentation master file, created by sphinx-quickstart on Fri Nov 13 09:38:07 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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 Calculate the type of a certain expression ------------------------------------------ TBW Contents: .. toctree:: :maxdepth: 2