Class NestedTypesScope

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

    public class NestedTypesScope
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addDescriptions​(org.eclipse.xtext.common.types.JvmDeclaredType type, org.eclipse.xtext.common.types.JvmType declarator, java.util.List<org.eclipse.xtext.resource.IEObjectDescription> result)  
      protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()  
      protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getLocalElementsByName​(org.eclipse.xtext.naming.QualifiedName name)  
      • Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope

        getAllElements, getElements, getElements, getLocalElementsByEObject, 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

      • NestedTypesScope

        public NestedTypesScope​(org.eclipse.xtext.scoping.IScope parent,
                                IFeatureScopeSession session)
    • Method Detail

      • getAllLocalElements

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

        protected void addDescriptions​(org.eclipse.xtext.common.types.JvmDeclaredType type,
                                       org.eclipse.xtext.common.types.JvmType declarator,
                                       java.util.List<org.eclipse.xtext.resource.IEObjectDescription> result)
      • getLocalElementsByName

        protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getLocalElementsByName​(org.eclipse.xtext.naming.QualifiedName name)
        Overrides:
        getLocalElementsByName in class org.eclipse.xtext.scoping.impl.AbstractScope