EMPTY_SOURCE constant

Pair<TokenSource?, CharStream?> const EMPTY_SOURCE

An empty Pair which is used as the default value of {@link #source} for tokens that do not have a source.

Implementation

static const EMPTY_SOURCE = Pair<TokenSource?, CharStream?>(null, null);