Uses of Class
edu.rice.cs.cunit.instrumentors.threadCheck.AThreadCheckStrategy

Packages that use AThreadCheckStrategy
edu.rice.cs.cunit.instrumentors.threadCheck   
 

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

Subclasses of AThreadCheckStrategy in edu.rice.cs.cunit.instrumentors.threadCheck
 class AAddThreadCheckStrategy
          Abstract class for adding thread checks.
 class AddPredicateThreadCheckStrategy
          Instrumentor to add calls to ThreadCheck.checkCurrentThreadName/Id/Group to check if the current thread is not allowed to execute a class or method.
 class AddReflectionThreadCheckStrategy
          Instrumentor to add calls to ThreadCheck.checkCurrentThreadReflection to check if the current thread is not allowed to execute a class or method.
 class AddThreadCheckStrategy
          Instrumentor to add calls to ThreadCheck.checkCurrentThreadName/Id/Group to check if the current thread is not allowed to execute a class or method.