Class RightQlSemanticHighlightingCalculator

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

    public class RightQlSemanticHighlightingCalculator
    extends QlSemanticHighlightingCalculator
    Semantic highlighting calculator for the Right Ql language. Computes the highlighting styles for the model objects
    • Constructor Detail

      • RightQlSemanticHighlightingCalculator

        public RightQlSemanticHighlightingCalculator()
    • Method Detail

      • computeHighliting

        protected void computeHighliting​(org.eclipse.emf.ecore.EObject each,
                                         org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
        Description copied from class: QlSemanticHighlightingCalculator
        Compute highlighting for Ql semantic objects
        Overrides:
        computeHighliting in class QlSemanticHighlightingCalculator
        Parameters:
        each - semantic object
        acceptor - used to announce the mapping from text-range to the style's id. The acceptor will never be null.