blob: 231833fd275a9568aa46d7fb2d8a0cbf7c6c265c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 1C-Soft LLC 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:
* Vladimir Piskarev (1C) - initial API and implementation
*******************************************************************************/
package org.eclipse.handly.model;
/**
* Represents elements that may have associated source code.
* The children are of type {@link ISourceConstruct} and appear
* in declaration order.
*
* @see IElement
*/
public interface ISourceElement
extends IElement
{
/*
* Implementors of this interface must also implement ISourceElementImpl.
*/
}