Package com.e1c.g5.v8.dt.bsl.check.qfix
Class BslIssueModificationContext
java.lang.Object
org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext
com._1c.g5.v8.dt.lcore.ui.editor.ViewerAwareIssueModificationContext
com.e1c.g5.v8.dt.bsl.check.qfix.BslIssueModificationContext
- All Implemented Interfaces:
- org.eclipse.xtext.ui.editor.model.edit.IModificationContext
Extension of 
IssueModificationContext to be used by quick fixes and suppressions- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.model.edit.IssueModificationContextorg.eclipse.xtext.ui.editor.model.edit.IssueModificationContext.Factory
- 
Constructor SummaryConstructorsConstructorDescriptionBslIssueModificationContext(org.eclipse.xtext.validation.Issue issue, org.eclipse.xtext.ui.editor.IURIEditorOpener editorOpener) Instantiates modification context
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.xtext.ui.editor.model.IXtextDocumentorg.eclipse.xtext.ui.editor.model.IXtextDocumentgetXtextDocument(org.eclipse.emf.common.util.URI uri) Methods inherited from class com._1c.g5.v8.dt.lcore.ui.editor.ViewerAwareIssueModificationContextextractTextViewer, getTextViewer, setTextViewerMethods inherited from class org.eclipse.xtext.ui.editor.model.edit.IssueModificationContextgetIssue, setIssue
- 
Constructor Details- 
BslIssueModificationContextpublic BslIssueModificationContext(org.eclipse.xtext.validation.Issue issue, org.eclipse.xtext.ui.editor.IURIEditorOpener editorOpener) Instantiates modification context- Parameters:
- issue- the issue, cannot be- null
- editorOpener- the editor opener, cannot be- null
 
 
- 
- 
Method Details- 
getXtextDocumentpublic org.eclipse.xtext.ui.editor.model.IXtextDocument getXtextDocument()- Specified by:
- getXtextDocumentin interface- org.eclipse.xtext.ui.editor.model.edit.IModificationContext
- Overrides:
- getXtextDocumentin class- org.eclipse.xtext.ui.editor.model.edit.IssueModificationContext
 
- 
getXtextDocumentpublic org.eclipse.xtext.ui.editor.model.IXtextDocument getXtextDocument(org.eclipse.emf.common.util.URI uri) - Specified by:
- getXtextDocumentin interface- org.eclipse.xtext.ui.editor.model.edit.IModificationContext
- Overrides:
- getXtextDocumentin class- ViewerAwareIssueModificationContext
 
 
-