2 * JavaInspect - Utility to visualize java software
3 * Copyright (C) 2013-2015, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of version 3 of the GNU Lesser General Public License
7 * or later as published by the Free Software Foundation.
10 package eu.svjatoslav.inspector.java.methods;
13 * This package contains quickly hacked together Java language parser.
14 * Goal is to start visualizing method call references and other things
15 * which are not easily readable at runtime via reflection but are available
16 * when parsing java source code directly.
20 * Currently in is useful just for detecting class names and packages.