Interface IProjectModifier
public interface IProjectModifier
Optional Rule how to handle
This modifier my be used to apply general changes, not related to specific elements, to the complete project at the end of its visitation.
Projects, while creating a
modifying using the ProjectRewriteVisitor. This modifier my be used to apply general changes, not related to specific elements, to the complete project at the end of its visitation.
- Author:
- El-Sharkawy
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyProject(Project project, RewriteContext context) Specification how to modifyProjects.
-
Method Details
-
modifyProject
Specification how to modifyProjects.- Parameters:
project- AProjectwhich may be modified by this class.context- Knowledge of the current translation, comes from theProjectRewriteVisitor.
-