org.eclipse.xtext.ui.codetemplates
Class CodetemplatesRuntimeModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.service.DefaultRuntimeModule
          extended by org.eclipse.xtext.ui.codetemplates.AbstractCodetemplatesRuntimeModule
              extended by org.eclipse.xtext.ui.codetemplates.CodetemplatesRuntimeModule
All Implemented Interfaces:
com.google.inject.Module

public class CodetemplatesRuntimeModule
extends AbstractCodetemplatesRuntimeModule

Use this class to register components to be used at runtime / without the Equinox extension registry.


Field Summary
 
Fields inherited from class org.eclipse.xtext.ui.codetemplates.AbstractCodetemplatesRuntimeModule
properties
 
Constructor Summary
CodetemplatesRuntimeModule()
           
 
Method Summary
 java.lang.Class<? extends IPartialParsingHelper> bindIPartialParserHelper()
           
 java.lang.Class<? extends STRINGValueConverter> bindSTRINGValueConverter()
           
 
Methods inherited from class org.eclipse.xtext.ui.codetemplates.AbstractCodetemplatesRuntimeModule
bindCodetemplatesJavaValidator, bindIAllContainersState$Provider, bindIAntlrTokenFileProvider, bindIContainer$Manager, bindIFormatter, bindIGlobalScopeProvider, bindIGrammarAccess, bindIParser, bindIParseTreeConstructor, bindIQualifiedNameProvider, bindIScopeProvider, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, configure, configureFileExtensions, configureIgnoreCaseLinking, configureIResourceDescriptions, configureIResourceDescriptionsBuilderScope, configureIScopeProviderDelegate, configureLanguageName, configureRuntimeLexer, provideInternalCodetemplatesLexer
 
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIFragmentProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindISemanticSequencer, bindISerializer, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindXtextResource, bindXtextResourceSet, configureGenericSemanticSequencer, configureIResourceDescriptionsLiveScope, configureLinkingIScopeProvider, configureRuntimeEncodingProvider, provideIEncodingProvider
 
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, getBindings, tryBindProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodetemplatesRuntimeModule

public CodetemplatesRuntimeModule()
Method Detail

bindSTRINGValueConverter

public java.lang.Class<? extends STRINGValueConverter> bindSTRINGValueConverter()

bindIPartialParserHelper

public java.lang.Class<? extends IPartialParsingHelper> bindIPartialParserHelper()
Overrides:
bindIPartialParserHelper in class DefaultRuntimeModule