java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScope
org.contextmapper.tactic.dsl.scoping.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
     
     
    protected
    Scope(org.eclipse.xtext.scoping.IScope parent, boolean ignoreCase)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Iterable<org.eclipse.xtext.resource.IEObjectDescription>
     
    org.eclipse.xtext.scoping.IScope
     
    void
    setElements(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 Details

    • Scope

      public Scope()
    • Scope

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

    • getOuterScope

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

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

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

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