Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Visitor for Famix3 #39

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

Implement a Visitor for Famix3 #39

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 39

Implement a Visitor pattern for the elements of Famix3.
- define accept: protocol in Famix classes
- define a default Visitor which clients could subclass for mininal specialization

The default Visitor should:
- implement a default traversal of a Famix model, guaranteeing that each element would
be 
visited only once (done using the hierarchical structure of package-class-method-attribute...

namespace?)
- be parameterized by ImportingContext so as to easily configure the default traversal

Part of Famix-Extensions

Reported by simon.denier on 2009-02-26 17:53:07

@seandenigris
Copy link
Contributor Author

ImportingContext done in Moose-All-simon_denier.262

It might not be the best but still good enough.
ImportingContext is not tailored for Famix3

Reported by simon.denier on 2009-03-07 21:15:18

  • Status changed: Closed

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2009-07-24 13:03:00

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

Reported by tudor.girba on 2009-10-27 23:34:38

  • Labels added: Milestone-4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant