edu.rice.cs.cunit.instrumentors.threadCheck
Class CompoundReflectionThreadCheckStrategy

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

public class CompoundReflectionThreadCheckStrategy
extends CompoundStrategy

Compound instrumentor for the reflection-based Thread Check strategy.

Author:
Mathias Ricken

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.instrumentors.util.IScannerStrategy
IScannerStrategy.IScanResult
 
Constructor Summary
CompoundReflectionThreadCheckStrategy(java.util.List<java.lang.String> parameters)
          Create a new compound instrumentor for the reflection-based Thread Check strategies.
 
Method Summary
 
Methods inherited from class edu.rice.cs.cunit.instrumentors.util.CompoundStrategy
done, getCombined, getScanResults, instrument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundReflectionThreadCheckStrategy

public CompoundReflectionThreadCheckStrategy(java.util.List<java.lang.String> parameters)
Create a new compound instrumentor for the reflection-based Thread Check strategies.

Parameters:
parameters - parameters for the instrumentors