Class ReceiverFeatureScope

    • Method Detail

      • isVisible

        public boolean isVisible​(org.eclipse.xtext.common.types.JvmMember member)
        Description copied from interface: IVisibilityHelper
        Returns true if the member is visible according to the JvmVisibility and the local context.
        Specified by:
        isVisible in interface IVisibilityHelper
        Parameters:
        member - the member that shall be accessed.
        Returns:
        true if the feature can be accessed.
      • getLocalElementsByName

        protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription> getLocalElementsByName​(org.eclipse.xtext.naming.QualifiedName name)
        Specified by:
        getLocalElementsByName in class AbstractSessionBasedScope
      • createDescription

        protected org.eclipse.xtext.resource.IEObjectDescription createDescription​(org.eclipse.xtext.naming.QualifiedName name,
                                                                                   org.eclipse.xtext.common.types.JvmFeature feature,
                                                                                   TypeBucket bucket)
      • getReceiverTypeParameterMapping

        protected java.util.Map<org.eclipse.xtext.common.types.JvmTypeParameter,​LightweightMergedBoundTypeArgument> getReceiverTypeParameterMapping()
      • addDescription

        protected void addDescription​(org.eclipse.xtext.naming.QualifiedName name,
                                      org.eclipse.xtext.common.types.JvmFeature feature,
                                      java.util.List<org.eclipse.xtext.resource.IEObjectDescription> result)
        Specified by:
        addDescription in class AbstractStaticOrInstanceFeatureScope