javassist.tools

Class Dump

public class Dump extends Object

Dump is a tool for viewing the class definition in the given class file. Unlike the JDK javap tool, Dump works even if the class file is broken.

For example,

prints the contents of the constant pool and the list of methods and fields.

Method Summary
static voidmain(String[] args)
Main method.

Method Detail

main

public static void main(String[] args)
Main method.

Parameters: args args[0] is the class file name.

Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.