org.mod4j.dsl.service.xtext
Class ServiceRuntimeModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.service.DefaultRuntimeModule
          extended by org.mod4j.dsl.service.xtext.AbstractServiceRuntimeModule
              extended by org.mod4j.dsl.service.xtext.ServiceRuntimeModule
All Implemented Interfaces:
com.google.inject.Module

public class ServiceRuntimeModule
extends AbstractServiceRuntimeModule

Use this class to register components to be used within the IDE.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.service.AbstractGenericModule.Binding
 
Constructor Summary
ServiceRuntimeModule()
           
 
Method Summary
 java.lang.Class<? extends ServiceCheckValidator> bindServiceCheckValidator()
           
 
Methods inherited from class org.mod4j.dsl.service.xtext.AbstractServiceRuntimeModule
bindClassLoaderToInstance, bindExecutionContext, bindIAntlrParser, bindIAntlrTokenFileProvider, bindIFormatter, bindIGrammarAccess, bindIParseTreeConstructor, bindIScopeProvider, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, bindResourceManager, bindServiceJavaValidator, configure
 
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindICrossReferenceSerializer, bindIFragmentProvider, bindIHiddenTokenMerger, bindILinker, bindILinkingService, bindINodeModelFormatter, bindIParseResultFactory, bindIResourceFactory, bindISwitchingParser, bindITransientValueService, bindIUnassignedTextSerializer, bindIValueConverterService, bindSerializerUtil, bindXtextResource
 
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
getBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRuntimeModule

public ServiceRuntimeModule()
Method Detail

bindServiceCheckValidator

public java.lang.Class<? extends ServiceCheckValidator> bindServiceCheckValidator()
Overrides:
bindServiceCheckValidator in class AbstractServiceRuntimeModule


Copyright © 2010 Mod4j. All Rights Reserved.