Class BootstrapInstrumentor
- java.lang.Object
-
- com.ibm.wala.shrikeBT.shrikeCT.tools.BootstrapInstrumentor
-
public class BootstrapInstrumentor extends Object
-
-
Constructor Summary
Constructors Constructor Description BootstrapInstrumentor(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 Set<MethodData>
doClass(ClassInstrumenter ci)
Print a class.void
doit(String[] args)
static void
main(String[] args)
-
-
-
Constructor Detail
-
BootstrapInstrumentor
public BootstrapInstrumentor(PrintWriter w)
Get ready to print a class to the given output stream.
-
-
Method Detail
-
doClass
public Set<MethodData> doClass(ClassInstrumenter ci) throws InvalidClassFileException, Decoder.InvalidBytecodeException, IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchFieldException
Print a class.
-
-