org.eclipse.xtext.xbase.scoping.batch
Class FeatureScopeSessionWithDynamicExtensions

java.lang.Object
  extended by org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
      extended by org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSession
          extended by org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSessionWithDynamicExtensions
All Implemented Interfaces:
IFeatureScopeSession

public class FeatureScopeSessionWithDynamicExtensions
extends FeatureScopeSession

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
FeatureScopeSessionWithDynamicExtensions(AbstractFeatureScopeSession parent, FeatureScopeProvider featureScopeProvider, JvmIdentifiableElement baseElement, java.util.List<XExpression> extensionProviders)
           
 
Method Summary
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.FeatureScopeSession
addLocalElements, getFeatureScopeProvider, getId, getLocalElement, getParent, getScopeProvider, getStaticallyImportedExtensionTypes, getStaticallyImportedTypes
 
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractFeatureScopeSession
addLocalElement, addLocalElements, addToExtensionScope, addTypesToStaticScope, createFeatureCallScope, getLocalElements, getScope, recursiveInitialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureScopeSessionWithDynamicExtensions

public FeatureScopeSessionWithDynamicExtensions(AbstractFeatureScopeSession parent,
                                                FeatureScopeProvider featureScopeProvider,
                                                JvmIdentifiableElement baseElement,
                                                java.util.List<XExpression> extensionProviders)