Package jetbrains.mps.lang.dataFlow
Class MPSDataFlow
- java.lang.Object
 - 
- jetbrains.mps.components.ComponentPlugin
 - 
- jetbrains.mps.lang.dataFlow.MPSDataFlow
 
 
 
- 
public class MPSDataFlow extends ComponentPlugin
FIXME Once we re-write reflective classloading in DataFlow with regular language aspect, we unlikely need this component plugin. IMPORTANT: no-op at the moment. I don't want to remove the component plugin yet as I feel we'd need a factory forMPSProgramBuilderregistered here as a discoverable CoreComponent, so that we can get MPSProgramBuilder instance correctly initialized with a LanguageRegistry instance- Since:
 - 3.4
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MPSDataFlow(ClassLoaderManager clManager) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()- 
Methods inherited from class jetbrains.mps.components.ComponentPlugin
dispose, init 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MPSDataFlow
public MPSDataFlow(ClassLoaderManager clManager)
 
 - 
 
- 
Method Detail
- 
init
public void init()
- Overrides:
 initin classComponentPlugin
 
 - 
 
 -