Class WholeProgramInferenceScenesStorage.AnnotationsInContexts
java.lang.Object
java.util.AbstractMap<K,V>
 
java.util.HashMap<Pair<String,TypeUseLocation>,Set<String>>
  
org.checkerframework.common.wholeprograminference.WholeProgramInferenceScenesStorage.AnnotationsInContexts
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<Pair<String,- TypeUseLocation>, - Set<String>> 
- Enclosing class:
- WholeProgramInferenceScenesStorage
public static class WholeProgramInferenceScenesStorage.AnnotationsInContexts
extends HashMap<Pair<String,TypeUseLocation>,Set<String>>  
Maps the 
WholeProgramInferenceScenesStorage.aTypeElementToString(org.checkerframework.afu.scenelib.el.ATypeElement) representation of an ATypeElement and its
 TypeUseLocation to a set of names of annotations.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMapequals, hashCode, toString
- 
Constructor Details- 
AnnotationsInContextspublic AnnotationsInContexts()
 
-