Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8dfeac33dc2f1e22bf9d2ae661f830ed7504ae71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * generated by Xtext 2.10.0-SNAPSHOT
 */
package org.eclipse.qvtd.doc.minioclcs;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Literal Exp CS</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getLiteralExpCS()
 * @model
 * @generated
 */
public interface LiteralExpCS extends PrimaryExpCS
{
} // LiteralExpCS

Back to the top