Uses of Interface
edu.rice.cs.cunit.instrumentors.util.IScannerStrategy

Packages that use IScannerStrategy
edu.rice.cs.cunit.instrumentors   
edu.rice.cs.cunit.instrumentors.threadCheck   
edu.rice.cs.cunit.instrumentors.util   
 

Uses of IScannerStrategy in edu.rice.cs.cunit.instrumentors
 

Classes in edu.rice.cs.cunit.instrumentors that implement IScannerStrategy
 class CompoundCompactRecordStrategy
          Compact compound instrumentor for instrumenting regular classes for recording.
 class CompoundCompactSystemStrategy
          Compound instrumentor for instrumenting CUnit system classes.
 class CompoundYieldStrategy
          Compound instrumentor for executing programs with inserted random yields.
 

Uses of IScannerStrategy in edu.rice.cs.cunit.instrumentors.threadCheck
 

Classes in edu.rice.cs.cunit.instrumentors.threadCheck that implement IScannerStrategy
static class AAddThreadCheckStrategy.SharedAddData
          Data shared among all AAddThreadCheckStrategy instances.
static class AThreadCheckStrategy.SharedData
          Data shared among all AAddThreadCheckStrategy instances.
 class CompoundReflectionThreadCheckStrategy
          Compound instrumentor for the reflection-based Thread Check strategy.
 class CompoundThreadCheckStrategy
          Compound instrumentor for the Thread Check strategies.
 

Uses of IScannerStrategy in edu.rice.cs.cunit.instrumentors.util
 

Classes in edu.rice.cs.cunit.instrumentors.util that implement IScannerStrategy
 class CompoundStrategy
          Decorator to execute several strategies at once.
 class ScanForObjectCtorStrategy
          Instrumentation strategy that scans for a "new Object()" operation.