blob: 800db07874fa8a230becf661bb28ba401f98dc68 [file] [log] [blame]
/**
* Copyright (c) 2020 CEA LIST.
*
* 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\n\nContributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and Implementation
*/
package org.eclipse.efm.ecore.formalml.statement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Do While Statement</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.ecore.formalml.statement.StatementPackage#getDoWhileStatement()
* @model
* @generated
*/
public interface DoWhileStatement extends ConditionalBlockStatement {
} // DoWhileStatement