blob: 87c7fcf3bb1604f1220fa89bcef2be745d8561bb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/*
* generated by Xtext 2.10.0
*/
package org.eclipse.qvtd.doc;
import org.eclipse.qvtd.doc.linker.CS2ASLinker;
import org.eclipse.xtext.linking.ILinker;
/**
* Use this class to register components to be used at runtime / without the Equinox extension registry.
*/
public class MiniOCLCSRuntimeModule extends AbstractMiniOCLCSRuntimeModule {
@Override
public Class<? extends ILinker> bindILinker() {
return CS2ASLinker.class;
}
}