de.cau.cs.kieler.kiml.graphviz.dot
Class GraphvizDotRuntimeModule

java.lang.Object
  extended by org.eclipse.xtext.service.AbstractGenericModule
      extended by org.eclipse.xtext.service.DefaultRuntimeModule
          extended by de.cau.cs.kieler.kiml.graphviz.dot.AbstractGraphvizDotRuntimeModule
              extended by de.cau.cs.kieler.kiml.graphviz.dot.GraphvizDotRuntimeModule
All Implemented Interfaces:
com.google.inject.Module

public class GraphvizDotRuntimeModule
extends AbstractGraphvizDotRuntimeModule

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

Rating red

Constructor Summary
GraphvizDotRuntimeModule()
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.kiml.graphviz.dot.AbstractGraphvizDotRuntimeModule
bindIAntlrParser, bindIAntlrTokenFileProvider, bindIGrammarAccess, bindIParseTreeConstructor, bindITokenDefProvider, bindITokenToStringConverter, bindLexer, bindProperties, configure, configureRuntimeLexer, provideInternalGraphvizDotLexer
 
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIContainer$Manager, bindIFormatter, bindIFragmentProvider, bindIGlobalScopeProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIParser, bindIPartialParserHelper, bindIQualifiedNameProvider, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindIScopeProvider, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindSerializerUtil, bindXtextResource, bindXtextResourceSet, configureIResourceDescriptions, configureIResourceDescriptionsBuilderScope, 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

GraphvizDotRuntimeModule

public GraphvizDotRuntimeModule()