Class TypeScopes

  • All Implemented Interfaces:
    org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider, org.eclipse.xtext.scoping.IScopeProvider

    public class TypeScopes
    extends DelegatingScopes
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeScopes()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.scoping.IScope createTypeScope​(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)  
      org.eclipse.xtext.scoping.IScope createTypeScope​(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, IFeatureScopeSession session, IResolvedTypes resolvedTypes)  
      boolean isTypeScope​(org.eclipse.emf.ecore.EReference reference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider

        setWrapper
    • Constructor Detail

      • TypeScopes

        public TypeScopes()
    • Method Detail

      • isTypeScope

        public boolean isTypeScope​(org.eclipse.emf.ecore.EReference reference)
      • createTypeScope

        public org.eclipse.xtext.scoping.IScope createTypeScope​(org.eclipse.emf.ecore.EObject context,
                                                                org.eclipse.emf.ecore.EReference reference,
                                                                IFeatureScopeSession session,
                                                                IResolvedTypes resolvedTypes)
        Parameters:
        resolvedTypes - the currently known resolved types
      • createTypeScope

        public org.eclipse.xtext.scoping.IScope createTypeScope​(org.eclipse.emf.ecore.EObject context,
                                                                org.eclipse.emf.ecore.EReference reference)