Pure Python Java parser and tools
javalang is a pure Python library for working with Java source code. javalang provies a lexer and parser targeting Java 8. The implementation is based on the Java language spec available at http://docs.oracle.com/javase/specs/jls/se8/html/.