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:
  • Constructor Details

    • AnnotationsInContexts

      public AnnotationsInContexts()