| ifExp in ATL textual syntax. [message #1066975] |
Fri, 05 July 2013 06:12  |
Félix SILINOU KAMDEM Messages: 52 Registered: April 2013 |
Member |
|
|
Hello, I saw in ATL grammar that ifExp is like that:
ifExp ::= 'if' oclExpression 'then' oclExpression 'else' oclExpression 'endif';
I would like to use something like 'if' oclExpression 'then' oclExpression 'endif';
Does anyone know how to manage that?
Althrough, is there something like breack(in "C" language) in ATL so it will help me to use ifExp like this:
ifExp ::= 'if' oclExpression 'then' oclExpression 'else' break 'endif';
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02697 seconds