org.eclipse.xtext.xbase.scoping.batch
Interface IBatchScopeProvider

All Superinterfaces:
IScopeProvider
All Known Implementing Classes:
XbaseBatchScopeProvider

public interface IBatchScopeProvider
extends IScopeProvider

Author:
Sebastian Zarnekow - Initial contribution and API TODO JavaDoc, remove ImplementedBy annotation

Method Summary
 IFeatureScopeSession newSession(org.eclipse.emf.ecore.resource.Resource context)
          Returns a preconfigured feature scope session that is aware of implicitly imported types such as CollectionLiterals.
 
Methods inherited from interface org.eclipse.xtext.scoping.IScopeProvider
getScope
 

Method Detail

newSession

IFeatureScopeSession newSession(org.eclipse.emf.ecore.resource.Resource context)
Returns a preconfigured feature scope session that is aware of implicitly imported types such as CollectionLiterals.

Returns:
a new feature scope session. Never null.