Package com.ibm.wala.shrikeBT.shrikeCT

Interface Summary
ClassInstrumenter.MethodExaminer Implement this interface to instrument every method of a class using visitMethods() below.
 

Class Summary
ClassInstrumenter This class provides a convenient way to instrument every method in a class.
CTCompiler This class lets you compile ShrikeBT intermediate code into real Java bytecodes using ShrikeCT.
CTDecoder This class decodes Java bytecodes into ShrikeBT code using a ShrikeCT class reader.
CTUtils This is a dumping ground for useful functions that manipulate class info.
OfflineInstrumenter This class provides a convenient way to iterate through a collection of Java classes and instrument their code.