| Modifier and type | Field and description |
|---|---|
| public static val java.lang.String | SARL_INJECTOR_NAME
Name that represents the SARL injector. |
| Modifier and type | Action and description |
|---|---|
| void | configure(Binder) |
| IExtraLanguageContributions | providesExtraLanguageContributions(Provider<T>)
Provides the extra-language contributions to the SARL compiler. |
| com.google.inject.Injector | providesSarlCompilerInjector
Provides the SARL injector that is based on Google Guice (not on Bootique injector). |
public static val SARL_INJECTOR_NAME : java.lang.String = "io.sarl.lang.compiler"
new
def configure(Binder)
def providesExtraLanguageContributions(Provider<T>) : IExtraLanguageContributions
def providesSarlCompilerInjector : com.google.inject.Injector