Skip to main content
summaryrefslogtreecommitdiffstats
blob: 71f0813634b6ed0b592c65dd8aedf616a9a1de40 (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>Empty Statement</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.alf.alf.AlfPackage#getEmptyStatement()
 * @model
 * @generated
 */
public interface EmptyStatement extends Statement
{
} // EmptyStatement

Back to the top