Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1d4366c8d160bc134c41d716a6d38b4ca230b5d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * <copyright>
 * </copyright>
 *
 * $Id: StringLiteral.java,v 1.1 2008/02/27 13:21:07 sefftinge Exp $
 */
package org.eclipse.xpand3.expression;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>String Literal</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.xpand3.expression.ExpressionPackage#getStringLiteral()
 * @model
 * @generated
 */
public interface StringLiteral extends Literal {
} // StringLiteral

Back to the top