Updates:
Status: Started
Comment #5 on issue 495 by tudor.gi...(a)gmail.com: Parametrized Types -
Generics
http://code.google.com/p/moose-technology/issues/detail?id=495
Good work.
In the meantime I payed a bit more thought to this. Now, we have the
extensions in three places. I think it would be cleaner to introduce two
new entities:
- FAMIXParameterizedClass as a subclass of FAMIXClass - for the definition
of a generic class
- FAMIXSpecificParameterizedType as an instance of FAMIXType - for the
actual specific types specified as types of arguments
What do you think?