allInheritableElements property

Map<InheritableElementsKey, Set<ModelElement>> allInheritableElements
final

Anything that might be inheritable, place here for later lookup.

Implementation

final Map<InheritableElementsKey, Set<ModelElement>> allInheritableElements =
    {};