Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8e16e0eaa7b4e9b57c71b40c35f756c94cd9bed2 (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$
 */
package org.eclipse.papyrus.operation.editor.xtext.operation;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>INTEGER LITERAL WITHOUT SUFFIX</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.operation.editor.xtext.operation.OperationPackage#getINTEGER_LITERAL_WITHOUT_SUFFIX()
 * @model
 * @generated
 */
public interface INTEGER_LITERAL_WITHOUT_SUFFIX extends NUMBER_LITERAL_WITHOUT_SUFFIX {
} // INTEGER_LITERAL_WITHOUT_SUFFIX

Back to the top