pointSpan method

SourceSpan pointSpan ()
override

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

Implementation

SourceSpan pointSpan() => new SourceSpan(this, this, "");