Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 91e1db8c9062272e9fc54acc6e03770dc10049fb (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.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