org.eclipse.xtend.core
Class XtendStandaloneSetup

java.lang.Object
  extended by org.eclipse.xtend.core.XtendStandaloneSetupGenerated
      extended by org.eclipse.xtend.core.XtendStandaloneSetup
All Implemented Interfaces:
ISetup

public class XtendStandaloneSetup
extends XtendStandaloneSetupGenerated

Initialization support for running Xtext languages without equinox extension registry


Constructor Summary
XtendStandaloneSetup()
           
 
Method Summary
 com.google.inject.Injector createInjectorAndDoEMFRegistration()
           
static void doSetup()
           
 
Methods inherited from class org.eclipse.xtend.core.XtendStandaloneSetupGenerated
createInjector, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendStandaloneSetup

public XtendStandaloneSetup()
Method Detail

createInjectorAndDoEMFRegistration

public com.google.inject.Injector createInjectorAndDoEMFRegistration()
Specified by:
createInjectorAndDoEMFRegistration in interface ISetup
Overrides:
createInjectorAndDoEMFRegistration in class XtendStandaloneSetupGenerated

doSetup

public static void doSetup()