Class UmalIdeSetup

java.lang.Object
org.eclipse.xtext.uma.UmalStandaloneSetupGenerated
org.eclipse.xtext.uma.UmalStandaloneSetup
org.eclipse.xtext.uma.ide.UmalIdeSetup
All Implemented Interfaces:
org.eclipse.xtext.ISetup

public class UmalIdeSetup
extends UmalStandaloneSetup
Initialization support for running Xtext languages as language servers.
  • Constructor Summary

    Constructors
    Constructor Description
    UmalIdeSetup()  
  • Method Summary

    Modifier and Type Method Description
    com.google.inject.Injector createInjector()  

    Methods inherited from class org.eclipse.xtext.uma.UmalStandaloneSetup

    doSetup

    Methods inherited from class org.eclipse.xtext.uma.UmalStandaloneSetupGenerated

    createInjectorAndDoEMFRegistration, register

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UmalIdeSetup

      public UmalIdeSetup()
  • Method Details

    • createInjector

      public com.google.inject.Injector createInjector()
      Overrides:
      createInjector in class org.eclipse.xtext.uma.UmalStandaloneSetupGenerated