|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AAddThreadCheckStrategy | |
---|---|
edu.rice.cs.cunit.instrumentors.threadCheck | |
edu.rice.cs.cunit.threadCheck |
Uses of AAddThreadCheckStrategy in edu.rice.cs.cunit.instrumentors.threadCheck |
---|
Subclasses of AAddThreadCheckStrategy in edu.rice.cs.cunit.instrumentors.threadCheck | |
---|---|
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. |
Uses of AAddThreadCheckStrategy in edu.rice.cs.cunit.threadCheck |
---|
Methods in edu.rice.cs.cunit.threadCheck that return AAddThreadCheckStrategy | |
---|---|
static AAddThreadCheckStrategy |
XMLAnnotUtils.createDummy()
Creates enough of a dummy AAddThreadCheckStrategy to let us do our work. |
Methods in edu.rice.cs.cunit.threadCheck with parameters of type AAddThreadCheckStrategy | |
---|---|
private static void |
XMLAnnotUtils.ClassBased.processClassNode(XMLConfig xc,
ILambda.Ternary<java.lang.Object,java.lang.String,ThreadCheckAnnotationRecord,java.util.HashMap<java.lang.String,ThreadCheckAnnotationRecord>> classLambda,
org.w3c.dom.Node n,
java.lang.String path,
java.lang.String className,
IPredicate<java.lang.String> processClassPred,
java.util.List<ThreadCheckException> exList,
AAddThreadCheckStrategy dummy)
Process a <class> node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |