Uses of Interface
edu.rice.cs.cunit.instrumentors.IInstrumentationStrategy

Packages that use IInstrumentationStrategy
edu.rice.cs.cunit.classFile.attributes   
 

Uses of IInstrumentationStrategy in edu.rice.cs.cunit.classFile.attributes
 

Method parameters in edu.rice.cs.cunit.classFile.attributes with type arguments of type IInstrumentationStrategy
static void InstrumentationAttributeInfo.addInstrumentationAttributeInfo(ClassFile cf, java.util.List<IInstrumentationStrategy> itors)
          Add the Instrumentation attribute with the given list of instrumentors to the class file.