Class ExpressionScope.DelegateScope
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.AbstractScope
-
- org.eclipse.xtext.xbase.typesystem.internal.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelegateScope(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.StringgetShadowingKey(org.eclipse.xtext.resource.IEObjectDescription description)protected booleanisShadowed(org.eclipse.xtext.resource.IEObjectDescription fromParent)
-
-
-
Method Detail
-
getAllLocalElements
protected java.lang.Iterable<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()
- Specified by:
getAllLocalElementsin classorg.eclipse.xtext.scoping.impl.AbstractScope
-
isShadowed
protected boolean isShadowed(org.eclipse.xtext.resource.IEObjectDescription fromParent)
- Overrides:
isShadowedin classorg.eclipse.xtext.scoping.impl.AbstractScope
-
getShadowingKey
protected java.lang.String getShadowingKey(org.eclipse.xtext.resource.IEObjectDescription description)
-
-