keywords property

Map<String, Keyword> keywords
final

A table mapping the lexemes of keywords to the corresponding keyword.

Implementation

static final Map<String, Keyword> keywords = _createKeywordMap();