Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjouault2010-01-05 16:10:20 +0000
committerfjouault2010-01-05 16:10:20 +0000
commit2b6a0359e915c81f822c8afff09b6dcec2dcc3a0 (patch)
tree661e92728f1944000edece9be48fed1a932d3a9a /dsls/ATL/RuntimeSupport
parent3d215d5c9ab1156c163d945f884ba47e11351133 (diff)
downloadorg.eclipse.atl-2b6a0359e915c81f822c8afff09b6dcec2dcc3a0.tar.gz
org.eclipse.atl-2b6a0359e915c81f822c8afff09b6dcec2dcc3a0.tar.xz
org.eclipse.atl-2b6a0359e915c81f822c8afff09b6dcec2dcc3a0.zip
added support for the <:= assignment operator (solving bug #211421)
Diffstat (limited to 'dsls/ATL/RuntimeSupport')
-rw-r--r--dsls/ATL/RuntimeSupport/RefiningTrace.km31
1 files changed, 1 insertions, 0 deletions
diff --git a/dsls/ATL/RuntimeSupport/RefiningTrace.km3 b/dsls/ATL/RuntimeSupport/RefiningTrace.km3
index de2610ab..76083f8a 100644
--- a/dsls/ATL/RuntimeSupport/RefiningTrace.km3
+++ b/dsls/ATL/RuntimeSupport/RefiningTrace.km3
@@ -25,6 +25,7 @@ package RefiningTrace {
class Slot {
attribute name : String;
+ attribute isAssignment : Boolean;
reference value container : Value;
}

Back to the top