type

SourceSpans

@Js
class SourceSpans : Obj

A list of source spans that can be added to. Takes care of merging adjacent source spans

constructors

fields

methods

Slot Details

addAll

Void addAll(SourceSpan[] other)

addAllFrom

Void addAllFrom(Node[] nodes)

empty

static new empty()

priv_make

new priv_make()

sourceSpans

SourceSpan[] sourceSpans := SourceSpan[,] { private set }