blob: 11de0970c1f63a122ecf4790019ca0facd71c6bd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 E.D.Willink 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:
* E.D.Willink - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.autogen.autocgmodel;
import org.eclipse.ocl.examples.codegen.cgmodel.CGOperationCallExp;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CGAST Call Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.examples.autogen.autocgmodel.AutoCGModelPackage#getCGASTCallExp()
* @model
* @generated
*/
public interface CGASTCallExp extends CGOperationCallExp {
} // CGASTCallExp