Interface IVisibilityHelper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IVisibilityHelper ALL
      Treats all members as visible members independently from their own visibility or the visibility of their containers.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isVisible​(org.eclipse.xtext.common.types.JvmMember member)
      Returns true if the member is visible according to the JvmVisibility and the local context.
    • Field Detail

      • ALL

        static final IVisibilityHelper ALL
        Treats all members as visible members independently from their own visibility or the visibility of their containers.
    • Method Detail

      • isVisible

        boolean isVisible​(org.eclipse.xtext.common.types.JvmMember member)
        Returns true if the member is visible according to the JvmVisibility and the local context.
        Parameters:
        member - the member that shall be accessed.
        Returns:
        true if the feature can be accessed.