blob: 5faa3be3ba2fba32e6af3d669be060619d84e243 [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.jsp;
import org.eclipse.gmt.modisco.xml.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Java Script</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Eg :
* &#60;script type="text/javascript"&#62; &#60;/script&#62;
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.jsp.JspPackage#getJavaScript()
* @model
* @generated
*/
public interface JavaScript extends Element {
} // JavaScript