|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnlyRunBy.EVENT_THREAD | |
---|---|
edu.rice.cs.cunit.instrumentors.threadCheck | |
edu.rice.cs.cunit.threadCheck |
Uses of OnlyRunBy.EVENT_THREAD in edu.rice.cs.cunit.instrumentors.threadCheck |
---|
Fields in edu.rice.cs.cunit.instrumentors.threadCheck declared as OnlyRunBy.EVENT_THREAD | |
---|---|
OnlyRunBy.EVENT_THREAD |
ThreadCheckAnnotationRecord.allowEventThread
|
Method parameters in edu.rice.cs.cunit.instrumentors.threadCheck with type arguments of type OnlyRunBy.EVENT_THREAD | |
---|---|
protected void |
AThreadCheckStrategy.extractAnnotationArray(AAnnotationsAttributeInfo.Annotation.AMemberValue mv,
java.util.HashSet<java.lang.String> threadNames,
java.util.HashSet<java.lang.Long> threadIds,
java.util.HashSet<java.lang.String> threadGroups,
Ref<OnlyRunBy.EVENT_THREAD> eventThread)
Extract the data in the annotation's string array and put it in the set of strings. |
protected void |
AThreadCheckStrategy.extractLists(java.lang.String typeName,
java.util.ArrayList<AAttributeInfo> attributesList,
java.util.HashSet<java.lang.String> threadNames,
java.util.HashSet<java.lang.Long> threadIds,
java.util.HashSet<java.lang.String> threadGroups,
Ref<OnlyRunBy.EVENT_THREAD> eventThread)
Extract the lists of thread names, ids and groups from a list of attributes. |
Uses of OnlyRunBy.EVENT_THREAD in edu.rice.cs.cunit.threadCheck |
---|
Methods in edu.rice.cs.cunit.threadCheck that return OnlyRunBy.EVENT_THREAD | |
---|---|
static OnlyRunBy.EVENT_THREAD |
OnlyRunBy.EVENT_THREAD.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OnlyRunBy.EVENT_THREAD[] |
OnlyRunBy.EVENT_THREAD.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |