Class RepoLangStandaloneIdeSetup
- java.lang.Object
-
- com.palladiosimulator.textual.repository.RepoLangStandaloneSetupGenerated
-
- com.palladiosimulator.textual.repository.RepoLangStandaloneSetup
-
- com.palladiosimulator.textual.repository.ide.RepoLangStandaloneIdeSetup
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
public class RepoLangStandaloneIdeSetup extends RepoLangStandaloneSetup
Initialization support for running Xtext languages as language servers.
-
-
Constructor Summary
Constructors Constructor Description RepoLangStandaloneIdeSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.Injector
createInjector()
-
Methods inherited from class com.palladiosimulator.textual.repository.RepoLangStandaloneSetup
doSetup, register
-
Methods inherited from class com.palladiosimulator.textual.repository.RepoLangStandaloneSetupGenerated
createInjectorAndDoEMFRegistration
-
-
-
-
Method Detail
-
createInjector
public com.google.inject.Injector createInjector()
- Overrides:
createInjector
in classRepoLangStandaloneSetup
-
-