Uses of Class
edu.rice.cs.cunit.util.Ref

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

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

Methods in edu.rice.cs.cunit.instrumentors.threadCheck with parameters of type Ref
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.
protected  boolean AThreadCheckStrategy.getAnnotationClassFile(java.lang.String annotType, Ref<ClassFileTools.ClassLocation> refCL, Ref<AAnnotationsAttributeInfo.Annotation> predicateLink, Ref<AAnnotationsAttributeInfo.Annotation> combineAnnot)
          Return the annotations class file, or null if it is not a Thread Checker annotation.
protected  boolean AThreadCheckStrategy.getAnnotationClassFile(java.lang.String annotType, Ref<ClassFileTools.ClassLocation> refCL, Ref<AAnnotationsAttributeInfo.Annotation> predicateLink, Ref<AAnnotationsAttributeInfo.Annotation> combineAnnot)
          Return the annotations class file, or null if it is not a Thread Checker annotation.
protected  boolean AThreadCheckStrategy.getAnnotationClassFile(java.lang.String annotType, Ref<ClassFileTools.ClassLocation> refCL, Ref<AAnnotationsAttributeInfo.Annotation> predicateLink, Ref<AAnnotationsAttributeInfo.Annotation> combineAnnot)
          Return the annotations class file, or null if it is not a Thread Checker annotation.