Class Scope

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

    public class Scope
    extends org.eclipse.xtext.scoping.impl.AbstractScope
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.scoping.impl.AbstractScope

        org.eclipse.xtext.scoping.impl.AbstractScope.ParentIterable
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.scoping.IScope

        NULLSCOPE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Scope()  
      protected Scope​(org.eclipse.xtext.scoping.IScope parent, boolean ignoreCase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()  
      org.eclipse.xtext.scoping.IScope getOuterScope()  
      void setElements​(java.util.List<org.eclipse.xtext.resource.IEObjectDescription> elements)  
      void setOuterScope​(org.eclipse.xtext.scoping.IScope outer)  
      • Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope

        getAllElements, getElements, getElements, getLocalElementsByEObject, getLocalElementsByName, getParent, getParentElements, getSingleElement, getSingleElement, getSingleLocalElementByName, isIgnoreCase, isShadowed, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Scope

        public Scope()
      • Scope

        protected Scope​(org.eclipse.xtext.scoping.IScope parent,
                        boolean ignoreCase)
    • Method Detail

      • getOuterScope

        public org.eclipse.xtext.scoping.IScope getOuterScope()
      • setOuterScope

        public void setOuterScope​(org.eclipse.xtext.scoping.IScope outer)
      • setElements

        public void setElements​(java.util.List<org.eclipse.xtext.resource.IEObjectDescription> elements)
      • getAllLocalElements

        protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()
        Specified by:
        getAllLocalElements in class org.eclipse.xtext.scoping.impl.AbstractScope