Skip to main content
summaryrefslogtreecommitdiffstats
blob: 17dfd1b0864d4a590f7c68863554bbaa401fccbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * <copyright>
 * </copyright>
 *

 */
package org.eclipse.papyrus.alf.alf;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Expression</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.alf.alf.AlfPackage#getExpression()
 * @model
 * @generated
 */
public interface Expression extends SequenceElement
{
} // Expression

Back to the top