Interface IXtextBslModuleFixProvider


  • public interface IXtextBslModuleFixProvider
    Contract for XtextBslModuleFixProvider
    • Method Detail

      • getXtextFixFacade

        IXtextBslModuleFixFacade getXtextFixFacade​(org.eclipse.xtext.ui.editor.model.edit.IModificationContext modificationContext,
                                                   org.eclipse.xtext.validation.Issue issue,
                                                   org.eclipse.emf.ecore.EObject element)
        Returns xtext quick fix model
        Parameters:
        modificationContext - instance of the IModificationContext, cannot be null
        issue - instance of the Issue, cannot be null
        element - the element being examined, cannot be null
        Returns:
        the quick fix model, never null