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