blob: 42b594ca1d23f0d470e7b7df4c18214573f659dc [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.impl;
import org.eclipse.efm.ecore.formalml.expression.ExpressionPackage;
import org.eclipse.efm.ecore.formalml.expression.IncrementOrDecrementPostfixExpression;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Increment Or Decrement Postfix Expression</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class IncrementOrDecrementPostfixExpressionImpl extends IncrementOrDecrementExpressionImpl implements IncrementOrDecrementPostfixExpression {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected IncrementOrDecrementPostfixExpressionImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ExpressionPackage.Literals.INCREMENT_OR_DECREMENT_POSTFIX_EXPRESSION;
}
} //IncrementOrDecrementPostfixExpressionImpl