Class MPSCore

  • All Implemented Interfaces:
    ComponentHost

    public final class MPSCore
    extends ComponentPlugin
    implements ComponentHost
    Core MPS functionality layer. Non-instantiable now, the only way to create MPS is via jetbrains.mps.core.platform.PlatformFactory. XXX Now is the only reasonable ComponentHost implementation, although any ComponentPlugin could be CH (and do this in a generic way, just need to record initialized instances and look them up in ComponentHost.findComponent(Class) implementation.