edu.rice.cs.cunit.instrumentors
Interface IInstrumentationStrategy


public interface IInstrumentationStrategy

Interface to instrument classes during loading.

Author:
Mathias Ricken

Method Summary
 void done()
          Instrumentation of all classes is done.
 void instrument(ClassFile cf)
          Instrument the class.
 

Method Detail

instrument

void instrument(ClassFile cf)
Instrument the class.

Parameters:
cf - class file info

done

void done()
Instrumentation of all classes is done.