blob: 6ca8f88d82d5894c86086fe68f6e5455bbc235f7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2020 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.qvtd.xtext.qvtbase.ui.outline;
import org.eclipse.ocl.xtext.essentialocl.ui.outline.EssentialOCLOutlineTreeProvider;
/**
* customization of the default outline structure
*
*/
public class QVTbaseOutlineTreeProvider extends EssentialOCLOutlineTreeProvider
{
// protected void _createNode(IOutlineNode parentNode, PredicateCS csPredicate) {
// createNode(parentNode, csPredicate.getExpr());
// }
}