Interface IProjectModifier
-
public interface IProjectModifierOptional Rule how to handleProjects, while creating a modifying using theProjectRewriteVisitor.
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodifyProject(Project project, RewriteContext context)Specification how to modifyProjects.
-
-
-
Method Detail
-
modifyProject
void modifyProject(Project project, RewriteContext context)
Specification how to modifyProjects.- Parameters:
project- AProjectwhich may be modified by this class.context- Knowledge of the current translation, comes from theProjectRewriteVisitor.
-
-