Class BlangDslIdeSetup

java.lang.Object
ca.ubc.stat.blang.BlangDslStandaloneSetupGenerated
ca.ubc.stat.blang.BlangDslStandaloneSetup
ca.ubc.stat.blang.ide.BlangDslIdeSetup
All Implemented Interfaces:
org.eclipse.xtext.ISetup

public class BlangDslIdeSetup
extends ca.ubc.stat.blang.BlangDslStandaloneSetup
Initialization support for running Xtext languages as language servers.
  • Constructor Summary

    Constructors
    Constructor Description
    BlangDslIdeSetup()  
  • Method Summary

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

    Methods inherited from class ca.ubc.stat.blang.BlangDslStandaloneSetup

    doSetup

    Methods inherited from class ca.ubc.stat.blang.BlangDslStandaloneSetupGenerated

    createInjectorAndDoEMFRegistration, register

    Methods inherited from class java.lang.Object

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

    • BlangDslIdeSetup

      public BlangDslIdeSetup()
  • Method Details

    • createInjector

      public com.google.inject.Injector createInjector()
      Overrides:
      createInjector in class ca.ubc.stat.blang.BlangDslStandaloneSetupGenerated