Package com.e1c.g5.v8.dt.bsl.check.qfix
Interface IXtextBslModuleFixProvider
- 
 public interface IXtextBslModuleFixProviderContract forXtextBslModuleFixProvider
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IXtextBslModuleFixModelgetXtextFixModel(IDtProject dtProject, org.eclipse.xtext.validation.Issue issue, IFixSession session, org.eclipse.emf.common.util.URI targetModuleUri, boolean isInteractive)Returns xtext quick fix model
 
- 
- 
- 
Method Detail- 
getXtextFixModelIXtextBslModuleFixModel 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-- trueif quick fix supports interactive (UI) model,- falseotherwise
- Returns:
- the quick fix model, never null
 
 
- 
 
-