NavigationCollector class abstract

An object that NavigationContributors use to record navigation regions.

Clients may not extend, implement or mix-in this class.

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRange(SourceRange range, ElementKind targetKind, Location targetLocation, {Element? targetElement}) → void
Record a new navigation region corresponding to the given range that should navigate to the given targetNameLocation.
addRegion(int offset, int length, ElementKind targetKind, Location targetNameLocation, {Element? targetElement}) → void
Record a new navigation region with the given offset and length that should navigate to the given targetNameLocation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited