Interface IHighlightedPositionAcceptor
-
- All Known Implementing Classes:
MergingHighlightedPositionAcceptor
public interface IHighlightedPositionAcceptorXtext uses anIHighlightedPositionAcceptorto collect any ranges that should be highlighted based on semantic information of your model. It is passed to aISemanticHighlightingCalculator. This interface is not intended to be implemented by clients.- Since:
- 2.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPosition(int offset, int length, java.lang.String... id)Associates a text range with a style.
-