Package com._1c.g5.v8.dt.bsl.ui.quickfix
Class StringLiteralAnnotationQuickfixProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.ui.quickfix.AbstractExternalQuickfixProvider
-
- com._1c.g5.v8.dt.bsl.ui.quickfix.StringLiteralAnnotationQuickfixProvider
-
public class StringLiteralAnnotationQuickfixProvider extends AbstractExternalQuickfixProvider
The provider of Quick-fix to remove annotation ofStringLiteral
content type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.bsl.ui.quickfix.AbstractExternalQuickfixProvider
AbstractExternalQuickfixProvider.ExternalQuickfixModification<E extends org.eclipse.emf.ecore.EObject>
-
-
Constructor Summary
Constructors Constructor Description StringLiteralAnnotationQuickfixProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeInvalidAnnotation(org.eclipse.xtext.validation.Issue issue, org.eclipse.xtext.ui.editor.quickfix.IssueResolutionAcceptor acceptor)
-
Methods inherited from class com._1c.g5.v8.dt.bsl.ui.quickfix.AbstractExternalQuickfixProvider
getTextViewer, selectAndReveal
-
-