Class TypeScopes
- java.lang.Object
-
- org.eclipse.xtext.xbase.scoping.batch.DelegatingScopes
-
- org.eclipse.xtext.xbase.scoping.batch.TypeScopes
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider,org.eclipse.xtext.scoping.IScopeProvider
public class TypeScopes extends DelegatingScopes
-
-
Constructor Summary
Constructors Constructor Description TypeScopes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.scoping.IScopecreateTypeScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)org.eclipse.xtext.scoping.IScopecreateTypeScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, IFeatureScopeSession session, IResolvedTypes resolvedTypes)booleanisTypeScope(org.eclipse.emf.ecore.EReference reference)-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.DelegatingScopes
getDelegate, getScope
-
-
-
-
Method Detail
-
isTypeScope
public boolean isTypeScope(org.eclipse.emf.ecore.EReference reference)
-
createTypeScope
public org.eclipse.xtext.scoping.IScope createTypeScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference, IFeatureScopeSession session, IResolvedTypes resolvedTypes)- Parameters:
resolvedTypes- the currently known resolved types
-
createTypeScope
public org.eclipse.xtext.scoping.IScope createTypeScope(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EReference reference)
-
-