001/**
002 */
003package org.nasdanika.html.model.html.impl;
004
005import org.eclipse.emf.ecore.EClass;
006
007import org.nasdanika.exec.content.impl.FilterImpl;
008
009import org.nasdanika.html.model.html.HtmlPackage;
010import org.nasdanika.html.model.html.Script;
011
012/**
013 * <!-- begin-user-doc -->
014 * An implementation of the model object '<em><b>Script</b></em>'.
015 * <!-- end-user-doc -->
016 *
017 * @generated
018 */
019public class ScriptImpl extends FilterImpl implements Script {
020        /**
021         * <!-- begin-user-doc -->
022         * <!-- end-user-doc -->
023         * @generated
024         */
025        protected ScriptImpl() {
026                super();
027        }
028
029        /**
030         * <!-- begin-user-doc -->
031         * <!-- end-user-doc -->
032         * @generated
033         */
034        @Override
035        protected EClass eStaticClass() {
036                return HtmlPackage.Literals.SCRIPT;
037        }
038
039} //ScriptImpl