blob: a3fcb7600896a6fc636307de84e4858ee8c91fd7 [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.expression;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Increment Or Decrement Postfix Expression</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.ecore.formalml.expression.ExpressionPackage#getIncrementOrDecrementPostfixExpression()
* @model
* @generated
*/
public interface IncrementOrDecrementPostfixExpression extends IncrementOrDecrementExpression {
} // IncrementOrDecrementPostfixExpression