addRange abstract method

void addRange(
  1. SourceRange range,
  2. HighlightRegionType type
)

Add a highlight region corresponding to the given source range whose type is the given type.

Implementation

void addRange(SourceRange range, HighlightRegionType type);