public class DefaultGlobalScopeProvider extends AbstractGlobalScopeProvider
Constructor and Description |
---|
DefaultGlobalScopeProvider() |
Modifier and Type | Method and Description |
---|---|
protected IScope |
createContainerScope(IScope parent,
IContainer container,
com.google.common.base.Predicate<IEObjectDescription> filter,
org.eclipse.emf.ecore.EClass type,
boolean ignoreCase) |
protected IScope |
createContainerScopeWithContext(org.eclipse.emf.ecore.resource.Resource eResource,
IScope parent,
IContainer container,
com.google.common.base.Predicate<IEObjectDescription> filter,
org.eclipse.emf.ecore.EClass type,
boolean ignoreCase) |
protected java.lang.String |
getCacheKey(java.lang.String base,
org.eclipse.emf.ecore.resource.ResourceSet context) |
protected IScope |
getScope(IScope parent,
org.eclipse.emf.ecore.resource.Resource context,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass type,
com.google.common.base.Predicate<IEObjectDescription> filter) |
protected IScope |
getScope(org.eclipse.emf.ecore.resource.Resource context,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass type,
com.google.common.base.Predicate<IEObjectDescription> filter) |
protected java.util.List<IContainer> |
getVisibleContainers(org.eclipse.emf.ecore.resource.Resource resource) |
getResourceDescriptions, getScope, getScope, isIgnoreCase, setCaseInsensitivityHelper, setResourceDescriptionsProvider
protected IScope getScope(IScope parent, org.eclipse.emf.ecore.resource.Resource context, boolean ignoreCase, org.eclipse.emf.ecore.EClass type, com.google.common.base.Predicate<IEObjectDescription> filter)
protected IScope getScope(org.eclipse.emf.ecore.resource.Resource context, boolean ignoreCase, org.eclipse.emf.ecore.EClass type, com.google.common.base.Predicate<IEObjectDescription> filter)
getScope
in class AbstractGlobalScopeProvider
protected java.util.List<IContainer> getVisibleContainers(org.eclipse.emf.ecore.resource.Resource resource)
protected java.lang.String getCacheKey(java.lang.String base, org.eclipse.emf.ecore.resource.ResourceSet context)
protected IScope createContainerScopeWithContext(org.eclipse.emf.ecore.resource.Resource eResource, IScope parent, IContainer container, com.google.common.base.Predicate<IEObjectDescription> filter, org.eclipse.emf.ecore.EClass type, boolean ignoreCase)
protected IScope createContainerScope(IScope parent, IContainer container, com.google.common.base.Predicate<IEObjectDescription> filter, org.eclipse.emf.ecore.EClass type, boolean ignoreCase)