pointSpan method

FileSpan pointSpan ()
override

Returns a span that covers only a single point: this location.

Implementation

FileSpan pointSpan() => new _FileSpan(file, offset, offset);