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

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

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

Fields in edu.rice.cs.cunit.instrumentors.threadCheck declared as SoftHashMap
protected  SoftHashMap<java.lang.String,PredicateAnnotationRecord> AddPredicateThreadCheckStrategy._generatedPredicateRecords
          Hash table from a fully-qualified class name of the @Combine-type annotation to the generated predicate annotation record.
protected  SoftHashMap<java.lang.String,ThreadCheckAnnotationRecord> AAddThreadCheckStrategy.SharedAddData.classAnnotations
          Hash table from a fully-qualified class name to the annotations that class has.
protected  SoftHashMap<java.lang.String,ThreadCheckAnnotationRecord> AAddThreadCheckStrategy.SharedAddData.methodAnnotations
          Hash table from a string of the form "<fully-qualified class name>::<method name><descriptor>" to the annotations that method has.
 

Methods in edu.rice.cs.cunit.instrumentors.threadCheck that return SoftHashMap
 SoftHashMap<java.lang.String,ThreadCheckAnnotationRecord> AAddThreadCheckStrategy.SharedAddData.getClassAnnotations()
           
 SoftHashMap<java.lang.String,ThreadCheckAnnotationRecord> AAddThreadCheckStrategy.SharedAddData.getMethodAnnotations()