Abstract Abstract Readonly endThe last source position covered by this Tag.
Abstract Readonly startThe first source position covered by this Tag.
Abstract debugWrites a developer readable, debug-formatted string representation of this
object to output.
the continuation of the output.
[[OutputException]] if the output exits the cont state before
the full debug string has been written.
Abstract displayWrites a human readable, display-formatted string representation of this
object to output.
the continuation of the output.
[[OutputException]] if the output exits the cont state before
the full display string has been written.
Abstract equalsAbstract hashAbstract shiftAbstract unionGenerated using TypeDoc
Description of a source location. Tags are used to annotate input sources, particularly for [[Diagnostic diagnostic]] purposes. A [[Mark]] tag annotates a source position. A [[Span]] tag annotate a source range.
See
[[Diagnostic]]