|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.cunit.instrumentors.util.CompoundStrategy
edu.rice.cs.cunit.instrumentors.threadCheck.CompoundThreadCheckStrategy
public class CompoundThreadCheckStrategy
Compound instrumentor for the Thread Check strategies.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.rice.cs.cunit.instrumentors.util.IScannerStrategy |
---|
IScannerStrategy.IScanResult |
Field Summary | |
---|---|
static java.lang.String |
CONVERT_SYNC_METHODS_PARAM
Parameter that enables conversion of synchronized methods to methods containing synchronized blocks. |
Constructor Summary | |
---|---|
CompoundThreadCheckStrategy(java.util.List<java.lang.String> parameters)
Create a new compound instrumentor for the 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 |
Field Detail |
---|
public static final java.lang.String CONVERT_SYNC_METHODS_PARAM
Constructor Detail |
---|
public CompoundThreadCheckStrategy(java.util.List<java.lang.String> parameters)
parameters
- parameters for the instrumentors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |