blob: afe7737df33003e33c1d09783bef78184195104b [file] [log] [blame]
/**
* Copyright (c) 2016 Willink Transformations, Univesity of York 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*/
package delphi.impl;
import delphi.DelphiPackage;
import delphi.conditionalStmt;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>conditional Stmt</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class conditionalStmtImpl extends structStmtImpl implements conditionalStmt {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected conditionalStmtImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return DelphiPackage.Literals.CONDITIONAL_STMT;
}
} //conditionalStmtImpl