Class AbstractStandaloneSetup
java.lang.Object
com._1c.g5.modeling.xtext.service.AbstractStandaloneSetup
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
MdStandaloneSetup
Abstract implementation of
ISetup.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.Injectorcom.google.inject.Injectorprotected abstract AbstractRuntimeModuleReturns specific runtime module.voidregister(com.google.inject.Injector injector) void
-
Constructor Details
-
AbstractStandaloneSetup
public AbstractStandaloneSetup()
-
-
Method Details
-
createInjectorAndDoEMFRegistration
public com.google.inject.Injector createInjectorAndDoEMFRegistration()- Specified by:
createInjectorAndDoEMFRegistrationin interfaceorg.eclipse.xtext.ISetup
-
registerDefaultEPackages
public void registerDefaultEPackages() -
createInjector
public com.google.inject.Injector createInjector() -
register
public void register(com.google.inject.Injector injector) -
getRuntimeModule
Returns specific runtime module.- Returns:
- specific runtime module.
-