addRange abstract method
void
addRange(
- SourceRange range,
- ElementKind targetKind,
- Location targetLocation, {
- Element? targetElement,
Record a new navigation region corresponding to the given range
that
should navigate to the given targetNameLocation
.
Implementation
void addRange(
SourceRange range, ElementKind targetKind, Location targetLocation,
{analyzer.Element? targetElement});