Interface IProjectImportFilter

    • Method Detail

      • handleImport

        ProjectImport handleImport​(ProjectImport pImport,
                                   RewriteContext context)
        Specification how to handle ProjectImports.
        Parameters:
        pImport - A ProjectImport which may be modified by this class.
        context - Knowledge of the current translation, comes from the ProjectRewriteVisitor.
        Returns:
        The modified element. Maybe the same instance as passed as parameter (if nothing should be changed) or null if the element should be deleted.