Class SimpleScope

    • Field Detail

      • shadowingIndex

        protected java.util.Set<java.lang.Object> shadowingIndex
    • Method Detail

      • getShadowingKey

        protected java.lang.Object getShadowingKey​(IEObjectDescription description)
        Returns:
        the key of the given description, which makes it shadowing others
      • isShadowed

        protected boolean isShadowed​(IEObjectDescription fromParent)
        Description copied from class: AbstractScope
        Returns true if the given description input from the parent scope is shadowed by local elements.
        Overrides:
        isShadowed in class AbstractScope
        Returns:
        true if the given description input from the parent scope is shadowed by local elements.