blob: 87105c836037e31f25efbbb05f8f90738d6a5037 [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.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.gmt.modisco.xml.emf.impl.ElementImpl;
import org.eclipse.modisco.jee.jsp.JavaScript;
import org.eclipse.modisco.jee.jsp.JspPackage;
/**
* <!-- begin-user-doc --> An implementation of the model object '
* <em><b>Java Script</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class JavaScriptImpl extends ElementImpl implements JavaScript {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected JavaScriptImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return JspPackage.Literals.JAVA_SCRIPT;
}
} // JavaScriptImpl