@Deprecated public interface IHighlightedPositionAcceptor extends IHighlightedPositionAcceptor
IHighlightedPositionAcceptor to collect any ranges that should
be highlighted based on semantic information of your model. It is passed to a
ISemanticHighlightingCalculator.
This interface is not intended to be implemented by clients.| Modifier and Type | Interface and Description |
|---|---|
static class |
IHighlightedPositionAcceptor.DeprecationHelper
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPosition(int offset,
int length,
String... id)
Deprecated.
|
void addPosition(int offset,
int length,
String... id)
addPosition in interface IHighlightedPositionAcceptorCopyright © 2016. All Rights Reserved.