Class SemanticHighlightingCalculator
java.lang.Object
org.eclipse.emf.mwe2.language.ui.highlighting.SemanticHighlightingCalculator
- All Implemented Interfaces:
org.eclipse.xtext.ide.editor.syntaxcoloring.ISemanticHighlightingCalculator
public class SemanticHighlightingCalculator
extends Object
implements org.eclipse.xtext.ide.editor.syntaxcoloring.ISemanticHighlightingCalculator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.xtext.service.OperationCanceledManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
provideHighlightingFor
(org.eclipse.xtext.resource.XtextResource resource, org.eclipse.xtext.ide.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor, org.eclipse.xtext.util.CancelIndicator cancelIndicator)
-
Field Details
-
operationCanceledManager
@Inject protected org.eclipse.xtext.service.OperationCanceledManager operationCanceledManager
-
-
Constructor Details
-
SemanticHighlightingCalculator
public SemanticHighlightingCalculator()
-
-
Method Details
-
provideHighlightingFor
public void provideHighlightingFor(org.eclipse.xtext.resource.XtextResource resource, org.eclipse.xtext.ide.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor, org.eclipse.xtext.util.CancelIndicator cancelIndicator) - Specified by:
provideHighlightingFor
in interfaceorg.eclipse.xtext.ide.editor.syntaxcoloring.ISemanticHighlightingCalculator
-