Introduction
ClassBrowser is a grahic Java class files (.class
files) browser written in Java. ClassBrowser allows the user to load a class and browse some information about the class itself and its fields, constructors, methods and inner classes.
ClassBrowser is not a decompiler.
License
ClassBrowser is under GNU GPL license.
Both source and binary bundles include the license's text (see COPYING.TXT
). You can also get it here.
Features
-
Once a class is loaded, you can browse some information about the class and its fields, constructors, methods and inner classes:
- Class: Signature, full name and modifiers.
- Fields: Signature, name, type and modifiers.
- Constructors: Signature, name, parameter types and declared exceptions.
- Methods: Signature, name, parameter types, return type and declared exceptions.
- Inner classes: The same information as the class itself.
-
The inner classes are shown hierarchically. The same kind of information is shown as the loaded class itself.
-
ClassBrowser is available in English and Spanish, and can be easily translated into other languages.
-
ClassBrowser allows you to quickly reload the last class loaded, to ease the class debugging.