Class BootstrapDumper
java.lang.Object
com.ibm.wala.shrike.shrikeBT.shrikeCT.tools.BootstrapDumper
-
Constructor Summary
ConstructorDescriptionGet ready to print a class to the given output stream. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doClass
(ClassLoader image, ClassReader cr) Print a class.static void
-
Constructor Details
-
BootstrapDumper
Get ready to print a class to the given output stream.
-
-
Method Details
-
main
-
doClass
public void doClass(ClassLoader image, ClassReader cr) throws InvalidClassFileException, Decoder.InvalidBytecodeException, ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchFieldException Print a class.
-