Class DelegatingScopes
- java.lang.Object
-
- org.eclipse.xtext.xbase.scoping.batch.DelegatingScopes
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider,org.eclipse.xtext.scoping.IScopeProvider
- Direct Known Subclasses:
TypeScopes
public class DelegatingScopes extends java.lang.Object implements org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
-
-
Constructor Summary
Constructors Constructor Description DelegatingScopes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeProvidergetDelegate()org.eclipse.xtext.scoping.IScopegetScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
-
-
-
Method Detail
-
getDelegate
public org.eclipse.xtext.scoping.IScopeProvider getDelegate()
- Specified by:
getDelegatein interfaceorg.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
-
getScope
public org.eclipse.xtext.scoping.IScope getScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)- Specified by:
getScopein interfaceorg.eclipse.xtext.scoping.IScopeProvider- Since:
- 2.29
-
-