public class TypeScopes extends DelegatingScopes
| Constructor and Description |
|---|
TypeScopes() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.scoping.IScope |
createTypeScope(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference) |
org.eclipse.xtext.scoping.IScope |
createTypeScope(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference,
IFeatureScopeSession session,
IResolvedTypes resolvedTypes) |
boolean |
isTypeScope(org.eclipse.emf.ecore.EReference reference) |
getDelegatepublic boolean isTypeScope(org.eclipse.emf.ecore.EReference reference)
public org.eclipse.xtext.scoping.IScope createTypeScope(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference,
IFeatureScopeSession session,
IResolvedTypes resolvedTypes)
resolvedTypes - the currently known resolved typespublic org.eclipse.xtext.scoping.IScope createTypeScope(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference)