org.eclipse.xtext
Class XtextStandaloneSetup

java.lang.Object
  extended by org.eclipse.xtext.XtextStandaloneSetupGenerated
      extended by org.eclipse.xtext.XtextStandaloneSetup
All Implemented Interfaces:
ISetup

public class XtextStandaloneSetup
extends XtextStandaloneSetupGenerated

Initialization support for running Xtext languages without equinox extension registry


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

Constructor Detail

XtextStandaloneSetup

public XtextStandaloneSetup()
Method Detail

doSetup

public static void doSetup()

register

public void register(com.google.inject.Injector injector)
Overrides:
register in class XtextStandaloneSetupGenerated