Class ExpressionScope.DelegateScope

  • All Implemented Interfaces:
    org.eclipse.xtext.scoping.IScope
    Enclosing class:
    ExpressionScope

    public static class ExpressionScope.DelegateScope
    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
      protected DelegateScope​(org.eclipse.xtext.scoping.IScope parent, org.eclipse.xtext.scoping.IScope delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()  
      protected java.lang.String getShadowingKey​(org.eclipse.xtext.resource.IEObjectDescription description)  
      protected boolean isShadowed​(org.eclipse.xtext.resource.IEObjectDescription fromParent)  
      • Methods inherited from class org.eclipse.xtext.scoping.impl.AbstractScope

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

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

      • DelegateScope

        protected DelegateScope​(org.eclipse.xtext.scoping.IScope parent,
                                org.eclipse.xtext.scoping.IScope delegate)
    • Method Detail

      • getAllLocalElements

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

        protected boolean isShadowed​(org.eclipse.xtext.resource.IEObjectDescription fromParent)
        Overrides:
        isShadowed in class org.eclipse.xtext.scoping.impl.AbstractScope
      • getShadowingKey

        protected java.lang.String getShadowingKey​(org.eclipse.xtext.resource.IEObjectDescription description)