summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added method inheritance browsingGravatar jeff2014-08-111-79/+0
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* refactored to remove ClassFile class to prep for upcoming stack navigation. ↵Gravatar jeff2014-08-101-1/+1
| | | | It wasn't really necessary anymore.
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-1/+1
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* show deobfuscated names in class inheritanceGravatar jeff2014-08-061-8/+21
|
* added copyrightGravatar jeff2014-08-061-0/+10
|
* added simple class inheritance browsingGravatar jeff2014-08-061-0/+56