de.cau.cs.kieler.kiml.graphviz.dot
Class AbstractGraphvizDotRuntimeModule
java.lang.Object
org.eclipse.xtext.service.AbstractGenericModule
org.eclipse.xtext.service.DefaultRuntimeModule
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

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 |
AbstractGraphvizDotRuntimeModule
public AbstractGraphvizDotRuntimeModule()
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