/** * <copyright> * </copyright> * */ package org.applause.lang.applauseDsl.impl; import org.applause.lang.applauseDsl.ApplauseDslPackage; import org.applause.lang.applauseDsl.CollectionFunction; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Collection Function</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class CollectionFunctionImpl extends ExpressionImpl implements CollectionFunction { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected CollectionFunctionImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ApplauseDslPackage.Literals.COLLECTION_FUNCTION; } } //CollectionFunctionImpl