blob: 1deb6e4bea084d5fae988f9bb594e8953a5c8c15 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Obeo.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.acceleo.aql.location;
/**
* TODO: do something similar as in {@link AcceleoDefinitionLocator} but locate the *declaration* instead of
* the *definition* of the ast nodes.
*
* @author Florent Latombe
*/
public class AcceleoDeclarationLocator {
}