Class BootstrapDumper
- java.lang.Object
-
- com.ibm.wala.shrikeBT.shrikeCT.tools.BootstrapDumper
-
public class BootstrapDumper extends Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapDumper(PrintWriter w)
Get ready to print a class to the given output stream.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doClass(ClassLoader image, ClassReader cr)
Print a class.static void
main(String[] args)
-
-
-
Constructor Detail
-
BootstrapDumper
public BootstrapDumper(PrintWriter w)
Get ready to print a class to the given output stream.
-
-
Method Detail
-
doClass
public void doClass(ClassLoader image, ClassReader cr) throws InvalidClassFileException, Decoder.InvalidBytecodeException, IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchFieldException
Print a class.
-
-