Class ClassPrinter

java.lang.Object
com.ibm.wala.shrike.shrikeBT.shrikeCT.tools.ClassPrinter

public class ClassPrinter extends Object
This class prints the contents of a class file. It's like an alternative to javap that shows more information.

In Unix I run it like this: java -cp ~/dev/shrike/shrike com.ibm.wala.shrikeBT.shrikeCT.tools.ClassPrinter test.jar This will print the contents of every class in the JAR file.

Author:
roca