Class Scope
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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
-
getAllLocalElements
- Specified by:
getAllLocalElements
in classorg.eclipse.xtext.scoping.impl.AbstractScope
-