Skip to main content
summaryrefslogtreecommitdiffstats
blob: aa474f0226ce3aa99866baf4a6efd0f24008fb27 (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: NullLiteral.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>Null Literal</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.xpand3.expression.ExpressionPackage#getNullLiteral()
 * @model
 * @generated
 */
public interface NullLiteral extends Literal {
} // NullLiteral

Back to the top