org.eclipse.xtext.xtend2
Class Xtend2StandaloneSetup

java.lang.Object
  extended by org.eclipse.xtext.xtend2.Xtend2StandaloneSetupGenerated
      extended by org.eclipse.xtext.xtend2.Xtend2StandaloneSetup
All Implemented Interfaces:
ISetup

public class Xtend2StandaloneSetup
extends Xtend2StandaloneSetupGenerated

Initialization support for running Xtext languages without equinox extension registry


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

Constructor Detail

Xtend2StandaloneSetup

public Xtend2StandaloneSetup()
Method Detail

createInjectorAndDoEMFRegistration

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

doSetup

public static void doSetup()