edu.rice.cs.cunit.instrumentors
Class CompoundCompactSystemStrategy

java.lang.Object
  extended by edu.rice.cs.cunit.instrumentors.util.CompoundStrategy
      extended by edu.rice.cs.cunit.instrumentors.CompoundCompactSystemStrategy
All Implemented Interfaces:
IInstrumentationStrategy, IScannerStrategy

public class CompoundCompactSystemStrategy
extends CompoundStrategy

Compound instrumentor for instrumenting CUnit system classes.

Author:
Mathias Ricken

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.instrumentors.util.IScannerStrategy
IScannerStrategy.IScanResult
 
Constructor Summary
CompoundCompactSystemStrategy(java.util.List<java.lang.String> parameters)
          Create a new compound instrumentor for instrumenting CUnit system classes.
 
Method Summary
 void done()
          Instrumentation of all classes is done.
 
Methods inherited from class edu.rice.cs.cunit.instrumentors.util.CompoundStrategy
getCombined, getScanResults, instrument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundCompactSystemStrategy

public CompoundCompactSystemStrategy(java.util.List<java.lang.String> parameters)
Create a new compound instrumentor for instrumenting CUnit system classes.

Parameters:
parameters - parameters for the instrumentors
Method Detail

done

public void done()
Instrumentation of all classes is done.

Specified by:
done in interface IInstrumentationStrategy
Overrides:
done in class CompoundStrategy