org.eclipse.etrice.core
Class AbstractRoomRuntimeModule

java.lang.Object
  extended by DefaultRuntimeModule
      extended by org.eclipse.etrice.core.AbstractRoomRuntimeModule
Direct Known Subclasses:
RoomRuntimeModule

public abstract class AbstractRoomRuntimeModule
extends DefaultRuntimeModule

Manual modifications go to {org.eclipse.etrice.core.RoomRuntimeModule}


Field Summary
protected  java.util.Properties properties
           
 
Constructor Summary
AbstractRoomRuntimeModule()
           
 
Method Summary
 java.lang.Class<? extends org.eclipse.xtext.resource.containers.IAllContainersState.Provider> bindIAllContainersState$Provider()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider> bindIAntlrTokenFileProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.resource.IContainer.Manager> bindIContainer$Manager()
           
 java.lang.Class<? extends org.eclipse.xtext.formatting.IFormatter> bindIFormatter()
           
 java.lang.Class<? extends org.eclipse.xtext.scoping.IGlobalScopeProvider> bindIGlobalScopeProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.IGrammarAccess> bindIGrammarAccess()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.IParser> bindIParser()
           
 java.lang.Class<? extends org.eclipse.xtext.parsetree.reconstr.IParseTreeConstructor> bindIParseTreeConstructor()
           
 java.lang.Class<? extends org.eclipse.xtext.naming.IQualifiedNameProvider> bindIQualifiedNameProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.scoping.IScopeProvider> bindIScopeProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.antlr.ITokenDefProvider> bindITokenDefProvider()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.ITokenToStringConverter> bindITokenToStringConverter()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.antlr.IUnorderedGroupHelper> bindIUnorderedGroupHelper()
           
 java.lang.Class<? extends org.eclipse.xtext.parser.antlr.Lexer> bindLexer()
           
 java.lang.Class<? extends RoomJavaValidator> bindRoomJavaValidator()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected java.util.Properties properties
Constructor Detail

AbstractRoomRuntimeModule

public AbstractRoomRuntimeModule()
Method Detail

configure

public void configure(Binder binder)

configureLanguageName

public void configureLanguageName(Binder binder)

configureFileExtensions

public void configureFileExtensions(Binder binder)

bindIGrammarAccess

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

bindIParseTreeConstructor

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

bindIParser

public java.lang.Class<? extends org.eclipse.xtext.parser.IParser> bindIParser()

bindITokenToStringConverter

public java.lang.Class<? extends org.eclipse.xtext.parser.ITokenToStringConverter> bindITokenToStringConverter()

bindIAntlrTokenFileProvider

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

bindLexer

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

provideInternalRoomLexer

public  provideInternalRoomLexer()

configureRuntimeLexer

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

bindITokenDefProvider

public java.lang.Class<? extends org.eclipse.xtext.parser.antlr.ITokenDefProvider> bindITokenDefProvider()

bindIUnorderedGroupHelper

public java.lang.Class<? extends org.eclipse.xtext.parser.antlr.IUnorderedGroupHelper> bindIUnorderedGroupHelper()

bindRoomJavaValidator


bindIScopeProvider

public java.lang.Class<? extends org.eclipse.xtext.scoping.IScopeProvider> bindIScopeProvider()

configureIScopeProviderDelegate

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

bindIGlobalScopeProvider

public java.lang.Class<? extends org.eclipse.xtext.scoping.IGlobalScopeProvider> bindIGlobalScopeProvider()

configureIgnoreCaseLinking

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

bindIQualifiedNameProvider

public java.lang.Class<? extends org.eclipse.xtext.naming.IQualifiedNameProvider> bindIQualifiedNameProvider()

bindIContainer$Manager

public java.lang.Class<? extends org.eclipse.xtext.resource.IContainer.Manager> bindIContainer$Manager()

bindIAllContainersState$Provider

public java.lang.Class<? extends org.eclipse.xtext.resource.containers.IAllContainersState.Provider> bindIAllContainersState$Provider()

configureIResourceDescriptions

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

configureIResourceDescriptionsBuilderScope

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

bindIFormatter

public java.lang.Class<? extends org.eclipse.xtext.formatting.IFormatter> bindIFormatter()