Class BootstrapInstrumentor
- java.lang.Object
-
- com.ibm.wala.shrike.shrikeBT.shrikeCT.tools.BootstrapInstrumentor
-
public class BootstrapInstrumentor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapInstrumentor(java.io.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 java.util.Set<MethodData>doClass(ClassInstrumenter ci)Print a class.voiddoit(java.lang.String[] args)static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
doit
public void doit(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
doClass
public java.util.Set<MethodData> doClass(ClassInstrumenter ci) throws InvalidClassFileException, Decoder.InvalidBytecodeException, java.lang.SecurityException, java.lang.IllegalArgumentException
Print a class.- Throws:
java.lang.IllegalArgumentException- if cr is nullInvalidClassFileExceptionDecoder.InvalidBytecodeExceptionjava.lang.SecurityException
-
-