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