Class EventHandlersGlobalScopeProvider

  • All Implemented Interfaces:
    org.eclipse.xtext.scoping.IGlobalScopeProvider

    public class EventHandlersGlobalScopeProvider
    extends PlatformAwareGlobalScopeProvider
    Global scope provider for event handlers plugin.
    • Constructor Detail

      • EventHandlersGlobalScopeProvider

        public EventHandlersGlobalScopeProvider()
    • Method Detail

      • getDefaultGlobalScope

        protected org.eclipse.xtext.scoping.IScope getDefaultGlobalScope​(org.eclipse.xtext.scoping.IScope parent,
                                                                         org.eclipse.emf.ecore.resource.Resource resource,
                                                                         org.eclipse.emf.ecore.EReference reference,
                                                                         com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription> filter)
        Description copied from class: PlatformAwareGlobalScopeProvider
        Returns a default global scope for the given parent scope and the given context.
        Overrides:
        getDefaultGlobalScope in class PlatformAwareGlobalScopeProvider
        Parameters:
        parent - the parent scope
        resource - the resource from which the global scope is looked at.
        reference - the reference for which to construct a global scope.
        filter - a filter used to filter down the elements contained in each scope. Scopes will only contain elements for which the filter returned true.
        Returns:
        the resulting default global scope. Can't be null.