Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8d630e6b5f83b11e94e7d65dc22119c3e52239d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 */
package org.eclipse.emf.cdo.expressions;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Function Invocation</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.emf.cdo.expressions.ExpressionsPackage#getFunctionInvocation()
 * @model
 * @generated
 */
public interface FunctionInvocation extends Invocation
{
} // FunctionInvocation

Back to the top