Issue 697 in moose-technology: FAMIX should provide TypeAlias for modeling typedef in C

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 697 in moose-technology: FAMIX should provide TypeAlias for modeling typedef in C

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Component-Famix Milestone-4.6

New issue 697 by [hidden email]: FAMIX should provide TypeAlias for  
modeling typedef in C
http://code.google.com/p/moose-technology/issues/detail?id=697

I C we can provide another name for an existing type:

typedef struct var newtype;

Essentially, this acts like a type alias. This should be captured by  
FAMIX-C.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 697 in moose-technology: FAMIX should provide TypeAlias for modeling typedef in C

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 697 by [hidden email]: FAMIX should provide  
TypeAlias for modeling typedef in C
http://code.google.com/p/moose-technology/issues/detail?id=697

Added in the latest FAMIX-C:

FAMIXTypeAlias
- subclass of Type
- provides a reference to the aliasedType


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev