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 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 interface org.eclipse.xtext.ide.editor.syntaxcoloring.ISemanticHighlightingCalculator