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 and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
Main method.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.