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

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
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
GraphvizDotRuntimeModule

public abstract class AbstractGraphvizDotRuntimeModule
extends org.eclipse.xtext.service.DefaultRuntimeModule

Manual modifications go to {de.cau.cs.kieler.kiml.graphviz.dot.GraphvizDotRuntimeModule}

Rating red

Constructor Summary
AbstractGraphvizDotRuntimeModule()
           
 
Method Summary
 Class<? extends org.eclipse.xtext.parser.antlr.IAntlrParser> bindIAntlrParser()
           
 Class<? extends org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider> bindIAntlrTokenFileProvider()
           
 Class<? extends org.eclipse.xtext.IGrammarAccess> bindIGrammarAccess()
           
 Class<? extends org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor> bindIParseTreeConstructor()
           
 Class<? extends org.eclipse.xtext.parser.antlr.ITokenDefProvider> bindITokenDefProvider()
           
 Class<? extends org.eclipse.xtext.parser.ITokenToStringConverter> bindITokenToStringConverter()
           
 Class<? extends org.eclipse.xtext.parser.antlr.Lexer> bindLexer()
           
protected  void bindProperties(com.google.inject.Binder binder)
           
 void configure(com.google.inject.Binder binder)
           
 void configureRuntimeLexer(com.google.inject.Binder binder)
           
 com.google.inject.Provider<InternalGraphvizDotLexer> provideInternalGraphvizDotLexer()
           
 
Methods inherited from class org.eclipse.xtext.service.DefaultRuntimeModule
bindConcreteSyntaxValidator, bindDiagnostician, bindEPackageRegistry, bindEValidatorRegistry, bindIAstFactory, bindIContainer$Manager, bindIFormatter, bindIFragmentProvider, bindIGlobalScopeProvider, bindILinker, bindILinkingService, bindILocationInFileProvider, bindINodeModelFormatter, bindIParseResultFactory, bindIPartialParserHelper, bindIQualifiedNameProvider, bindIResourceFactory, bindIResourceServiceProvider$Registry, bindIScopeProvider, bindISwitchingParser, bindITransientValueService, bindIValueConverterService, bindResourceSet, bindSerializerUtil, bindXtextResource, configureIResourceDescriptions, configureIResourceDescriptionsBuilderScope, configureRuntimeEncodingProvider, provideIEncodingProvider
 
Methods inherited from class org.eclipse.xtext.service.AbstractGenericModule
bindProperties, getBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGraphvizDotRuntimeModule

public AbstractGraphvizDotRuntimeModule()
Method Detail

configure

public void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module
Overrides:
configure in class org.eclipse.xtext.service.DefaultRuntimeModule

bindProperties

protected void bindProperties(com.google.inject.Binder binder)

bindIGrammarAccess

public Class<? extends org.eclipse.xtext.IGrammarAccess> bindIGrammarAccess()

bindIParseTreeConstructor

public Class<? extends org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor> bindIParseTreeConstructor()

bindIAntlrParser

public Class<? extends org.eclipse.xtext.parser.antlr.IAntlrParser> bindIAntlrParser()

bindITokenToStringConverter

public Class<? extends org.eclipse.xtext.parser.ITokenToStringConverter> bindITokenToStringConverter()
Overrides:
bindITokenToStringConverter in class org.eclipse.xtext.service.DefaultRuntimeModule

bindIAntlrTokenFileProvider

public Class<? extends org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider> bindIAntlrTokenFileProvider()

bindLexer

public Class<? extends org.eclipse.xtext.parser.antlr.Lexer> bindLexer()

provideInternalGraphvizDotLexer

public com.google.inject.Provider<InternalGraphvizDotLexer> provideInternalGraphvizDotLexer()

configureRuntimeLexer

public void configureRuntimeLexer(com.google.inject.Binder binder)

bindITokenDefProvider

public Class<? extends org.eclipse.xtext.parser.antlr.ITokenDefProvider> bindITokenDefProvider()
Overrides:
bindITokenDefProvider in class org.eclipse.xtext.service.DefaultRuntimeModule