public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return DSLPoliciesScopeProvider.class; }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return PureXbaseScopeProvider.class; }
@Override public IBatchScopeProvider getBatchScopeProvider() { return super.getBatchScopeProvider(); }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return XbaseBatchScopeProvider.class; }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return XbaseWithAnnotationsBatchScopeProvider.class; }
protected IBatchScopeProvider getBatchScopeProvider() { return batchScopeProvider; }
@Override public Class<? extends IScopeProvider> bindIScopeProvider() { return IBatchScopeProvider.class; }
@Override public void configureLinkingIScopeProvider(com.google.inject.Binder binder) { binder.bind(org.eclipse.xtext.scoping.IScopeProvider.class).annotatedWith(org.eclipse.xtext.linking.LinkingScopeProviderBinding.class) .to(org.eclipse.xtext.xbase.scoping.batch.IBatchScopeProvider.class); }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return Bug462047LangScopeProvider.class; }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return XImportSectionTestLangScopeProvider.class; }
public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() { return ContentAssistFragmentTestLangScopeProvider.class; }