public class Dump
extends java.lang.Object
For example,
% java javassist.tools.Dump foo.class
prints the contents of the constant pool and the list of methods and fields.
| Modifier | Constructor and Description |
|---|---|
private |
Dump() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method.
|