Interface IXtextBslModuleFixProvider


  • public interface IXtextBslModuleFixProvider
    Contract for XtextBslModuleFixProvider
    • Method Detail

      • getXtextFixModel

        IXtextBslModuleFixModel getXtextFixModel​(IDtProject dtProject,
                                                 org.eclipse.xtext.validation.Issue issue,
                                                 IFixSession session,
                                                 org.eclipse.emf.common.util.URI targetModuleUri,
                                                 boolean isInteractive)
        Returns xtext quick fix model
        Parameters:
        dtProject - the , cannot be null
        issue - instance of the Issue, cannot be null
        session - the IFixSession, cannot be null
        targetModuleUri - the target module Uri, cannot be null
        isInteractive - true if quick fix supports interactive (UI) model, false otherwise
        Returns:
        the quick fix model, never null