blob: ea632ab17c605ca265e5a3b973887414eccd60e5 [file] [log] [blame]
/******************************************************************************
* *
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany) *
* *
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the Eclipse Public License 2.0 *
* which accompanies this distribution, and is available at *
* https://www.eclipse.org/legal/epl-2.0/ *
* *
* SPDX-License-Identifier: EPL-2.0 *
* *
*============================================================================*
* Initial contribution: *
* Loetz GmbH & Co. KG *
* *
* generated by xtext *
******************************************************************************/
package org.eclipse.osbp.xtext.dialogdsl.scoping
import org.eclipse.emf.ecore.EObject
import org.eclipse.emf.ecore.EReference
/**
* This class contains custom scoping description.
*
* see : http://www.eclipse.org/Xtext/documentation.html#scoping
* on how and when to use it
*
*/
class DialogDslScopeProvider extends AbstractDialogDslScopeProvider {
override getScope(EObject context, EReference reference) {
super.getScope(context, reference)
}
}