Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3892dd3b7ab5d6119ea65a091239aa199d258f37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 */
package org.eclipse.qvtd.cs2as.compiler.cgmodel;

import org.eclipse.ocl.examples.codegen.cgmodel.CGOperationCallExp;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>CG Lookup Call Exp</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.qvtd.cs2as.compiler.cgmodel.CS2ASCGPackage#getCGLookupCallExp()
 * @model
 * @generated
 */
public interface CGLookupCallExp extends CGOperationCallExp {

} // CGLookupCallExp

Back to the top