|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.rice.cs.cunit.threadCheck.ThreadCheck.ThreadCheckAnnotationRecord
public static class ThreadCheck.ThreadCheckAnnotationRecord
Storage class for predicate annotations.
Field Summary | |
---|---|
java.util.HashSet<Pair<java.lang.annotation.Annotation,Combine>> |
combineAnnotations
|
java.util.HashSet<Pair<java.lang.annotation.Annotation,PredicateLink>> |
predicateLinkAnnotations
|
boolean |
suppressSubtypingWarning
|
Constructor Summary | |
---|---|
ThreadCheck.ThreadCheckAnnotationRecord()
|
Method Summary | |
---|---|
void |
add(ThreadCheck.ThreadCheckAnnotationRecord otherAR)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.HashSet<Pair<java.lang.annotation.Annotation,PredicateLink>> predicateLinkAnnotations
public java.util.HashSet<Pair<java.lang.annotation.Annotation,Combine>> combineAnnotations
public boolean suppressSubtypingWarning
Constructor Detail |
---|
public ThreadCheck.ThreadCheckAnnotationRecord()
Method Detail |
---|
public void add(ThreadCheck.ThreadCheckAnnotationRecord otherAR)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |