Class RepoLangStandaloneModule
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractGenericModule
-
- org.eclipse.xtext.service.DefaultRuntimeModule
-
- com.palladiosimulator.textual.repository.AbstractRepoLangRuntimeModule
-
- com.palladiosimulator.textual.repository.RepoLangRuntimeModule
-
- com.palladiosimulator.textual.repository.RepoLangStandaloneModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class RepoLangStandaloneModule extends RepoLangRuntimeModule
-
-
Field Summary
-
Fields inherited from class com.palladiosimulator.textual.repository.AbstractRepoLangRuntimeModule
properties
-
-
Constructor Summary
Constructors Constructor Description RepoLangStandaloneModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.eclipse.xtext.scoping.IGlobalScopeProvider>
bindIGlobalScopeProvider()
-
Methods inherited from class com.palladiosimulator.textual.repository.RepoLangRuntimeModule
bindIQualifiedNameProvider
-
Methods inherited from class com.palladiosimulator.textual.repository.AbstractRepoLangRuntimeModule
bindClassLoaderToInstance, bindIAllContainersState$Provider, bindIAntlrTokenFileProvider, bindIContainer$Manager, bindIGenerator2, bindIGrammarAccess, bindIParser, bindIScopeProvider, bindISemanticSequencer, bindISerializer, bindISyntacticSequencer, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, bindRepoLangValidator, configure, configureFileExtensions, configureIgnoreCaseLinking, configureIResourceDescriptions, configureIResourceDescriptionsPersisted, configureIScopeProviderDelegate, configureLanguageName, configureRuntimeLexer, provideInternalRepoLangLexer
-
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIFormatter, bindIFragmentProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIPartialParserHelper, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindRuntimeEncodingProvider, bindXtextResource, bindXtextResourceSet, configureGenericSemanticSequencer, configureIResourceDescriptionsBuilderScope, configureIResourceDescriptionsLiveScope, configureIsAffectedExtensions, configureLinkingIScopeProvider, configureRuntimeEncodingProvider, configureSerializerIScopeProvider, configureUseIndexFragmentsForLazyLinking, provideIEncodingProvider
-
-
-
-
Method Detail
-
bindIGlobalScopeProvider
public Class<? extends org.eclipse.xtext.scoping.IGlobalScopeProvider> bindIGlobalScopeProvider()
- Overrides:
bindIGlobalScopeProvider
in classRepoLangRuntimeModule
-
-