javassist.tools
public class Dump extends Object
For example,
% java javassist.tools.Dump foo.class
prints the contents of the constant pool and the list of methods and fields.
Method Summary | |
---|---|
static void | main(String[] args)
Main method.
|
Parameters: args args[0]
is the class file name.