Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/expressions/UnboundedLiteralExpression.java')
-rw-r--r--extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/expressions/UnboundedLiteralExpression.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/expressions/UnboundedLiteralExpression.java b/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/expressions/UnboundedLiteralExpression.java
deleted file mode 100644
index decb332e203..00000000000
--- a/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/expressions/UnboundedLiteralExpression.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.eclipse.papyrus.alf.syntax.expressions;
-
-public class UnboundedLiteralExpression extends LiteralExpression {
-
- // Constraints
- /*
- * The type of an unbounded literal expression is UnlimitedNatural.
- */
- public void checkUnboundedLiteralExpressionDerivation() {
-
- }
-
-}

Back to the top