org.eclipse.xtext.service.DefaultRuntimeModule Java Examples

The following examples show how to use org.eclipse.xtext.service.DefaultRuntimeModule. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: N4JSInjectorProvider.java    From n4js with Eclipse Public License 1.0 4 votes vote down vote up
/**
 * Called in constructor to create runtime module, may be overridden in subclasses for derived languages.
 */
protected DefaultRuntimeModule createRuntimeModule() {
	return new N4JSRuntimeModule();
}