Class StoexStandaloneSetup
- java.lang.Object
-
- org.palladiosimulator.commons.stoex.StoexStandaloneSetupGenerated
-
- org.palladiosimulator.commons.stoex.StoexStandaloneSetup
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
StoexIdeSetup
public class StoexStandaloneSetup extends StoexStandaloneSetupGenerated
Initialization support for running Xtext languages without Equinox extension registry.
-
-
Constructor Summary
Constructors Constructor Description StoexStandaloneSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
doSetup()
void
register(com.google.inject.Injector injector)
-
Methods inherited from class org.palladiosimulator.commons.stoex.StoexStandaloneSetupGenerated
createInjector, createInjectorAndDoEMFRegistration
-
-
-
-
Method Detail
-
doSetup
public static void doSetup()
-
register
public void register(com.google.inject.Injector injector)
- Overrides:
register
in classStoexStandaloneSetupGenerated
-
-