| [news.eclipse.modeling.tmf] Re: How to mix long and int? |
Hi,
How can I set the int and the long without having to change the existing model?
Foo returns my::Foo: 'int' intValue=INT 'long' longValue=LONG;
Long returns ecore::ELong: NUMBER; Int returns ecore::EInt: NUMBER;
terminal NUMBER: '-'? ('0'..'9')+;Alex